Html Css Color HEX #CC2774 Deep Cerise

📋 copy color: '#CC2774'

red 204 ◦ green 39 ◦ blue 116

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

Shades of Deep Cerise #CC2774

Tints of Deep Cerise #CC2774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 56.82%
G = 10.86%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2774 (or 0xCC2774) is known color: Deep Cerise. HEX triplet: CC, 27 and 74. RGB value is (204,39,116). Sum of RGB (Red+Green+Blue) = 204+39+116=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2774 is #33D88B. Grayscale: #606060. Windows color (decimal): -3397772 or 7612364. OLE color: 7612364.

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

Color convert

RGB 204 39 116 -
CMYK 0 0.81 0.43 0.2
HSL 332º 0.68% 0.48% -
HSV(B) 332º 0.81% 0.8% -
XYZ 28.78 15.55 18.01 -
YUV 97.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 204 39 116 0 0.81 0.43 0.2 332 0.68 0.48
Hex CC 27 74 0 51 2B 14 14C 44 30
Octal 314 47 164 0 121 53 24 514 104 60
Binary 11001100 100111 1110100 0 1010001 101011 10100 101001100 1000100 110000

Color Harmonies of #CC2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2774

Black with #CC2774

Text Example


Text Example

White with #CC2774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2774; }

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

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

background-color css

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

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

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

border-color css

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

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

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