Shades of Medium Violet Red #C0029D
Tints of Medium Violet Red #C0029D
RGB
CMYK
RGB Variations
Color information
#C0029D (or 0xC0029D) is known color: Medium Violet Red. HEX triplet: C0, 02 and 9D. RGB value is (192,2,157). Sum of RGB (Red+Green+Blue) = 192+2+157=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0029D is #3FFD62. Grayscale: #4C4C4C. Windows color (decimal): -4193635 or 10289856. OLE color: 10289856.
HSL color Cylindrical-coordinate representation of color #C0029D: hue angle of 311.05º 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 #C0029D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.25 |
| HSL | 311.05º | 0.98% | 0.38% | - |
| HSV(B) | 311.05º | 0.99% | 0.75% | - |
| XYZ | 27.85 | 13.68 | 33.07 | - |
| YUV | 76.48 | 173.45 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 157 | 0 | 0.99 | 0.18 | 0.25 | 311.05 | 0.98 | 0.38 |
| Hex | C0 | 2 | 9D | 0 | 63 | 12 | 19 | 137 | 62 | 26 |
| Octal | 300 | 2 | 235 | 0 | 143 | 22 | 31 | 467 | 142 | 46 |
| Binary | 11000000 | 10 | 10011101 | 0 | 1100011 | 10010 | 11001 | 100110111 | 1100010 | 100110 |
Color Harmonies of #C0029D
Complementary color
Monochromatic Colors of #C0029D
Black with #C0029D
Text Example
Text Example
White with #C0029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0029D; }
p { color: rgb(192,2,157); }
H1.HeaderClassName
{
color: #C0029D;
}
.AnyTagClassName
{
color: #C0029D;
}
</style>
background-color css
<style>
a { background-color: #C0029D; }
a { background-color: rgb(192,2,157); }
div.DivClassName
{
background-color: #C0029D;
}
.BgClassName
{
background-color: #C0029D;
}
</style>
border-color css
<style>
span { border-color: #C0029D; }
span { border-color: rgb(192,2,157); }
td.TdClassName
{
border-color: #C0029D;
}
.TagClassName
{
border-color: #C0029D;
}
</style>