Shades of Medium Violet Red #C717AB
Tints of Medium Violet Red #C717AB
RGB
CMYK
RGB Variations
Color information
#C717AB (or 0xC717AB) is known color: Medium Violet Red. HEX triplet: C7, 17 and AB. RGB value is (199,23,171). Sum of RGB (Red+Green+Blue) = 199+23+171=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C717AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C717AB is #38E854. Grayscale: #5C5C5C. Windows color (decimal): -3729493 or 11212743. OLE color: 11212743.
HSL color Cylindrical-coordinate representation of color #C717AB: hue angle of 309.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C717AB is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 171 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.22 |
| HSL | 309.55º | 0.79% | 0.44% | - |
| HSV(B) | 309.55º | 0.88% | 0.78% | - |
| XYZ | 31.21 | 15.7 | 39.91 | - |
| YUV | 92.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 171 | 0 | 0.88 | 0.14 | 0.22 | 309.55 | 0.79 | 0.44 |
| Hex | C7 | 17 | AB | 0 | 58 | E | 16 | 136 | 4F | 2C |
| Octal | 307 | 27 | 253 | 0 | 130 | 16 | 26 | 466 | 117 | 54 |
| Binary | 11000111 | 10111 | 10101011 | 0 | 1011000 | 1110 | 10110 | 100110110 | 1001111 | 101100 |
Color Harmonies of #C717AB
Complementary color
Monochromatic Colors of #C717AB
Black with #C717AB
Text Example
Text Example
White with #C717AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717AB; }
p { color: rgb(199,23,171); }
H1.HeaderClassName
{
color: #C717AB;
}
.AnyTagClassName
{
color: #C717AB;
}
</style>
background-color css
<style>
a { background-color: #C717AB; }
a { background-color: rgb(199,23,171); }
div.DivClassName
{
background-color: #C717AB;
}
.BgClassName
{
background-color: #C717AB;
}
</style>
border-color css
<style>
span { border-color: #C717AB; }
span { border-color: rgb(199,23,171); }
td.TdClassName
{
border-color: #C717AB;
}
.TagClassName
{
border-color: #C717AB;
}
</style>