Shades of Medium Violet Red #C0239D
Tints of Medium Violet Red #C0239D
RGB
CMYK
RGB Variations
Color information
#C0239D (or 0xC0239D) is known color: Medium Violet Red. HEX triplet: C0, 23 and 9D. RGB value is (192,35,157). Sum of RGB (Red+Green+Blue) = 192+35+157=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0239D is #3FDC62. Grayscale: #5F5F5F. Windows color (decimal): -4185187 or 10298304. OLE color: 10298304.
HSL color Cylindrical-coordinate representation of color #C0239D: hue angle of 313.38º 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 #C0239D is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 157 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.25 |
| HSL | 313.38º | 0.69% | 0.45% | - |
| HSV(B) | 313.38º | 0.82% | 0.75% | - |
| XYZ | 28.43 | 14.84 | 33.27 | - |
| YUV | 95.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 157 | 0 | 0.82 | 0.18 | 0.25 | 313.38 | 0.69 | 0.45 |
| Hex | C0 | 23 | 9D | 0 | 52 | 12 | 19 | 139 | 45 | 2D |
| Octal | 300 | 43 | 235 | 0 | 122 | 22 | 31 | 471 | 105 | 55 |
| Binary | 11000000 | 100011 | 10011101 | 0 | 1010010 | 10010 | 11001 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C0239D
Complementary color
Monochromatic Colors of #C0239D
Black with #C0239D
Text Example
Text Example
White with #C0239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0239D; }
p { color: rgb(192,35,157); }
H1.HeaderClassName
{
color: #C0239D;
}
.AnyTagClassName
{
color: #C0239D;
}
</style>
background-color css
<style>
a { background-color: #C0239D; }
a { background-color: rgb(192,35,157); }
div.DivClassName
{
background-color: #C0239D;
}
.BgClassName
{
background-color: #C0239D;
}
</style>
border-color css
<style>
span { border-color: #C0239D; }
span { border-color: rgb(192,35,157); }
td.TdClassName
{
border-color: #C0239D;
}
.TagClassName
{
border-color: #C0239D;
}
</style>