#C80585

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

Shades of Medium Violet Red #C80585

Tints of Medium Violet Red #C80585

Color information

#C80585 (or 0xC80585) is unknown color: approx Medium Violet Red. HEX triplet: C8, 05 and 85. RGB value is (200,5,133). Sum of RGB (Red+Green+Blue) = 200+5+133=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C80585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80585 is #37FA7A. Grayscale: #4D4D4D. Windows color (decimal): -3668603 or 8717768. OLE color: 8717768.

HSL color Cylindrical-coordinate representation of color #C80585: hue angle of 320.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80585 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB2005133-
CMYK00.980.340.22
HSL320.62º95.12%40.2%-
HSV(B)320.62º97.5%78.43%-
XYZ28.1114.0823.43-
YUV77.9159.1215.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.17%
GREEN value IS 5 (2.34% from 255) = 1.48%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=59.17%
G=1.48%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200513300.980.340.22320.6295.1240.2
HexC858506222161415f28
Octal31052050142422650113750
Binary110010001011000010101100010100010101101010000011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80585; }

 p { color: rgb(200,5,133); }

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

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

 a { background-color: rgb(200,5,133); }

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

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

 span { border-color: rgb(200,5,133); }

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