Html Css Color HEX #CC2980 Deep Cerise

📋 copy color: '#CC2980'

red 204 ◦ green 41 ◦ blue 128

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

Shades of Deep Cerise #CC2980

Tints of Deep Cerise #CC2980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 54.69%
G = 10.99%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2980 (or 0xCC2980) is known color: Deep Cerise. HEX triplet: CC, 29 and 80. RGB value is (204,41,128). Sum of RGB (Red+Green+Blue) = 204+41+128=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2980 is #33D67F. Grayscale: #636363. Windows color (decimal): -3397248 or 8399308. OLE color: 8399308.

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

Color convert

RGB 204 41 128 -
CMYK 0 0.80 0.37 0.2
HSL 327.98º 0.67% 0.48% -
HSV(B) 327.98º 0.8% 0.8% -
XYZ 29.59 15.98 21.95 -
YUV 99.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 204 41 128 0 0.80 0.37 0.2 327.98 0.67 0.48
Hex CC 29 80 0 50 25 14 148 43 30
Octal 314 51 200 0 120 45 24 510 103 60
Binary 11001100 101001 10000000 0 1010000 100101 10100 101001000 1000011 110000

Color Harmonies of #CC2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2980

Black with #CC2980

Text Example


Text Example

White with #CC2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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