Shades of Medium Violet Red #C5018E
Tints of Medium Violet Red #C5018E
RGB
CMYK
RGB Variations
Color information
#C5018E (or 0xC5018E) is known color: Medium Violet Red. HEX triplet: C5, 01 and 8E. RGB value is (197,1,142). Sum of RGB (Red+Green+Blue) = 197+1+142=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5018E is #3AFE71. Grayscale: #4B4B4B. Windows color (decimal): -3866226 or 9306565. OLE color: 9306565.
HSL color Cylindrical-coordinate representation of color #C5018E: hue angle of 316.84º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5018E is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.23 |
| HSL | 316.84º | 0.99% | 0.39% | - |
| HSV(B) | 316.84º | 0.99% | 0.77% | - |
| XYZ | 27.92 | 13.85 | 26.79 | - |
| YUV | 75.68 | 165.43 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 142 | 0 | 0.99 | 0.28 | 0.23 | 316.84 | 0.99 | 0.39 |
| Hex | C5 | 1 | 8E | 0 | 63 | 1C | 17 | 13D | 63 | 27 |
| Octal | 305 | 1 | 216 | 0 | 143 | 34 | 27 | 475 | 143 | 47 |
| Binary | 11000101 | 1 | 10001110 | 0 | 1100011 | 11100 | 10111 | 100111101 | 1100011 | 100111 |
Color Harmonies of #C5018E
Complementary color
Monochromatic Colors of #C5018E
Black with #C5018E
Text Example
Text Example
White with #C5018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5018E; }
p { color: rgb(197,1,142); }
H1.HeaderClassName
{
color: #C5018E;
}
.AnyTagClassName
{
color: #C5018E;
}
</style>
background-color css
<style>
a { background-color: #C5018E; }
a { background-color: rgb(197,1,142); }
div.DivClassName
{
background-color: #C5018E;
}
.BgClassName
{
background-color: #C5018E;
}
</style>
border-color css
<style>
span { border-color: #C5018E; }
span { border-color: rgb(197,1,142); }
td.TdClassName
{
border-color: #C5018E;
}
.TagClassName
{
border-color: #C5018E;
}
</style>