Shades of Medium Violet Red #C80299
Tints of Medium Violet Red #C80299
RGB
CMYK
RGB Variations
Color information
#C80299 (or 0xC80299) is known color: Medium Violet Red. HEX triplet: C8, 02 and 99. RGB value is (200,2,153). Sum of RGB (Red+Green+Blue) = 200+2+153=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C80299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80299 is #37FD66. Grayscale: #4E4E4E. Windows color (decimal): -3669351 or 10027720. OLE color: 10027720.
HSL color Cylindrical-coordinate representation of color #C80299: hue angle of 314.24º 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 #C80299 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.22 |
| HSL | 314.24º | 0.98% | 0.4% | - |
| HSV(B) | 314.24º | 0.99% | 0.78% | - |
| XYZ | 29.59 | 14.62 | 31.4 | - |
| YUV | 78.42 | 170.1 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 153 | 0 | 0.99 | 0.24 | 0.22 | 314.24 | 0.98 | 0.4 |
| Hex | C8 | 2 | 99 | 0 | 63 | 18 | 16 | 13A | 62 | 28 |
| Octal | 310 | 2 | 231 | 0 | 143 | 30 | 26 | 472 | 142 | 50 |
| Binary | 11001000 | 10 | 10011001 | 0 | 1100011 | 11000 | 10110 | 100111010 | 1100010 | 101000 |
Color Harmonies of #C80299
Complementary color
Monochromatic Colors of #C80299
Black with #C80299
Text Example
Text Example
White with #C80299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80299; }
p { color: rgb(200,2,153); }
H1.HeaderClassName
{
color: #C80299;
}
.AnyTagClassName
{
color: #C80299;
}
</style>
background-color css
<style>
a { background-color: #C80299; }
a { background-color: rgb(200,2,153); }
div.DivClassName
{
background-color: #C80299;
}
.BgClassName
{
background-color: #C80299;
}
</style>
border-color css
<style>
span { border-color: #C80299; }
span { border-color: rgb(200,2,153); }
td.TdClassName
{
border-color: #C80299;
}
.TagClassName
{
border-color: #C80299;
}
</style>