Shades of Medium Violet Red #C80BA8
Tints of Medium Violet Red #C80BA8
RGB
CMYK
RGB Variations
Color information
#C80BA8 (or 0xC80BA8) is known color: Medium Violet Red. HEX triplet: C8, 0B and A8. RGB value is (200,11,168). Sum of RGB (Red+Green+Blue) = 200+11+168=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80BA8 is #37F457. Grayscale: #545454. Windows color (decimal): -3667032 or 11013064. OLE color: 11013064.
HSL color Cylindrical-coordinate representation of color #C80BA8: hue angle of 310.16º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.22 |
| HSL | 310.16º | 0.9% | 0.41% | - |
| HSV(B) | 310.16º | 0.95% | 0.78% | - |
| XYZ | 31.01 | 15.35 | 38.37 | - |
| YUV | 85.41 | 174.62 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 168 | 0 | 0.94 | 0.16 | 0.22 | 310.16 | 0.9 | 0.41 |
| Hex | C8 | B | A8 | 0 | 5E | 10 | 16 | 136 | 5A | 29 |
| Octal | 310 | 13 | 250 | 0 | 136 | 20 | 26 | 466 | 132 | 51 |
| Binary | 11001000 | 1011 | 10101000 | 0 | 1011110 | 10000 | 10110 | 100110110 | 1011010 | 101001 |
Color Harmonies of #C80BA8
Complementary color
Monochromatic Colors of #C80BA8
Black with #C80BA8
Text Example
Text Example
White with #C80BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BA8; }
p { color: rgb(200,11,168); }
H1.HeaderClassName
{
color: #C80BA8;
}
.AnyTagClassName
{
color: #C80BA8;
}
</style>
background-color css
<style>
a { background-color: #C80BA8; }
a { background-color: rgb(200,11,168); }
div.DivClassName
{
background-color: #C80BA8;
}
.BgClassName
{
background-color: #C80BA8;
}
</style>
border-color css
<style>
span { border-color: #C80BA8; }
span { border-color: rgb(200,11,168); }
td.TdClassName
{
border-color: #C80BA8;
}
.TagClassName
{
border-color: #C80BA8;
}
</style>