#C80C77

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

Shades of Medium Violet Red #C80C77

Tints of Medium Violet Red #C80C77

Color information

#C80C77 (or 0xC80C77) is unknown color: approx Medium Violet Red. HEX triplet: C8, 0C and 77. RGB value is (200,12,119). Sum of RGB (Red+Green+Blue) = 200+12+119=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C77 is #37F388. Grayscale: #505050. Windows color (decimal): -3666825 or 7802056. OLE color: 7802056.

HSL color Cylindrical-coordinate representation of color #C80C77: hue angle of 325.85º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C77 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB20012119-
CMYK00.940.400.22
HSL325.85º88.68%41.57%-
HSV(B)325.85º94%78.43%-
XYZ27.2813.8718.69-
YUV80.41149.78213.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.42%
GREEN value IS 12 (5.08% from 255) = 3.63%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=60.42%
G=3.63%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001211900.940.400.22325.8588.6841.57
HexC8C7705E2816146592a
Octal310141670136502650613152
Binary110010001100111011101011110101000101101010001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80C77; }

 p { color: rgb(200,12,119); }

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

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

 a { background-color: rgb(200,12,119); }

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

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

 span { border-color: rgb(200,12,119); }

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