Html Css Color HEX #CC2995 Deep Cerise

📋 copy color: '#CC2995'

red 204 ◦ green 41 ◦ blue 149

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

Shades of Deep Cerise #CC2995

Tints of Deep Cerise #CC2995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 51.78%
G = 10.41%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC2995 (or 0xCC2995) is known color: Deep Cerise. HEX triplet: CC, 29 and 95. RGB value is (204,41,149). Sum of RGB (Red+Green+Blue) = 204+41+149=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2995 is #33D66A. Grayscale: #656565. Windows color (decimal): -3397227 or 9775564. OLE color: 9775564.

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

Color convert

RGB 204 41 149 -
CMYK 0 0.80 0.27 0.2
HSL 320.25º 0.67% 0.48% -
HSV(B) 320.25º 0.8% 0.8% -
XYZ 31.12 16.59 30 -
YUV 102.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 204 41 149 0 0.80 0.27 0.2 320.25 0.67 0.48
Hex CC 29 95 0 50 1B 14 140 43 30
Octal 314 51 225 0 120 33 24 500 103 60
Binary 11001100 101001 10010101 0 1010000 11011 10100 101000000 1000011 110000

Color Harmonies of #CC2995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2995

Black with #CC2995

Text Example


Text Example

White with #CC2995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2995; }

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

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

background-color css

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

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

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

border-color css

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

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

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