Shades of Medium Violet Red #C0029E
Tints of Medium Violet Red #C0029E
RGB
CMYK
RGB Variations
Color information
#C0029E (or 0xC0029E) is known color: Medium Violet Red. HEX triplet: C0, 02 and 9E. RGB value is (192,2,158). Sum of RGB (Red+Green+Blue) = 192+2+158=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0029E is #3FFD61. Grayscale: #4C4C4C. Windows color (decimal): -4193634 or 10355392. OLE color: 10355392.
HSL color Cylindrical-coordinate representation of color #C0029E: hue angle of 310.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0029E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 158 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.25 |
| HSL | 310.74º | 0.98% | 0.38% | - |
| HSV(B) | 310.74º | 0.99% | 0.75% | - |
| XYZ | 27.93 | 13.72 | 33.52 | - |
| YUV | 76.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 158 | 0 | 0.99 | 0.18 | 0.25 | 310.74 | 0.98 | 0.38 |
| Hex | C0 | 2 | 9E | 0 | 63 | 12 | 19 | 137 | 62 | 26 |
| Octal | 300 | 2 | 236 | 0 | 143 | 22 | 31 | 467 | 142 | 46 |
| Binary | 11000000 | 10 | 10011110 | 0 | 1100011 | 10010 | 11001 | 100110111 | 1100010 | 100110 |
Color Harmonies of #C0029E
Complementary color
Monochromatic Colors of #C0029E
Black with #C0029E
Text Example
Text Example
White with #C0029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0029E; }
p { color: rgb(192,2,158); }
H1.HeaderClassName
{
color: #C0029E;
}
.AnyTagClassName
{
color: #C0029E;
}
</style>
background-color css
<style>
a { background-color: #C0029E; }
a { background-color: rgb(192,2,158); }
div.DivClassName
{
background-color: #C0029E;
}
.BgClassName
{
background-color: #C0029E;
}
</style>
border-color css
<style>
span { border-color: #C0029E; }
span { border-color: rgb(192,2,158); }
td.TdClassName
{
border-color: #C0029E;
}
.TagClassName
{
border-color: #C0029E;
}
</style>