Shades of Medium Violet Red #C7019C
Tints of Medium Violet Red #C7019C
RGB
CMYK
RGB Variations
Color information
#C7019C (or 0xC7019C) is known color: Medium Violet Red. HEX triplet: C7, 01 and 9C. RGB value is (199,1,156). Sum of RGB (Red+Green+Blue) = 199+1+156=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7019C is #38FE63. Grayscale: #4D4D4D. Windows color (decimal): -3735140 or 10224071. OLE color: 10224071.
HSL color Cylindrical-coordinate representation of color #C7019C: hue angle of 313.03º 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 #C7019C is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.22 |
| HSL | 313.03º | 0.99% | 0.39% | - |
| HSV(B) | 313.03º | 0.99% | 0.78% | - |
| XYZ | 29.56 | 14.56 | 32.71 | - |
| YUV | 77.87 | 172.1 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 156 | 0 | 0.99 | 0.22 | 0.22 | 313.03 | 0.99 | 0.39 |
| Hex | C7 | 1 | 9C | 0 | 63 | 16 | 16 | 139 | 63 | 27 |
| Octal | 307 | 1 | 234 | 0 | 143 | 26 | 26 | 471 | 143 | 47 |
| Binary | 11000111 | 1 | 10011100 | 0 | 1100011 | 10110 | 10110 | 100111001 | 1100011 | 100111 |
Color Harmonies of #C7019C
Complementary color
Monochromatic Colors of #C7019C
Black with #C7019C
Text Example
Text Example
White with #C7019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7019C; }
p { color: rgb(199,1,156); }
H1.HeaderClassName
{
color: #C7019C;
}
.AnyTagClassName
{
color: #C7019C;
}
</style>
background-color css
<style>
a { background-color: #C7019C; }
a { background-color: rgb(199,1,156); }
div.DivClassName
{
background-color: #C7019C;
}
.BgClassName
{
background-color: #C7019C;
}
</style>
border-color css
<style>
span { border-color: #C7019C; }
span { border-color: rgb(199,1,156); }
td.TdClassName
{
border-color: #C7019C;
}
.TagClassName
{
border-color: #C7019C;
}
</style>