Html Css Color HEX #CC2A79 Deep Cerise

📋 copy color: '#CC2A79'

red 204 ◦ green 42 ◦ blue 121

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

Shades of Deep Cerise #CC2A79

Tints of Deep Cerise #CC2A79

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.44%

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

R = 55.59%
G = 11.44%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2A79 (or 0xCC2A79) is known color: Deep Cerise. HEX triplet: CC, 2A and 79. RGB value is (204,42,121). Sum of RGB (Red+Green+Blue) = 204+42+121=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A79 is #33D586. Grayscale: #636363. Windows color (decimal): -3396999 or 7940812. OLE color: 7940812.

HSL color Cylindrical-coordinate representation of color #CC2A79: hue angle of 330.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2A79 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 121 -
CMYK 0 0.79 0.41 0.2
HSL 330.74º 0.66% 0.48% -
HSV(B) 330.74º 0.79% 0.8% -
XYZ 29.18 15.87 19.62 -
YUV 99.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 204 42 121 0 0.79 0.41 0.2 330.74 0.66 0.48
Hex CC 2A 79 0 4F 29 14 14B 42 30
Octal 314 52 171 0 117 51 24 513 102 60
Binary 11001100 101010 1111001 0 1001111 101001 10100 101001011 1000010 110000

Color Harmonies of #CC2A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A79

Black with #CC2A79

Text Example


Text Example

White with #CC2A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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