#CF3287

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

Shades of Deep Cerise #CF3287

Tints of Deep Cerise #CF3287

Color information

#CF3287 (or 0xCF3287) is unknown color: approx Deep Cerise. HEX triplet: CF, 32 and 87. RGB value is (207,50,135). Sum of RGB (Red+Green+Blue) = 207+50+135=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3287 is #30CD78. Grayscale: #6A6A6A. Windows color (decimal): -3198329 or 8860367. OLE color: 8860367.

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

Color convert

RGB20750135-
CMYK00.760.350.19
HSL327.52º62.06%50.39%-
HSV(B)327.52º75.85%81.18%-
XYZ31.2517.324.61-
YUV106.63144.01199.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 50 (19.92% from 255) = 12.76%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=52.81%
G=12.76%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075013500.760.350.19327.5262.0650.39
HexCF328704C23131483e32
Octal31762207011443235107662
Binary11001111110010100001110100110010001110011101001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3287; }

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

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

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

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

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

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

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

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