Shades of Medium Violet Red #C80A6E
Tints of Medium Violet Red #C80A6E
RGB
CMYK
RGB Variations
Color information
#C80A6E (or 0xC80A6E) is known color: Medium Violet Red. HEX triplet: C8, 0A and 6E. RGB value is (200,10,110). Sum of RGB (Red+Green+Blue) = 200+10+110=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A6E is #37F591. Grayscale: #4E4E4E. Windows color (decimal): -3667346 or 7211720. OLE color: 7211720.
HSL color Cylindrical-coordinate representation of color #C80A6E: hue angle of 328.42º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A6E is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 110 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.22 |
| HSL | 328.42º | 0.9% | 0.41% | - |
| HSV(B) | 328.42º | 0.95% | 0.78% | - |
| XYZ | 26.74 | 13.62 | 15.97 | - |
| YUV | 78.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 110 | 0 | 0.95 | 0.45 | 0.22 | 328.42 | 0.9 | 0.41 |
| Hex | C8 | A | 6E | 0 | 5F | 2D | 16 | 148 | 5A | 29 |
| Octal | 310 | 12 | 156 | 0 | 137 | 55 | 26 | 510 | 132 | 51 |
| Binary | 11001000 | 1010 | 1101110 | 0 | 1011111 | 101101 | 10110 | 101001000 | 1011010 | 101001 |
Color Harmonies of #C80A6E
Complementary color
Monochromatic Colors of #C80A6E
Black with #C80A6E
Text Example
Text Example
White with #C80A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A6E; }
p { color: rgb(200,10,110); }
H1.HeaderClassName
{
color: #C80A6E;
}
.AnyTagClassName
{
color: #C80A6E;
}
</style>
background-color css
<style>
a { background-color: #C80A6E; }
a { background-color: rgb(200,10,110); }
div.DivClassName
{
background-color: #C80A6E;
}
.BgClassName
{
background-color: #C80A6E;
}
</style>
border-color css
<style>
span { border-color: #C80A6E; }
span { border-color: rgb(200,10,110); }
td.TdClassName
{
border-color: #C80A6E;
}
.TagClassName
{
border-color: #C80A6E;
}
</style>