#C80D86

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

Shades of Medium Violet Red #C80D86

Tints of Medium Violet Red #C80D86

Color information

#C80D86 (or 0xC80D86) is unknown color: approx Medium Violet Red. HEX triplet: C8, 0D and 86. RGB value is (200,13,134). Sum of RGB (Red+Green+Blue) = 200+13+134=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D86 is #37F279. Grayscale: #525252. Windows color (decimal): -3666554 or 8785352. OLE color: 8785352.

HSL color Cylindrical-coordinate representation of color #C80D86: hue angle of 321.18º degrees, saturation: 0.88, 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 #C80D86 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB20013134-
CMYK00.940.330.22
HSL321.18º87.79%41.76%-
HSV(B)321.18º93.5%78.43%-
XYZ28.2714.2923.82-
YUV82.71156.95211.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.64%
GREEN value IS 13 (5.47% from 255) = 3.75%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=57.64%
G=3.75%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001313400.940.330.22321.1887.7941.76
HexC8D8605E2116141582a
Octal310152060136412650113052
Binary1100100011011000011001011110100001101101010000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80D86; }

 p { color: rgb(200,13,134); }

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

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

 a { background-color: rgb(200,13,134); }

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

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

 span { border-color: rgb(200,13,134); }

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