Shades of Medium Violet Red #C0237E
Tints of Medium Violet Red #C0237E
RGB
CMYK
RGB Variations
Color information
#C0237E (or 0xC0237E) is known color: Medium Violet Red. HEX triplet: C0, 23 and 7E. RGB value is (192,35,126). Sum of RGB (Red+Green+Blue) = 192+35+126=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0237E is #3FDC81. Grayscale: #5C5C5C. Windows color (decimal): -4185218 or 8266688. OLE color: 8266688.
HSL color Cylindrical-coordinate representation of color #C0237E: hue angle of 325.22º 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 #C0237E is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 126 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.25 |
| HSL | 325.22º | 0.69% | 0.45% | - |
| HSV(B) | 325.22º | 0.82% | 0.75% | - |
| XYZ | 26.11 | 13.91 | 21.05 | - |
| YUV | 92.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 126 | 0 | 0.82 | 0.34 | 0.25 | 325.22 | 0.69 | 0.45 |
| Hex | C0 | 23 | 7E | 0 | 52 | 22 | 19 | 145 | 45 | 2D |
| Octal | 300 | 43 | 176 | 0 | 122 | 42 | 31 | 505 | 105 | 55 |
| Binary | 11000000 | 100011 | 1111110 | 0 | 1010010 | 100010 | 11001 | 101000101 | 1000101 | 101101 |
Color Harmonies of #C0237E
Complementary color
Monochromatic Colors of #C0237E
Black with #C0237E
Text Example
Text Example
White with #C0237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0237E; }
p { color: rgb(192,35,126); }
H1.HeaderClassName
{
color: #C0237E;
}
.AnyTagClassName
{
color: #C0237E;
}
</style>
background-color css
<style>
a { background-color: #C0237E; }
a { background-color: rgb(192,35,126); }
div.DivClassName
{
background-color: #C0237E;
}
.BgClassName
{
background-color: #C0237E;
}
</style>
border-color css
<style>
span { border-color: #C0237E; }
span { border-color: rgb(192,35,126); }
td.TdClassName
{
border-color: #C0237E;
}
.TagClassName
{
border-color: #C0237E;
}
</style>