Shades of Medium Violet Red #C0237A
Tints of Medium Violet Red #C0237A
RGB
CMYK
RGB Variations
Color information
#C0237A (or 0xC0237A) is known color: Medium Violet Red. HEX triplet: C0, 23 and 7A. RGB value is (192,35,122). Sum of RGB (Red+Green+Blue) = 192+35+122=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0237A is #3FDC85. Grayscale: #5B5B5B. Windows color (decimal): -4185222 or 8004544. OLE color: 8004544.
HSL color Cylindrical-coordinate representation of color #C0237A: hue angle of 326.75º 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 #C0237A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 122 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.25 |
| HSL | 326.75º | 0.69% | 0.45% | - |
| HSV(B) | 326.75º | 0.82% | 0.75% | - |
| XYZ | 25.85 | 13.81 | 19.72 | - |
| YUV | 91.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 122 | 0 | 0.82 | 0.36 | 0.25 | 326.75 | 0.69 | 0.45 |
| Hex | C0 | 23 | 7A | 0 | 52 | 24 | 19 | 147 | 45 | 2D |
| Octal | 300 | 43 | 172 | 0 | 122 | 44 | 31 | 507 | 105 | 55 |
| Binary | 11000000 | 100011 | 1111010 | 0 | 1010010 | 100100 | 11001 | 101000111 | 1000101 | 101101 |
Color Harmonies of #C0237A
Complementary color
Monochromatic Colors of #C0237A
Black with #C0237A
Text Example
Text Example
White with #C0237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0237A; }
p { color: rgb(192,35,122); }
H1.HeaderClassName
{
color: #C0237A;
}
.AnyTagClassName
{
color: #C0237A;
}
</style>
background-color css
<style>
a { background-color: #C0237A; }
a { background-color: rgb(192,35,122); }
div.DivClassName
{
background-color: #C0237A;
}
.BgClassName
{
background-color: #C0237A;
}
</style>
border-color css
<style>
span { border-color: #C0237A; }
span { border-color: rgb(192,35,122); }
td.TdClassName
{
border-color: #C0237A;
}
.TagClassName
{
border-color: #C0237A;
}
</style>