color codes Logo

#c12cce color codes

#C12CCE
(193,44,206)
0 Favorites   0 Comments

Color spaces of #c12cce

RGB 19344206
HSL0.820.650.49
HSV295°79°81°
CMYK 0.060.790.00   0.19
XYZ34.033617.595159.9949
Yxy17.59510.30490.1576
Hunter Lab41.946571.4208-55.4382
CIE-Lab49.001374.8751-51.8927

#c12cce color RGB value is (193,44,206).

#c12cce hex color red value is 193, green value is 44 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c12cce hue: 0.82 , saturation: 0.65 and the lightness value of c12cce is 0.49.

The process color (four color CMYK) of #c12cce color code is 0.06, 0.79, 0.00, 0.19. Web safe color of #c12cce is #cc33cc. Color #c12cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101100 11001110
Octal 301 54 316
Decimal 193 44 206
Hex C1 2C CE

RGB Percentages of Color #c12cce

%43.57
%9.93
%46.50

CMYK Percentages of Color #c12cce

%6
%79
%0
%19

Triadic Colors of #c12cce

#c12cce #cec12c #2ccec1

Analogous Colors of #c12cce

#c12cce #ce2c8a #702cce

Monochromatic Colors of #c12cce

#c12cce

Complementary Color

#c12cce #39ce2c

#c12cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12cce Color CSS Codes

.mybgcolor {background-color:#c12cce; } 
.myforecolor {color:#c12cce; }
.mybordercolor {border:3px solid #c12cce; }

#c12cce Text Font Color

<p style="color:#c12cce">Text here</p>

This sample text font color is #c12cce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c12cce Background Color

<div style="background-color:#c12cce">
Div content here</div>

This div background color is #c12cce


#c12cce Border Color

<div style="border:3px solid #c12cce">
Div here</div>

This div border color is #c12cce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,44,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c12cce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c12cce;
  -webkit-box-shadow: 1px 1px 3px 2px #c12cce;
  box-shadow:         1px 1px 3px 2px #c12cce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,44,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c12cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c12cce;
  -webkit-box-shadow: 1px 1px 3px 2px #c12cce;
  box-shadow:         1px 1px 3px 2px #c12cce;">
Div content here</div>

This div box has shadow with color #c12cce


Comments

No comments written yet.

Please login to write comment.