Shades of Medium Violet Red #C01D8E
Tints of Medium Violet Red #C01D8E
RGB
CMYK
RGB Variations
Color information
#C01D8E (or 0xC01D8E) is known color: Medium Violet Red. HEX triplet: C0, 1D and 8E. RGB value is (192,29,142). Sum of RGB (Red+Green+Blue) = 192+29+142=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D8E is #3FE271. Grayscale: #5A5A5A. Windows color (decimal): -4186738 or 9313728. OLE color: 9313728.
HSL color Cylindrical-coordinate representation of color #C01D8E: hue angle of 318.4º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01D8E is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 142 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.25 |
| HSL | 318.4º | 0.74% | 0.43% | - |
| HSV(B) | 318.4º | 0.85% | 0.75% | - |
| XYZ | 27.06 | 14.04 | 26.87 | - |
| YUV | 90.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 142 | 0 | 0.85 | 0.26 | 0.25 | 318.4 | 0.74 | 0.43 |
| Hex | C0 | 1D | 8E | 0 | 55 | 1A | 19 | 13E | 4A | 2B |
| Octal | 300 | 35 | 216 | 0 | 125 | 32 | 31 | 476 | 112 | 53 |
| Binary | 11000000 | 11101 | 10001110 | 0 | 1010101 | 11010 | 11001 | 100111110 | 1001010 | 101011 |
Color Harmonies of #C01D8E
Complementary color
Monochromatic Colors of #C01D8E
Black with #C01D8E
Text Example
Text Example
White with #C01D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D8E; }
p { color: rgb(192,29,142); }
H1.HeaderClassName
{
color: #C01D8E;
}
.AnyTagClassName
{
color: #C01D8E;
}
</style>
background-color css
<style>
a { background-color: #C01D8E; }
a { background-color: rgb(192,29,142); }
div.DivClassName
{
background-color: #C01D8E;
}
.BgClassName
{
background-color: #C01D8E;
}
</style>
border-color css
<style>
span { border-color: #C01D8E; }
span { border-color: rgb(192,29,142); }
td.TdClassName
{
border-color: #C01D8E;
}
.TagClassName
{
border-color: #C01D8E;
}
</style>