Html Css Color HEX #CC2776 Deep Cerise

📋 copy color: '#CC2776'

red 204 ◦ green 39 ◦ blue 118

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

Shades of Deep Cerise #CC2776

Tints of Deep Cerise #CC2776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 56.51%
G = 10.8%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC2776 (or 0xCC2776) is known color: Deep Cerise. HEX triplet: CC, 27 and 76. RGB value is (204,39,118). Sum of RGB (Red+Green+Blue) = 204+39+118=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2776 is #33D889. Grayscale: #616161. Windows color (decimal): -3397770 or 7743436. OLE color: 7743436.

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

Color convert

RGB 204 39 118 -
CMYK 0 0.81 0.42 0.2
HSL 331.27º 0.68% 0.48% -
HSV(B) 331.27º 0.81% 0.8% -
XYZ 28.9 15.6 18.63 -
YUV 97.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 204 39 118 0 0.81 0.42 0.2 331.27 0.68 0.48
Hex CC 27 76 0 51 2A 14 14B 44 30
Octal 314 47 166 0 121 52 24 513 104 60
Binary 11001100 100111 1110110 0 1010001 101010 10100 101001011 1000100 110000

Color Harmonies of #CC2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2776

Black with #CC2776

Text Example


Text Example

White with #CC2776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2776; }

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

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

background-color css

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

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

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

border-color css

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

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

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