Shades of Medium Violet Red #C00499
Tints of Medium Violet Red #C00499
RGB
CMYK
RGB Variations
Color information
#C00499 (or 0xC00499) is known color: Medium Violet Red. HEX triplet: C0, 04 and 99. RGB value is (192,4,153). Sum of RGB (Red+Green+Blue) = 192+4+153=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C00499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00499 is #3FFB66. Grayscale: #4C4C4C. Windows color (decimal): -4193127 or 10028224. OLE color: 10028224.
HSL color Cylindrical-coordinate representation of color #C00499: hue angle of 312.45º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00499 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.25 |
| HSL | 312.45º | 0.96% | 0.38% | - |
| HSV(B) | 312.45º | 0.98% | 0.75% | - |
| XYZ | 27.53 | 13.59 | 31.31 | - |
| YUV | 77.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 153 | 0 | 0.98 | 0.20 | 0.25 | 312.45 | 0.96 | 0.38 |
| Hex | C0 | 4 | 99 | 0 | 62 | 14 | 19 | 138 | 60 | 26 |
| Octal | 300 | 4 | 231 | 0 | 142 | 24 | 31 | 470 | 140 | 46 |
| Binary | 11000000 | 100 | 10011001 | 0 | 1100010 | 10100 | 11001 | 100111000 | 1100000 | 100110 |
Color Harmonies of #C00499
Complementary color
Monochromatic Colors of #C00499
Black with #C00499
Text Example
Text Example
White with #C00499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00499; }
p { color: rgb(192,4,153); }
H1.HeaderClassName
{
color: #C00499;
}
.AnyTagClassName
{
color: #C00499;
}
</style>
background-color css
<style>
a { background-color: #C00499; }
a { background-color: rgb(192,4,153); }
div.DivClassName
{
background-color: #C00499;
}
.BgClassName
{
background-color: #C00499;
}
</style>
border-color css
<style>
span { border-color: #C00499; }
span { border-color: rgb(192,4,153); }
td.TdClassName
{
border-color: #C00499;
}
.TagClassName
{
border-color: #C00499;
}
</style>