Html Css Color HEX #CC2A97 Deep Cerise

📋 copy color: '#CC2A97'

red 204 ◦ green 42 ◦ blue 151

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

Shades of Deep Cerise #CC2A97

Tints of Deep Cerise #CC2A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 51.39%
G = 10.58%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC2A97 (or 0xCC2A97) is known color: Deep Cerise. HEX triplet: CC, 2A and 97. RGB value is (204,42,151). Sum of RGB (Red+Green+Blue) = 204+42+151=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2A97 is #33D568. Grayscale: #666666. Windows color (decimal): -3396969 or 9906892. OLE color: 9906892.

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

Color convert

RGB 204 42 151 -
CMYK 0 0.79 0.26 0.2
HSL 319.63º 0.66% 0.48% -
HSV(B) 319.63º 0.79% 0.8% -
XYZ 31.32 16.73 30.86 -
YUV 102.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 204 42 151 0 0.79 0.26 0.2 319.63 0.66 0.48
Hex CC 2A 97 0 4F 1A 14 140 42 30
Octal 314 52 227 0 117 32 24 500 102 60
Binary 11001100 101010 10010111 0 1001111 11010 10100 101000000 1000010 110000

Color Harmonies of #CC2A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A97

Black with #CC2A97

Text Example


Text Example

White with #CC2A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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