#cc0e77

Color #CC0E77 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CC0E77

Tints of Medium Violet Red #CC0E77

Color information

#CC0E77 (or 0xCC0E77) is unknown color: approx Medium Violet Red. HEX triplet: CC, 0E and 77. RGB value is (204,14,119). Sum of RGB (Red+Green+Blue) = 204+14+119=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0E77 is #33F188. Grayscale: #525252. Windows color (decimal): -3404169 or 7802572. OLE color: 7802572.

HSL color Cylindrical-coordinate representation of color #CC0E77: hue angle of 326.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0E77 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB20414119-
CMYK00.930.420.2
HSL326.84º87.16%42.75%-
HSV(B)326.84º93.14%80%-
XYZ28.3914.4818.75-
YUV82.78148.45214.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=60.53%
G=4.15%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041411900.930.420.2326.8487.1642.75
HexCCE7705D2A14147572b
Octal314161670135522450712753
Binary110011001110111011101011101101010101001010001111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc0e77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc0e77; }

 p { color: rgb(204,14,119); }

 H1.HeaderClassName
 {
   color: #cc0e77;
 }
 .AnyTagClassName
 {
   color: #cc0e77;
 }
</style>
background-color css

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

 a { background-color: rgb(204,14,119); }

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

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

 span { border-color: rgb(204,14,119); }

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