#CC2990

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

Shades of Deep Cerise #CC2990

Tints of Deep Cerise #CC2990

Color information

#CC2990 (or 0xCC2990) is unknown color: approx Deep Cerise. HEX triplet: CC, 29 and 90. RGB value is (204,41,144). Sum of RGB (Red+Green+Blue) = 204+41+144=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2990 is #33D66F. Grayscale: #656565. Windows color (decimal): -3397232 or 9447884. OLE color: 9447884.

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

Color convert

RGB20441144-
CMYK00.800.290.2
HSL322.09º66.53%48.04%-
HSV(B)322.09º79.9%80%-
XYZ30.7316.4427.94-
YUV101.48152201.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 41 (16.41% from 255) = 10.54%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=52.44%
G=10.54%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044114400.800.290.2322.0966.5348.04
HexCC29900501D141424330
Octal314512200120352450210360
Binary11001100101001100100000101000011101101001010000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2990; }

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

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

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

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

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

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

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

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