Html Css Color HEX #CC2780 Deep Cerise

📋 copy color: '#CC2780'

red 204 ◦ green 39 ◦ blue 128

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

Shades of Deep Cerise #CC2780

Tints of Deep Cerise #CC2780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

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

R = 54.99%
G = 10.51%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2780 (or 0xCC2780) is known color: Deep Cerise. HEX triplet: CC, 27 and 80. RGB value is (204,39,128). Sum of RGB (Red+Green+Blue) = 204+39+128=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2780 is #33D87F. Grayscale: #626262. Windows color (decimal): -3397760 or 8398796. OLE color: 8398796.

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

Color convert

RGB 204 39 128 -
CMYK 0 0.81 0.37 0.2
HSL 327.64º 0.68% 0.48% -
HSV(B) 327.64º 0.81% 0.8% -
XYZ 29.52 15.85 21.92 -
YUV 98.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 204 39 128 0 0.81 0.37 0.2 327.64 0.68 0.48
Hex CC 27 80 0 51 25 14 148 44 30
Octal 314 47 200 0 121 45 24 510 104 60
Binary 11001100 100111 10000000 0 1010001 100101 10100 101001000 1000100 110000

Color Harmonies of #CC2780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2780

Black with #CC2780

Text Example


Text Example

White with #CC2780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2780; }

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

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

background-color css

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

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

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

border-color css

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

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

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