Html Css Color HEX #CC2997 Deep Cerise

📋 copy color: '#CC2997'

red 204 ◦ green 41 ◦ blue 151

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

Shades of Deep Cerise #CC2997

Tints of Deep Cerise #CC2997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.35%

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

R = 51.52%
G = 10.35%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC2997 (or 0xCC2997) is known color: Deep Cerise. HEX triplet: CC, 29 and 97. RGB value is (204,41,151). Sum of RGB (Red+Green+Blue) = 204+41+151=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2997 is #33D668. Grayscale: #656565. Windows color (decimal): -3397225 or 9906636. OLE color: 9906636.

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

Color convert

RGB 204 41 151 -
CMYK 0 0.80 0.26 0.2
HSL 319.51º 0.67% 0.48% -
HSV(B) 319.51º 0.8% 0.8% -
XYZ 31.28 16.66 30.84 -
YUV 102.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 204 41 151 0 0.80 0.26 0.2 319.51 0.67 0.48
Hex CC 29 97 0 50 1A 14 140 43 30
Octal 314 51 227 0 120 32 24 500 103 60
Binary 11001100 101001 10010111 0 1010000 11010 10100 101000000 1000011 110000

Color Harmonies of #CC2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2997

Black with #CC2997

Text Example


Text Example

White with #CC2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2997; }

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

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

background-color css

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

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

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

border-color css

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

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

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