color codes Logo

#c1215f color codes

#C1215F
(193,33,95)
0 Favorites   0 Comments

Color spaces of #c1215f

RGB 1933395
HSL0.940.710.44
HSV337°83°76°
CMYK 0.000.830.51   0.24
XYZ24.601713.251412.0876
Yxy13.25140.49260.2653
Hunter Lab36.402556.93045.7942
CIE-Lab43.139663.73665.8428

#c1215f color RGB value is (193,33,95).

#c1215f hex color red value is 193, green value is 33 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c1215f hue: 0.94 , saturation: 0.71 and the lightness value of c1215f is 0.44.

The process color (four color CMYK) of #c1215f color code is 0.00, 0.83, 0.51, 0.24. Web safe color of #c1215f is #cc3366. Color #c1215f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 01011111
Octal 301 41 137
Decimal 193 33 95
Hex C1 21 5F

RGB Percentages of Color #c1215f

%60.12
%10.28
%29.60

CMYK Percentages of Color #c1215f

%0
%83
%51
%24

Triadic Colors of #c1215f

#c1215f #5fc121 #215fc1

Analogous Colors of #c1215f

#c1215f #c13321 #c121af

Monochromatic Colors of #c1215f

#c1215f

Complementary Color

#c1215f #21c183

#c1215f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1215f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1215f Color CSS Codes

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

#c1215f Text Font Color

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

This sample text font color is #c1215f
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.


#c1215f Background Color

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

This div background color is #c1215f


#c1215f Border Color

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

This div border color is #c1215f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1215f


Comments

No comments written yet.

Please login to write comment.