Shades of Medium Violet Red #C7018E
Tints of Medium Violet Red #C7018E
RGB
CMYK
RGB Variations
Color information
#C7018E (or 0xC7018E) is known color: Medium Violet Red. HEX triplet: C7, 01 and 8E. RGB value is (199,1,142). Sum of RGB (Red+Green+Blue) = 199+1+142=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7018E is #38FE71. Grayscale: #4B4B4B. Windows color (decimal): -3735154 or 9306567. OLE color: 9306567.
HSL color Cylindrical-coordinate representation of color #C7018E: hue angle of 317.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7018E is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.22 |
| HSL | 317.27º | 0.99% | 0.39% | - |
| HSV(B) | 317.27º | 0.99% | 0.78% | - |
| XYZ | 28.45 | 14.12 | 26.82 | - |
| YUV | 76.28 | 165.1 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 142 | 0 | 0.99 | 0.29 | 0.22 | 317.27 | 0.99 | 0.39 |
| Hex | C7 | 1 | 8E | 0 | 63 | 1D | 16 | 13D | 63 | 27 |
| Octal | 307 | 1 | 216 | 0 | 143 | 35 | 26 | 475 | 143 | 47 |
| Binary | 11000111 | 1 | 10001110 | 0 | 1100011 | 11101 | 10110 | 100111101 | 1100011 | 100111 |
Color Harmonies of #C7018E
Complementary color
Monochromatic Colors of #C7018E
Black with #C7018E
Text Example
Text Example
White with #C7018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7018E; }
p { color: rgb(199,1,142); }
H1.HeaderClassName
{
color: #C7018E;
}
.AnyTagClassName
{
color: #C7018E;
}
</style>
background-color css
<style>
a { background-color: #C7018E; }
a { background-color: rgb(199,1,142); }
div.DivClassName
{
background-color: #C7018E;
}
.BgClassName
{
background-color: #C7018E;
}
</style>
border-color css
<style>
span { border-color: #C7018E; }
span { border-color: rgb(199,1,142); }
td.TdClassName
{
border-color: #C7018E;
}
.TagClassName
{
border-color: #C7018E;
}
</style>