Shades of Medium Violet Red #C80D93
Tints of Medium Violet Red #C80D93
RGB
CMYK
RGB Variations
Color information
#C80D93 (or 0xC80D93) is known color: Medium Violet Red. HEX triplet: C8, 0D and 93. RGB value is (200,13,147). Sum of RGB (Red+Green+Blue) = 200+13+147=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80D93 is #37F26C. Grayscale: #535353. Windows color (decimal): -3666541 or 9637320. OLE color: 9637320.
HSL color Cylindrical-coordinate representation of color #C80D93: hue angle of 317.01º 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 #C80D93 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 147 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.22 |
| HSL | 317.01º | 0.88% | 0.42% | - |
| HSV(B) | 317.01º | 0.94% | 0.78% | - |
| XYZ | 29.23 | 14.67 | 28.9 | - |
| YUV | 84.19 | 163.45 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 147 | 0 | 0.94 | 0.26 | 0.22 | 317.01 | 0.88 | 0.42 |
| Hex | C8 | D | 93 | 0 | 5E | 1A | 16 | 13D | 58 | 2A |
| Octal | 310 | 15 | 223 | 0 | 136 | 32 | 26 | 475 | 130 | 52 |
| Binary | 11001000 | 1101 | 10010011 | 0 | 1011110 | 11010 | 10110 | 100111101 | 1011000 | 101010 |
Color Harmonies of #C80D93
Complementary color
Monochromatic Colors of #C80D93
Black with #C80D93
Text Example
Text Example
White with #C80D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D93; }
p { color: rgb(200,13,147); }
H1.HeaderClassName
{
color: #C80D93;
}
.AnyTagClassName
{
color: #C80D93;
}
</style>
background-color css
<style>
a { background-color: #C80D93; }
a { background-color: rgb(200,13,147); }
div.DivClassName
{
background-color: #C80D93;
}
.BgClassName
{
background-color: #C80D93;
}
</style>
border-color css
<style>
span { border-color: #C80D93; }
span { border-color: rgb(200,13,147); }
td.TdClassName
{
border-color: #C80D93;
}
.TagClassName
{
border-color: #C80D93;
}
</style>