Shades of Medium Violet Red #C0237C
Tints of Medium Violet Red #C0237C
RGB
CMYK
RGB Variations
Color information
#C0237C (or 0xC0237C) is known color: Medium Violet Red. HEX triplet: C0, 23 and 7C. RGB value is (192,35,124). Sum of RGB (Red+Green+Blue) = 192+35+124=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0237C is #3FDC83. Grayscale: #5B5B5B. Windows color (decimal): -4185220 or 8135616. OLE color: 8135616.
HSL color Cylindrical-coordinate representation of color #C0237C: hue angle of 325.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 #C0237C is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 124 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.25 |
| HSL | 325.99º | 0.69% | 0.45% | - |
| HSV(B) | 325.99º | 0.82% | 0.75% | - |
| XYZ | 25.98 | 13.86 | 20.38 | - |
| YUV | 92.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 124 | 0 | 0.82 | 0.35 | 0.25 | 325.99 | 0.69 | 0.45 |
| Hex | C0 | 23 | 7C | 0 | 52 | 23 | 19 | 146 | 45 | 2D |
| Octal | 300 | 43 | 174 | 0 | 122 | 43 | 31 | 506 | 105 | 55 |
| Binary | 11000000 | 100011 | 1111100 | 0 | 1010010 | 100011 | 11001 | 101000110 | 1000101 | 101101 |
Color Harmonies of #C0237C
Complementary color
Monochromatic Colors of #C0237C
Black with #C0237C
Text Example
Text Example
White with #C0237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0237C; }
p { color: rgb(192,35,124); }
H1.HeaderClassName
{
color: #C0237C;
}
.AnyTagClassName
{
color: #C0237C;
}
</style>
background-color css
<style>
a { background-color: #C0237C; }
a { background-color: rgb(192,35,124); }
div.DivClassName
{
background-color: #C0237C;
}
.BgClassName
{
background-color: #C0237C;
}
</style>
border-color css
<style>
span { border-color: #C0237C; }
span { border-color: rgb(192,35,124); }
td.TdClassName
{
border-color: #C0237C;
}
.TagClassName
{
border-color: #C0237C;
}
</style>