Shades of Medium Violet Red #C0127E
Tints of Medium Violet Red #C0127E
RGB
CMYK
RGB Variations
Color information
#C0127E (or 0xC0127E) is known color: Medium Violet Red. HEX triplet: C0, 12 and 7E. RGB value is (192,18,126). Sum of RGB (Red+Green+Blue) = 192+18+126=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0127E is #3FED81. Grayscale: #525252. Windows color (decimal): -4189570 or 8262336. OLE color: 8262336.
HSL color Cylindrical-coordinate representation of color #C0127E: hue angle of 322.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0127E is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 126 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.25 |
| HSL | 322.76º | 0.83% | 0.41% | - |
| HSV(B) | 322.76º | 0.91% | 0.75% | - |
| XYZ | 25.72 | 13.15 | 20.92 | - |
| YUV | 82.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 126 | 0 | 0.91 | 0.34 | 0.25 | 322.76 | 0.83 | 0.41 |
| Hex | C0 | 12 | 7E | 0 | 5B | 22 | 19 | 143 | 53 | 29 |
| Octal | 300 | 22 | 176 | 0 | 133 | 42 | 31 | 503 | 123 | 51 |
| Binary | 11000000 | 10010 | 1111110 | 0 | 1011011 | 100010 | 11001 | 101000011 | 1010011 | 101001 |
Color Harmonies of #C0127E
Complementary color
Monochromatic Colors of #C0127E
Black with #C0127E
Text Example
Text Example
White with #C0127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0127E; }
p { color: rgb(192,18,126); }
H1.HeaderClassName
{
color: #C0127E;
}
.AnyTagClassName
{
color: #C0127E;
}
</style>
background-color css
<style>
a { background-color: #C0127E; }
a { background-color: rgb(192,18,126); }
div.DivClassName
{
background-color: #C0127E;
}
.BgClassName
{
background-color: #C0127E;
}
</style>
border-color css
<style>
span { border-color: #C0127E; }
span { border-color: rgb(192,18,126); }
td.TdClassName
{
border-color: #C0127E;
}
.TagClassName
{
border-color: #C0127E;
}
</style>