#CF3286

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

Shades of Deep Cerise #CF3286

Tints of Deep Cerise #CF3286

Color information

#CF3286 (or 0xCF3286) is unknown color: approx Deep Cerise. HEX triplet: CF, 32 and 86. RGB value is (207,50,134). Sum of RGB (Red+Green+Blue) = 207+50+134=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3286 is #30CD79. Grayscale: #6A6A6A. Windows color (decimal): -3198330 or 8794831. OLE color: 8794831.

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

Color convert

RGB20750134-
CMYK00.760.350.19
HSL327.9º62.06%50.39%-
HSV(B)327.9º75.85%81.18%-
XYZ31.1817.2724.24-
YUV106.52143.51199.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.94%
GREEN value IS 50 (19.92% from 255) = 12.79%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=52.94%
G=12.79%
B=34.27%

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
Decimal2075013400.760.350.19327.962.0650.39
HexCF328604C23131483e32
Octal31762206011443235107662
Binary11001111110010100001100100110010001110011101001000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3286; }

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

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

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

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

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

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

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

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