Html Css Color HEX #CC2A74 Deep Cerise

📋 copy color: '#CC2A74'

red 204 ◦ green 42 ◦ blue 116

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

Shades of Deep Cerise #CC2A74

Tints of Deep Cerise #CC2A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 56.35%
G = 11.6%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2A74 (or 0xCC2A74) is known color: Deep Cerise. HEX triplet: CC, 2A and 74. RGB value is (204,42,116). Sum of RGB (Red+Green+Blue) = 204+42+116=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A74 is #33D58B. Grayscale: #626262. Windows color (decimal): -3397004 or 7613132. OLE color: 7613132.

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

Color convert

RGB 204 42 116 -
CMYK 0 0.79 0.43 0.2
HSL 332.59º 0.66% 0.48% -
HSV(B) 332.59º 0.79% 0.8% -
XYZ 28.88 15.75 18.04 -
YUV 98.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 204 42 116 0 0.79 0.43 0.2 332.59 0.66 0.48
Hex CC 2A 74 0 4F 2B 14 14D 42 30
Octal 314 52 164 0 117 53 24 515 102 60
Binary 11001100 101010 1110100 0 1001111 101011 10100 101001101 1000010 110000

Color Harmonies of #CC2A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A74

Black with #CC2A74

Text Example


Text Example

White with #CC2A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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