#CF3288

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

Shades of Deep Cerise #CF3288

Tints of Deep Cerise #CF3288

Color information

#CF3288 (or 0xCF3288) is unknown color: approx Deep Cerise. HEX triplet: CF, 32 and 88. RGB value is (207,50,136). Sum of RGB (Red+Green+Blue) = 207+50+136=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3288 is #30CD77. Grayscale: #6A6A6A. Windows color (decimal): -3198328 or 8925903. OLE color: 8925903.

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

Color convert

RGB20750136-
CMYK00.760.340.19
HSL327.13º62.06%50.39%-
HSV(B)327.13º75.85%81.18%-
XYZ31.3217.3224.99-
YUV106.75144.51199.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 50 (19.92% from 255) = 12.72%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=52.67%
G=12.72%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075013600.760.340.19327.1362.0650.39
HexCF328804C22131473e32
Octal31762210011442235077662
Binary11001111110010100010000100110010001010011101000111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3288; }

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

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

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

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

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

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

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

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