Html Css Color HEX #CC2C97 Deep Cerise

📋 copy color: '#CC2C97'

red 204 ◦ green 44 ◦ blue 151

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

Shades of Deep Cerise #CC2C97

Tints of Deep Cerise #CC2C97

RGB

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

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

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

R = 51.13%
G = 11.03%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC2C97 (or 0xCC2C97) is known color: Deep Cerise. HEX triplet: CC, 2C and 97. RGB value is (204,44,151). Sum of RGB (Red+Green+Blue) = 204+44+151=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2C97 is #33D368. Grayscale: #676767. Windows color (decimal): -3396457 or 9907404. OLE color: 9907404.

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

Color convert

RGB 204 44 151 -
CMYK 0 0.78 0.26 0.2
HSL 319.88º 0.65% 0.49% -
HSV(B) 319.88º 0.78% 0.8% -
XYZ 31.39 16.87 30.88 -
YUV 104.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 204 44 151 0 0.78 0.26 0.2 319.88 0.65 0.49
Hex CC 2C 97 0 4E 1A 14 140 41 31
Octal 314 54 227 0 116 32 24 500 101 61
Binary 11001100 101100 10010111 0 1001110 11010 10100 101000000 1000001 110001

Color Harmonies of #CC2C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C97

Black with #CC2C97

Text Example


Text Example

White with #CC2C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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