Html Css Color HEX #CC2C79 Deep Cerise

📋 copy color: '#CC2C79'

red 204 ◦ green 44 ◦ blue 121

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

Shades of Deep Cerise #CC2C79

Tints of Deep Cerise #CC2C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 55.28%
G = 11.92%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2C79 (or 0xCC2C79) is known color: Deep Cerise. HEX triplet: CC, 2C and 79. RGB value is (204,44,121). Sum of RGB (Red+Green+Blue) = 204+44+121=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2C79 is #33D386. Grayscale: #646464. Windows color (decimal): -3396487 or 7941324. OLE color: 7941324.

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

Color convert

RGB 204 44 121 -
CMYK 0 0.78 0.41 0.2
HSL 331.13º 0.65% 0.49% -
HSV(B) 331.13º 0.78% 0.8% -
XYZ 29.25 16.02 19.64 -
YUV 100.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 204 44 121 0 0.78 0.41 0.2 331.13 0.65 0.49
Hex CC 2C 79 0 4E 29 14 14B 41 31
Octal 314 54 171 0 116 51 24 513 101 61
Binary 11001100 101100 1111001 0 1001110 101001 10100 101001011 1000001 110001

Color Harmonies of #CC2C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C79

Black with #CC2C79

Text Example


Text Example

White with #CC2C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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