#CC2889

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

Shades of Deep Cerise #CC2889

Tints of Deep Cerise #CC2889

Color information

#CC2889 (or 0xCC2889) is unknown color: approx Deep Cerise. HEX triplet: CC, 28 and 89. RGB value is (204,40,137). Sum of RGB (Red+Green+Blue) = 204+40+137=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2889 is #33D776. Grayscale: #636363. Windows color (decimal): -3397495 or 8988876. OLE color: 8988876.

HSL color Cylindrical-coordinate representation of color #CC2889: hue angle of 324.51º 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 #CC2889 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB20440137-
CMYK00.800.330.2
HSL324.51º67.21%47.84%-
HSV(B)324.51º80.39%80%-
XYZ30.1816.1625.2-
YUV100.09148.83202.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 40 (16.02% from 255) = 10.50%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=53.54%
G=10.50%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044013700.800.330.2324.5167.2147.84
HexCC288905021141454330
Octal314502110120412450510360
Binary110011001010001000100101010000100001101001010001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2889; }

 p { color: rgb(204,40,137); }

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

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

 a { background-color: rgb(204,40,137); }

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

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

 span { border-color: rgb(204,40,137); }

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