Html Css Color HEX #CC2C77 Deep Cerise

📋 copy color: '#CC2C77'

red 204 ◦ green 44 ◦ blue 119

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

Shades of Deep Cerise #CC2C77

Tints of Deep Cerise #CC2C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 55.59%
G = 11.99%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC2C77 (or 0xCC2C77) is known color: Deep Cerise. HEX triplet: CC, 2C and 77. RGB value is (204,44,119). Sum of RGB (Red+Green+Blue) = 204+44+119=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C77 is #33D388. Grayscale: #646464. Windows color (decimal): -3396489 or 7810252. OLE color: 7810252.

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

Color convert

RGB 204 44 119 -
CMYK 0 0.78 0.42 0.2
HSL 331.88º 0.65% 0.49% -
HSV(B) 331.88º 0.78% 0.8% -
XYZ 29.13 15.97 19 -
YUV 100.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 204 44 119 0 0.78 0.42 0.2 331.88 0.65 0.49
Hex CC 2C 77 0 4E 2A 14 14C 41 31
Octal 314 54 167 0 116 52 24 514 101 61
Binary 11001100 101100 1110111 0 1001110 101010 10100 101001100 1000001 110001

Color Harmonies of #CC2C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C77

Black with #CC2C77

Text Example


Text Example

White with #CC2C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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