#CF2F87

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

Shades of Deep Cerise #CF2F87

Tints of Deep Cerise #CF2F87

Color information

#CF2F87 (or 0xCF2F87) is unknown color: approx Deep Cerise. HEX triplet: CF, 2F and 87. RGB value is (207,47,135). Sum of RGB (Red+Green+Blue) = 207+47+135=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2F87 is #30D078. Grayscale: #686868. Windows color (decimal): -3199097 or 8859599. OLE color: 8859599.

HSL color Cylindrical-coordinate representation of color #CF2F87: hue angle of 327º 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 #CF2F87 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB20747135-
CMYK00.770.350.19
HSL327º62.99%49.8%-
HSV(B)327º77.29%81.18%-
XYZ31.1217.0524.57-
YUV104.87145.01200.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.21%
GREEN value IS 47 (18.75% from 255) = 12.08%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=53.21%
G=12.08%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074713500.770.350.1932762.9949.8
HexCF2F8704D23131473f32
Octal31757207011543235077762
Binary11001111101111100001110100110110001110011101000111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2F87; }

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

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

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

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

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

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

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

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