#CC2996

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

Shades of Deep Cerise #CC2996

Tints of Deep Cerise #CC2996

Color information

#CC2996 (or 0xCC2996) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 96. RGB value is (204,41,150). Sum of RGB (Red+Green+Blue) = 204+41+150=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2996 is #33D669. Grayscale: #656565. Windows color (decimal): -3397226 or 9841100. OLE color: 9841100.

HSL color Cylindrical-coordinate representation of color #CC2996: hue angle of 319.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2996 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB20441150-
CMYK00.800.260.2
HSL319.88º66.53%48.04%-
HSV(B)319.88º79.9%80%-
XYZ31.216.6330.42-
YUV102.16155200.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=51.65%
G=10.38%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044115000.800.260.2319.8866.5348.04
HexCC29960501A141404330
Octal314512260120322450010360
Binary11001100101001100101100101000011010101001010000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2996; }

 p { color: rgb(204,41,150); }

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

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

 a { background-color: rgb(204,41,150); }

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

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

 span { border-color: rgb(204,41,150); }

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