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