Html Css Color HEX #CC2988 Deep Cerise

📋 copy color: '#CC2988'

red 204 ◦ green 41 ◦ blue 136

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

Shades of Deep Cerise #CC2988

Tints of Deep Cerise #CC2988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 53.54%
G = 10.76%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC2988 (or 0xCC2988) is known color: Deep Cerise. HEX triplet: CC, 29 and 88. RGB value is (204,41,136). Sum of RGB (Red+Green+Blue) = 204+41+136=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2988 is #33D677. Grayscale: #646464. Windows color (decimal): -3397240 or 8923596. OLE color: 8923596.

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

Color convert

RGB 204 41 136 -
CMYK 0 0.80 0.33 0.2
HSL 325.03º 0.67% 0.48% -
HSV(B) 325.03º 0.8% 0.8% -
XYZ 30.14 16.2 24.83 -
YUV 100.57 148 201.78 -
System Red Green Blue C M Y K H S L
Decimal 204 41 136 0 0.80 0.33 0.2 325.03 0.67 0.48
Hex CC 29 88 0 50 21 14 145 43 30
Octal 314 51 210 0 120 41 24 505 103 60
Binary 11001100 101001 10001000 0 1010000 100001 10100 101000101 1000011 110000

Color Harmonies of #CC2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2988

Black with #CC2988

Text Example


Text Example

White with #CC2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2988; }

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

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

background-color css

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

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

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

border-color css

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

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

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