Shades of Medium Violet Red #C0239E
Tints of Medium Violet Red #C0239E
RGB
CMYK
RGB Variations
Color information
#C0239E (or 0xC0239E) is known color: Medium Violet Red. HEX triplet: C0, 23 and 9E. RGB value is (192,35,158). Sum of RGB (Red+Green+Blue) = 192+35+158=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0239E is #3FDC61. Grayscale: #5F5F5F. Windows color (decimal): -4185186 or 10363840. OLE color: 10363840.
HSL color Cylindrical-coordinate representation of color #C0239E: hue angle of 312.99º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0239E is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 158 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.25 |
| HSL | 312.99º | 0.69% | 0.45% | - |
| HSV(B) | 312.99º | 0.82% | 0.75% | - |
| XYZ | 28.51 | 14.88 | 33.72 | - |
| YUV | 95.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 158 | 0 | 0.82 | 0.18 | 0.25 | 312.99 | 0.69 | 0.45 |
| Hex | C0 | 23 | 9E | 0 | 52 | 12 | 19 | 139 | 45 | 2D |
| Octal | 300 | 43 | 236 | 0 | 122 | 22 | 31 | 471 | 105 | 55 |
| Binary | 11000000 | 100011 | 10011110 | 0 | 1010010 | 10010 | 11001 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C0239E
Complementary color
Monochromatic Colors of #C0239E
Black with #C0239E
Text Example
Text Example
White with #C0239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0239E; }
p { color: rgb(192,35,158); }
H1.HeaderClassName
{
color: #C0239E;
}
.AnyTagClassName
{
color: #C0239E;
}
</style>
background-color css
<style>
a { background-color: #C0239E; }
a { background-color: rgb(192,35,158); }
div.DivClassName
{
background-color: #C0239E;
}
.BgClassName
{
background-color: #C0239E;
}
</style>
border-color css
<style>
span { border-color: #C0239E; }
span { border-color: rgb(192,35,158); }
td.TdClassName
{
border-color: #C0239E;
}
.TagClassName
{
border-color: #C0239E;
}
</style>