Shades of Medium Violet Red #C0229B
Tints of Medium Violet Red #C0229B
RGB
CMYK
RGB Variations
Color information
#C0229B (or 0xC0229B) is known color: Medium Violet Red. HEX triplet: C0, 22 and 9B. RGB value is (192,34,155). Sum of RGB (Red+Green+Blue) = 192+34+155=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0229B is #3FDD64. Grayscale: #5E5E5E. Windows color (decimal): -4185445 or 10166976. OLE color: 10166976.
HSL color Cylindrical-coordinate representation of color #C0229B: hue angle of 314.05º 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 #C0229B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 155 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.25 |
| HSL | 314.05º | 0.7% | 0.44% | - |
| HSV(B) | 314.05º | 0.82% | 0.75% | - |
| XYZ | 28.23 | 14.72 | 32.36 | - |
| YUV | 95.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 155 | 0 | 0.82 | 0.19 | 0.25 | 314.05 | 0.7 | 0.44 |
| Hex | C0 | 22 | 9B | 0 | 52 | 13 | 19 | 13A | 46 | 2C |
| Octal | 300 | 42 | 233 | 0 | 122 | 23 | 31 | 472 | 106 | 54 |
| Binary | 11000000 | 100010 | 10011011 | 0 | 1010010 | 10011 | 11001 | 100111010 | 1000110 | 101100 |
Color Harmonies of #C0229B
Complementary color
Monochromatic Colors of #C0229B
Black with #C0229B
Text Example
Text Example
White with #C0229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0229B; }
p { color: rgb(192,34,155); }
H1.HeaderClassName
{
color: #C0229B;
}
.AnyTagClassName
{
color: #C0229B;
}
</style>
background-color css
<style>
a { background-color: #C0229B; }
a { background-color: rgb(192,34,155); }
div.DivClassName
{
background-color: #C0229B;
}
.BgClassName
{
background-color: #C0229B;
}
</style>
border-color css
<style>
span { border-color: #C0229B; }
span { border-color: rgb(192,34,155); }
td.TdClassName
{
border-color: #C0229B;
}
.TagClassName
{
border-color: #C0229B;
}
</style>