Shades of Medium Violet Red #C7017B
Tints of Medium Violet Red #C7017B
RGB
CMYK
RGB Variations
Color information
#C7017B (or 0xC7017B) is known color: Medium Violet Red. HEX triplet: C7, 01 and 7B. RGB value is (199,1,123). Sum of RGB (Red+Green+Blue) = 199+1+123=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7017B is #38FE84. Grayscale: #494949. Windows color (decimal): -3735173 or 8061383. OLE color: 8061383.
HSL color Cylindrical-coordinate representation of color #C7017B: hue angle of 323.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 #C7017B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.22 |
| HSL | 323.03º | 0.99% | 0.39% | - |
| HSV(B) | 323.03º | 0.99% | 0.78% | - |
| XYZ | 27.14 | 13.59 | 19.93 | - |
| YUV | 74.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 123 | 0 | 0.99 | 0.38 | 0.22 | 323.03 | 0.99 | 0.39 |
| Hex | C7 | 1 | 7B | 0 | 63 | 26 | 16 | 143 | 63 | 27 |
| Octal | 307 | 1 | 173 | 0 | 143 | 46 | 26 | 503 | 143 | 47 |
| Binary | 11000111 | 1 | 1111011 | 0 | 1100011 | 100110 | 10110 | 101000011 | 1100011 | 100111 |
Color Harmonies of #C7017B
Complementary color
Monochromatic Colors of #C7017B
Black with #C7017B
Text Example
Text Example
White with #C7017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7017B; }
p { color: rgb(199,1,123); }
H1.HeaderClassName
{
color: #C7017B;
}
.AnyTagClassName
{
color: #C7017B;
}
</style>
background-color css
<style>
a { background-color: #C7017B; }
a { background-color: rgb(199,1,123); }
div.DivClassName
{
background-color: #C7017B;
}
.BgClassName
{
background-color: #C7017B;
}
</style>
border-color css
<style>
span { border-color: #C7017B; }
span { border-color: rgb(199,1,123); }
td.TdClassName
{
border-color: #C7017B;
}
.TagClassName
{
border-color: #C7017B;
}
</style>