Shades of Medium Violet Red #C7017E
Tints of Medium Violet Red #C7017E
RGB
CMYK
RGB Variations
Color information
#C7017E (or 0xC7017E) is known color: Medium Violet Red. HEX triplet: C7, 01 and 7E. RGB value is (199,1,126). Sum of RGB (Red+Green+Blue) = 199+1+126=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7017E is #38FE81. Grayscale: #4A4A4A. Windows color (decimal): -3735170 or 8257991. OLE color: 8257991.
HSL color Cylindrical-coordinate representation of color #C7017E: hue angle of 322.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 #C7017E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.22 |
| HSL | 322.12º | 0.99% | 0.39% | - |
| HSV(B) | 322.12º | 0.99% | 0.78% | - |
| XYZ | 27.33 | 13.67 | 20.94 | - |
| YUV | 74.45 | 157.1 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 126 | 0 | 0.99 | 0.37 | 0.22 | 322.12 | 0.99 | 0.39 |
| Hex | C7 | 1 | 7E | 0 | 63 | 25 | 16 | 142 | 63 | 27 |
| Octal | 307 | 1 | 176 | 0 | 143 | 45 | 26 | 502 | 143 | 47 |
| Binary | 11000111 | 1 | 1111110 | 0 | 1100011 | 100101 | 10110 | 101000010 | 1100011 | 100111 |
Color Harmonies of #C7017E
Complementary color
Monochromatic Colors of #C7017E
Black with #C7017E
Text Example
Text Example
White with #C7017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7017E; }
p { color: rgb(199,1,126); }
H1.HeaderClassName
{
color: #C7017E;
}
.AnyTagClassName
{
color: #C7017E;
}
</style>
background-color css
<style>
a { background-color: #C7017E; }
a { background-color: rgb(199,1,126); }
div.DivClassName
{
background-color: #C7017E;
}
.BgClassName
{
background-color: #C7017E;
}
</style>
border-color css
<style>
span { border-color: #C7017E; }
span { border-color: rgb(199,1,126); }
td.TdClassName
{
border-color: #C7017E;
}
.TagClassName
{
border-color: #C7017E;
}
</style>