Shades of Medium Violet Red #C7018C
Tints of Medium Violet Red #C7018C
RGB
CMYK
RGB Variations
Color information
#C7018C (or 0xC7018C) is known color: Medium Violet Red. HEX triplet: C7, 01 and 8C. RGB value is (199,1,140). Sum of RGB (Red+Green+Blue) = 199+1+140=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7018C is #38FE73. Grayscale: #4B4B4B. Windows color (decimal): -3735156 or 9175495. OLE color: 9175495.
HSL color Cylindrical-coordinate representation of color #C7018C: hue angle of 317.88º 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 #C7018C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.22 |
| HSL | 317.88º | 0.99% | 0.39% | - |
| HSV(B) | 317.88º | 0.99% | 0.78% | - |
| XYZ | 28.3 | 14.06 | 26.03 | - |
| YUV | 76.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 140 | 0 | 0.99 | 0.30 | 0.22 | 317.88 | 0.99 | 0.39 |
| Hex | C7 | 1 | 8C | 0 | 63 | 1E | 16 | 13E | 63 | 27 |
| Octal | 307 | 1 | 214 | 0 | 143 | 36 | 26 | 476 | 143 | 47 |
| Binary | 11000111 | 1 | 10001100 | 0 | 1100011 | 11110 | 10110 | 100111110 | 1100011 | 100111 |
Color Harmonies of #C7018C
Complementary color
Monochromatic Colors of #C7018C
Black with #C7018C
Text Example
Text Example
White with #C7018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7018C; }
p { color: rgb(199,1,140); }
H1.HeaderClassName
{
color: #C7018C;
}
.AnyTagClassName
{
color: #C7018C;
}
</style>
background-color css
<style>
a { background-color: #C7018C; }
a { background-color: rgb(199,1,140); }
div.DivClassName
{
background-color: #C7018C;
}
.BgClassName
{
background-color: #C7018C;
}
</style>
border-color css
<style>
span { border-color: #C7018C; }
span { border-color: rgb(199,1,140); }
td.TdClassName
{
border-color: #C7018C;
}
.TagClassName
{
border-color: #C7018C;
}
</style>