Shades of Medium Violet Red #C7019F
Tints of Medium Violet Red #C7019F
RGB
CMYK
RGB Variations
Color information
#C7019F (or 0xC7019F) is known color: Medium Violet Red. HEX triplet: C7, 01 and 9F. RGB value is (199,1,159). Sum of RGB (Red+Green+Blue) = 199+1+159=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7019F is #38FE60. Grayscale: #4D4D4D. Windows color (decimal): -3735137 or 10420679. OLE color: 10420679.
HSL color Cylindrical-coordinate representation of color #C7019F: hue angle of 312.12º 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 #C7019F is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 159 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.22 |
| HSL | 312.12º | 0.99% | 0.39% | - |
| HSV(B) | 312.12º | 0.99% | 0.78% | - |
| XYZ | 29.82 | 14.67 | 34.06 | - |
| YUV | 78.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 159 | 0 | 0.99 | 0.20 | 0.22 | 312.12 | 0.99 | 0.39 |
| Hex | C7 | 1 | 9F | 0 | 63 | 14 | 16 | 138 | 63 | 27 |
| Octal | 307 | 1 | 237 | 0 | 143 | 24 | 26 | 470 | 143 | 47 |
| Binary | 11000111 | 1 | 10011111 | 0 | 1100011 | 10100 | 10110 | 100111000 | 1100011 | 100111 |
Color Harmonies of #C7019F
Complementary color
Monochromatic Colors of #C7019F
Black with #C7019F
Text Example
Text Example
White with #C7019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7019F; }
p { color: rgb(199,1,159); }
H1.HeaderClassName
{
color: #C7019F;
}
.AnyTagClassName
{
color: #C7019F;
}
</style>
background-color css
<style>
a { background-color: #C7019F; }
a { background-color: rgb(199,1,159); }
div.DivClassName
{
background-color: #C7019F;
}
.BgClassName
{
background-color: #C7019F;
}
</style>
border-color css
<style>
span { border-color: #C7019F; }
span { border-color: rgb(199,1,159); }
td.TdClassName
{
border-color: #C7019F;
}
.TagClassName
{
border-color: #C7019F;
}
</style>