#CC2886

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

Shades of Deep Cerise #CC2886

Tints of Deep Cerise #CC2886

Color information

#CC2886 (or 0xCC2886) is unknown color: approx Deep Cerise. HEX triplet: CC, 28 and 86. RGB value is (204,40,134). Sum of RGB (Red+Green+Blue) = 204+40+134=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2886 is #33D779. Grayscale: #636363. Windows color (decimal): -3397498 or 8792268. OLE color: 8792268.

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

Color convert

RGB20440134-
CMYK00.800.340.2
HSL325.61º67.21%47.84%-
HSV(B)325.61º80.39%80%-
XYZ29.9616.0824.08-
YUV99.75147.33202.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 40 (16.02% from 255) = 10.58%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=53.97%
G=10.58%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044013400.800.340.2325.6167.2147.84
HexCC288605022141464330
Octal314502060120422450610360
Binary110011001010001000011001010000100010101001010001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2886; }

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

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

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

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

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

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

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

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