Shades of Medium Violet Red #C80291
Tints of Medium Violet Red #C80291
RGB
CMYK
RGB Variations
Color information
#C80291 (or 0xC80291) is known color: Medium Violet Red. HEX triplet: C8, 02 and 91. RGB value is (200,2,145). Sum of RGB (Red+Green+Blue) = 200+2+145=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C80291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80291 is #37FD6E. Grayscale: #4D4D4D. Windows color (decimal): -3669359 or 9503432. OLE color: 9503432.
HSL color Cylindrical-coordinate representation of color #C80291: hue angle of 316.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80291 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.22 |
| HSL | 316.67º | 0.98% | 0.4% | - |
| HSV(B) | 316.67º | 0.99% | 0.78% | - |
| XYZ | 28.95 | 14.37 | 28.04 | - |
| YUV | 77.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 145 | 0 | 0.99 | 0.28 | 0.22 | 316.67 | 0.98 | 0.4 |
| Hex | C8 | 2 | 91 | 0 | 63 | 1C | 16 | 13D | 62 | 28 |
| Octal | 310 | 2 | 221 | 0 | 143 | 34 | 26 | 475 | 142 | 50 |
| Binary | 11001000 | 10 | 10010001 | 0 | 1100011 | 11100 | 10110 | 100111101 | 1100010 | 101000 |
Color Harmonies of #C80291
Complementary color
Monochromatic Colors of #C80291
Black with #C80291
Text Example
Text Example
White with #C80291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80291; }
p { color: rgb(200,2,145); }
H1.HeaderClassName
{
color: #C80291;
}
.AnyTagClassName
{
color: #C80291;
}
</style>
background-color css
<style>
a { background-color: #C80291; }
a { background-color: rgb(200,2,145); }
div.DivClassName
{
background-color: #C80291;
}
.BgClassName
{
background-color: #C80291;
}
</style>
border-color css
<style>
span { border-color: #C80291; }
span { border-color: rgb(200,2,145); }
td.TdClassName
{
border-color: #C80291;
}
.TagClassName
{
border-color: #C80291;
}
</style>