Shades of Medium Violet Red #C80C9A
Tints of Medium Violet Red #C80C9A
RGB
CMYK
RGB Variations
Color information
#C80C9A (or 0xC80C9A) is known color: Medium Violet Red. HEX triplet: C8, 0C and 9A. RGB value is (200,12,154). Sum of RGB (Red+Green+Blue) = 200+12+154=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80C9A is #37F365. Grayscale: #545454. Windows color (decimal): -3666790 or 10095816. OLE color: 10095816.
HSL color Cylindrical-coordinate representation of color #C80C9A: hue angle of 314.68º 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 #C80C9A is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 154 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.22 |
| HSL | 314.68º | 0.89% | 0.42% | - |
| HSV(B) | 314.68º | 0.94% | 0.78% | - |
| XYZ | 29.78 | 14.88 | 31.87 | - |
| YUV | 84.4 | 167.28 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 154 | 0 | 0.94 | 0.23 | 0.22 | 314.68 | 0.89 | 0.42 |
| Hex | C8 | C | 9A | 0 | 5E | 17 | 16 | 13B | 59 | 2A |
| Octal | 310 | 14 | 232 | 0 | 136 | 27 | 26 | 473 | 131 | 52 |
| Binary | 11001000 | 1100 | 10011010 | 0 | 1011110 | 10111 | 10110 | 100111011 | 1011001 | 101010 |
Color Harmonies of #C80C9A
Complementary color
Monochromatic Colors of #C80C9A
Black with #C80C9A
Text Example
Text Example
White with #C80C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C9A; }
p { color: rgb(200,12,154); }
H1.HeaderClassName
{
color: #C80C9A;
}
.AnyTagClassName
{
color: #C80C9A;
}
</style>
background-color css
<style>
a { background-color: #C80C9A; }
a { background-color: rgb(200,12,154); }
div.DivClassName
{
background-color: #C80C9A;
}
.BgClassName
{
background-color: #C80C9A;
}
</style>
border-color css
<style>
span { border-color: #C80C9A; }
span { border-color: rgb(200,12,154); }
td.TdClassName
{
border-color: #C80C9A;
}
.TagClassName
{
border-color: #C80C9A;
}
</style>