Shades of Medium Violet Red #C0229D
Tints of Medium Violet Red #C0229D
RGB
CMYK
RGB Variations
Color information
#C0229D (or 0xC0229D) is known color: Medium Violet Red. HEX triplet: C0, 22 and 9D. RGB value is (192,34,157). Sum of RGB (Red+Green+Blue) = 192+34+157=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0229D is #3FDD62. Grayscale: #5E5E5E. Windows color (decimal): -4185443 or 10298048. OLE color: 10298048.
HSL color Cylindrical-coordinate representation of color #C0229D: hue angle of 313.29º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0229D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 157 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.25 |
| HSL | 313.29º | 0.7% | 0.44% | - |
| HSV(B) | 313.29º | 0.82% | 0.75% | - |
| XYZ | 28.4 | 14.78 | 33.26 | - |
| YUV | 95.26 | 162.85 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 157 | 0 | 0.82 | 0.18 | 0.25 | 313.29 | 0.7 | 0.44 |
| Hex | C0 | 22 | 9D | 0 | 52 | 12 | 19 | 139 | 46 | 2C |
| Octal | 300 | 42 | 235 | 0 | 122 | 22 | 31 | 471 | 106 | 54 |
| Binary | 11000000 | 100010 | 10011101 | 0 | 1010010 | 10010 | 11001 | 100111001 | 1000110 | 101100 |
Color Harmonies of #C0229D
Complementary color
Monochromatic Colors of #C0229D
Black with #C0229D
Text Example
Text Example
White with #C0229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0229D; }
p { color: rgb(192,34,157); }
H1.HeaderClassName
{
color: #C0229D;
}
.AnyTagClassName
{
color: #C0229D;
}
</style>
background-color css
<style>
a { background-color: #C0229D; }
a { background-color: rgb(192,34,157); }
div.DivClassName
{
background-color: #C0229D;
}
.BgClassName
{
background-color: #C0229D;
}
</style>
border-color css
<style>
span { border-color: #C0229D; }
span { border-color: rgb(192,34,157); }
td.TdClassName
{
border-color: #C0229D;
}
.TagClassName
{
border-color: #C0229D;
}
</style>