Html Css Color HEX #CC2880 Deep Cerise

📋 copy color: '#CC2880'

red 204 ◦ green 40 ◦ blue 128

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

Shades of Deep Cerise #CC2880

Tints of Deep Cerise #CC2880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.75%

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

R = 54.84%
G = 10.75%
B = 34.41%

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

#CC2880 (or 0xCC2880) is known color: Deep Cerise. HEX triplet: CC, 28 and 80. RGB value is (204,40,128). Sum of RGB (Red+Green+Blue) = 204+40+128=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2880 is #33D77F. Grayscale: #626262. Windows color (decimal): -3397504 or 8399052. OLE color: 8399052.

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

Color convert

RGB 204 40 128 -
CMYK 0 0.80 0.37 0.2
HSL 327.8º 0.67% 0.48% -
HSV(B) 327.8º 0.8% 0.8% -
XYZ 29.56 15.91 21.94 -
YUV 99.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 204 40 128 0 0.80 0.37 0.2 327.8 0.67 0.48
Hex CC 28 80 0 50 25 14 148 43 30
Octal 314 50 200 0 120 45 24 510 103 60
Binary 11001100 101000 10000000 0 1010000 100101 10100 101001000 1000011 110000

Color Harmonies of #CC2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2880

Black with #CC2880

Text Example


Text Example

White with #CC2880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2880; }

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

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

background-color css

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

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

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

border-color css

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

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

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