#cf2f76

Color #CF2F76 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CF2F76

Tints of Deep Cerise #CF2F76

Color information

#CF2F76 (or 0xCF2F76) is unknown color: approx Deep Cerise. HEX triplet: CF, 2F and 76. RGB value is (207,47,118). Sum of RGB (Red+Green+Blue) = 207+47+118=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F76 is #30D089. Grayscale: #666666. Windows color (decimal): -3199114 or 7745487. OLE color: 7745487.

HSL color Cylindrical-coordinate representation of color #CF2F76: hue angle of 333.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F76 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB20747118-
CMYK00.770.430.19
HSL333.38º62.99%49.8%-
HSV(B)333.38º77.29%81.18%-
XYZ30.0216.6118.76-
YUV102.93136.51202.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 55.65%
GREEN value IS 47 (18.75% from 255) = 12.63%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=55.65%
G=12.63%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074711800.770.430.19333.3862.9949.8
HexCF2F7604D2B1314d3f32
Octal31757166011553235157762
Binary1100111110111111101100100110110101110011101001101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf2f76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf2f76; }

 p { color: rgb(207,47,118); }

 H1.HeaderClassName
 {
   color: #cf2f76;
 }
 .AnyTagClassName
 {
   color: #cf2f76;
 }
</style>
background-color css

<style>
 a { background-color: #cf2f76; }

 a { background-color: rgb(207,47,118); }

 div.DivClassName
 {
   background-color: #cf2f76;
 }
 .BgClassName
 {
   background-color: #cf2f76;
 }
</style>
border-color css

<style>
 span { border-color: #cf2f76; }

 span { border-color: rgb(207,47,118); }

 td.TdClassName
 {
   border-color: #cf2f76;
 }
 .TagClassName
 {
   border-color: #cf2f76;
 }
</style>