Shades of Medium Violet Red #C7018A
Tints of Medium Violet Red #C7018A
RGB
CMYK
RGB Variations
Color information
#C7018A (or 0xC7018A) is known color: Medium Violet Red. HEX triplet: C7, 01 and 8A. RGB value is (199,1,138). Sum of RGB (Red+Green+Blue) = 199+1+138=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7018A is #38FE75. Grayscale: #4B4B4B. Windows color (decimal): -3735158 or 9044423. OLE color: 9044423.
HSL color Cylindrical-coordinate representation of color #C7018A: hue angle of 318.48º 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 #C7018A is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.22 |
| HSL | 318.48º | 0.99% | 0.39% | - |
| HSV(B) | 318.48º | 0.99% | 0.78% | - |
| XYZ | 28.15 | 14 | 25.26 | - |
| YUV | 75.82 | 163.1 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 138 | 0 | 0.99 | 0.31 | 0.22 | 318.48 | 0.99 | 0.39 |
| Hex | C7 | 1 | 8A | 0 | 63 | 1F | 16 | 13E | 63 | 27 |
| Octal | 307 | 1 | 212 | 0 | 143 | 37 | 26 | 476 | 143 | 47 |
| Binary | 11000111 | 1 | 10001010 | 0 | 1100011 | 11111 | 10110 | 100111110 | 1100011 | 100111 |
Color Harmonies of #C7018A
Complementary color
Monochromatic Colors of #C7018A
Black with #C7018A
Text Example
Text Example
White with #C7018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7018A; }
p { color: rgb(199,1,138); }
H1.HeaderClassName
{
color: #C7018A;
}
.AnyTagClassName
{
color: #C7018A;
}
</style>
background-color css
<style>
a { background-color: #C7018A; }
a { background-color: rgb(199,1,138); }
div.DivClassName
{
background-color: #C7018A;
}
.BgClassName
{
background-color: #C7018A;
}
</style>
border-color css
<style>
span { border-color: #C7018A; }
span { border-color: rgb(199,1,138); }
td.TdClassName
{
border-color: #C7018A;
}
.TagClassName
{
border-color: #C7018A;
}
</style>