Html Css Color HEX #CC2A91 Deep Cerise

📋 copy color: '#CC2A91'

red 204 ◦ green 42 ◦ blue 145

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

Shades of Deep Cerise #CC2A91

Tints of Deep Cerise #CC2A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.08%

R = 52.17%
G = 10.74%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2A91 (or 0xCC2A91) is known color: Deep Cerise. HEX triplet: CC, 2A and 91. RGB value is (204,42,145). Sum of RGB (Red+Green+Blue) = 204+42+145=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2A91 is #33D56E. Grayscale: #656565. Windows color (decimal): -3396975 or 9513676. OLE color: 9513676.

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

Color convert

RGB 204 42 145 -
CMYK 0 0.79 0.29 0.2
HSL 321.85º 0.66% 0.48% -
HSV(B) 321.85º 0.79% 0.8% -
XYZ 30.84 16.54 28.35 -
YUV 102.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 204 42 145 0 0.79 0.29 0.2 321.85 0.66 0.48
Hex CC 2A 91 0 4F 1D 14 142 42 30
Octal 314 52 221 0 117 35 24 502 102 60
Binary 11001100 101010 10010001 0 1001111 11101 10100 101000010 1000010 110000

Color Harmonies of #CC2A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A91

Black with #CC2A91

Text Example


Text Example

White with #CC2A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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