Html Css Color HEX #CC2779 Deep Cerise

📋 copy color: '#CC2779'

red 204 ◦ green 39 ◦ blue 121

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

Shades of Deep Cerise #CC2779

Tints of Deep Cerise #CC2779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.24%

R = 56.04%
G = 10.71%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC2779 (or 0xCC2779) is known color: Deep Cerise. HEX triplet: CC, 27 and 79. RGB value is (204,39,121). Sum of RGB (Red+Green+Blue) = 204+39+121=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2779 is #33D886. Grayscale: #616161. Windows color (decimal): -3397767 or 7940044. OLE color: 7940044.

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

Color convert

RGB 204 39 121 -
CMYK 0 0.81 0.41 0.2
HSL 330.18º 0.68% 0.48% -
HSV(B) 330.18º 0.81% 0.8% -
XYZ 29.08 15.67 19.58 -
YUV 97.68 141.16 203.83 -
System Red Green Blue C M Y K H S L
Decimal 204 39 121 0 0.81 0.41 0.2 330.18 0.68 0.48
Hex CC 27 79 0 51 29 14 14A 44 30
Octal 314 47 171 0 121 51 24 512 104 60
Binary 11001100 100111 1111001 0 1010001 101001 10100 101001010 1000100 110000

Color Harmonies of #CC2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2779

Black with #CC2779

Text Example


Text Example

White with #CC2779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2779; }

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

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

background-color css

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

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

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

border-color css

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

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

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