Html Css Color HEX #CC2C81 Deep Cerise

📋 copy color: '#CC2C81'

red 204 ◦ green 44 ◦ blue 129

#CC2C81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CC2C81

Tints of Deep Cerise #CC2C81

RGB

 RED value IS 204 (80.08% from 255) = 54.11%

 GREEN value IS 44 (17.58% from 255) = 11.67%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 54.11%
G = 11.67%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2C81 (or 0xCC2C81) is known color: Deep Cerise. HEX triplet: CC, 2C and 81. RGB value is (204,44,129). Sum of RGB (Red+Green+Blue) = 204+44+129=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2C81 is #33D37E. Grayscale: #656565. Windows color (decimal): -3396479 or 8465612. OLE color: 8465612.

HSL color Cylindrical-coordinate representation of color #CC2C81: hue angle of 328.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2C81 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 44 129 -
CMYK 0 0.78 0.37 0.2
HSL 328.13º 0.65% 0.49% -
HSV(B) 328.13º 0.78% 0.8% -
XYZ 29.76 16.22 22.33 -
YUV 101.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 204 44 129 0 0.78 0.37 0.2 328.13 0.65 0.49
Hex CC 2C 81 0 4E 25 14 148 41 31
Octal 314 54 201 0 116 45 24 510 101 61
Binary 11001100 101100 10000001 0 1001110 100101 10100 101001000 1000001 110001

Color Harmonies of #CC2C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C81

Black with #CC2C81

Text Example


Text Example

White with #CC2C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C81; }

 p { color: rgb(204,44,129); }

 H1.HeaderClassName
 {
   color: #CC2C81;
 }
 .AnyTagClassName
 {
   color: #CC2C81;
 }
</style>

background-color css

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

 a { background-color: rgb(204,44,129); }

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

border-color css

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

 span { border-color: rgb(204,44,129); }

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