Shades of Medium Violet Red #C0239A
Tints of Medium Violet Red #C0239A
RGB
CMYK
RGB Variations
Color information
#C0239A (or 0xC0239A) is known color: Medium Violet Red. HEX triplet: C0, 23 and 9A. RGB value is (192,35,154). Sum of RGB (Red+Green+Blue) = 192+35+154=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0239A is #3FDC65. Grayscale: #5F5F5F. Windows color (decimal): -4185190 or 10101696. OLE color: 10101696.
HSL color Cylindrical-coordinate representation of color #C0239A: hue angle of 314.52º 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 #C0239A is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 154 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.25 |
| HSL | 314.52º | 0.69% | 0.45% | - |
| HSV(B) | 314.52º | 0.82% | 0.75% | - |
| XYZ | 28.17 | 14.74 | 31.93 | - |
| YUV | 95.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 154 | 0 | 0.82 | 0.20 | 0.25 | 314.52 | 0.69 | 0.45 |
| Hex | C0 | 23 | 9A | 0 | 52 | 14 | 19 | 13B | 45 | 2D |
| Octal | 300 | 43 | 232 | 0 | 122 | 24 | 31 | 473 | 105 | 55 |
| Binary | 11000000 | 100011 | 10011010 | 0 | 1010010 | 10100 | 11001 | 100111011 | 1000101 | 101101 |
Color Harmonies of #C0239A
Complementary color
Monochromatic Colors of #C0239A
Black with #C0239A
Text Example
Text Example
White with #C0239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0239A; }
p { color: rgb(192,35,154); }
H1.HeaderClassName
{
color: #C0239A;
}
.AnyTagClassName
{
color: #C0239A;
}
</style>
background-color css
<style>
a { background-color: #C0239A; }
a { background-color: rgb(192,35,154); }
div.DivClassName
{
background-color: #C0239A;
}
.BgClassName
{
background-color: #C0239A;
}
</style>
border-color css
<style>
span { border-color: #C0239A; }
span { border-color: rgb(192,35,154); }
td.TdClassName
{
border-color: #C0239A;
}
.TagClassName
{
border-color: #C0239A;
}
</style>