Shades of Medium Violet Red #C0029A
Tints of Medium Violet Red #C0029A
RGB
CMYK
RGB Variations
Color information
#C0029A (or 0xC0029A) is known color: Medium Violet Red. HEX triplet: C0, 02 and 9A. RGB value is (192,2,154). Sum of RGB (Red+Green+Blue) = 192+2+154=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C0029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0029A is #3FFD65. Grayscale: #4B4B4B. Windows color (decimal): -4193638 or 10093248. OLE color: 10093248.
HSL color Cylindrical-coordinate representation of color #C0029A: hue angle of 312º 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 #C0029A is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.25 |
| HSL | 312º | 0.98% | 0.38% | - |
| HSV(B) | 312º | 0.99% | 0.75% | - |
| XYZ | 27.59 | 13.58 | 31.74 | - |
| YUV | 76.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 154 | 0 | 0.99 | 0.20 | 0.25 | 312 | 0.98 | 0.38 |
| Hex | C0 | 2 | 9A | 0 | 63 | 14 | 19 | 138 | 62 | 26 |
| Octal | 300 | 2 | 232 | 0 | 143 | 24 | 31 | 470 | 142 | 46 |
| Binary | 11000000 | 10 | 10011010 | 0 | 1100011 | 10100 | 11001 | 100111000 | 1100010 | 100110 |
Color Harmonies of #C0029A
Complementary color
Monochromatic Colors of #C0029A
Black with #C0029A
Text Example
Text Example
White with #C0029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0029A; }
p { color: rgb(192,2,154); }
H1.HeaderClassName
{
color: #C0029A;
}
.AnyTagClassName
{
color: #C0029A;
}
</style>
background-color css
<style>
a { background-color: #C0029A; }
a { background-color: rgb(192,2,154); }
div.DivClassName
{
background-color: #C0029A;
}
.BgClassName
{
background-color: #C0029A;
}
</style>
border-color css
<style>
span { border-color: #C0029A; }
span { border-color: rgb(192,2,154); }
td.TdClassName
{
border-color: #C0029A;
}
.TagClassName
{
border-color: #C0029A;
}
</style>