Shades of Medium Violet Red #C7017D
Tints of Medium Violet Red #C7017D
RGB
CMYK
RGB Variations
Color information
#C7017D (or 0xC7017D) is known color: Medium Violet Red. HEX triplet: C7, 01 and 7D. RGB value is (199,1,125). Sum of RGB (Red+Green+Blue) = 199+1+125=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7017D is #38FE82. Grayscale: #4A4A4A. Windows color (decimal): -3735171 or 8192455. OLE color: 8192455.
HSL color Cylindrical-coordinate representation of color #C7017D: hue angle of 322.42º 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 #C7017D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.22 |
| HSL | 322.42º | 0.99% | 0.39% | - |
| HSV(B) | 322.42º | 0.99% | 0.78% | - |
| XYZ | 27.27 | 13.64 | 20.6 | - |
| YUV | 74.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 125 | 0 | 0.99 | 0.37 | 0.22 | 322.42 | 0.99 | 0.39 |
| Hex | C7 | 1 | 7D | 0 | 63 | 25 | 16 | 142 | 63 | 27 |
| Octal | 307 | 1 | 175 | 0 | 143 | 45 | 26 | 502 | 143 | 47 |
| Binary | 11000111 | 1 | 1111101 | 0 | 1100011 | 100101 | 10110 | 101000010 | 1100011 | 100111 |
Color Harmonies of #C7017D
Complementary color
Monochromatic Colors of #C7017D
Black with #C7017D
Text Example
Text Example
White with #C7017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7017D; }
p { color: rgb(199,1,125); }
H1.HeaderClassName
{
color: #C7017D;
}
.AnyTagClassName
{
color: #C7017D;
}
</style>
background-color css
<style>
a { background-color: #C7017D; }
a { background-color: rgb(199,1,125); }
div.DivClassName
{
background-color: #C7017D;
}
.BgClassName
{
background-color: #C7017D;
}
</style>
border-color css
<style>
span { border-color: #C7017D; }
span { border-color: rgb(199,1,125); }
td.TdClassName
{
border-color: #C7017D;
}
.TagClassName
{
border-color: #C7017D;
}
</style>