Shades of Medium Violet Red #C717A8
Tints of Medium Violet Red #C717A8
RGB
CMYK
RGB Variations
Color information
#C717A8 (or 0xC717A8) is known color: Medium Violet Red. HEX triplet: C7, 17 and A8. RGB value is (199,23,168). Sum of RGB (Red+Green+Blue) = 199+23+168=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C717A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C717A8 is #38E857. Grayscale: #5B5B5B. Windows color (decimal): -3729496 or 11016135. OLE color: 11016135.
HSL color Cylindrical-coordinate representation of color #C717A8: hue angle of 310.57º 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 #C717A8 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 168 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.22 |
| HSL | 310.57º | 0.79% | 0.44% | - |
| HSV(B) | 310.57º | 0.88% | 0.78% | - |
| XYZ | 30.93 | 15.58 | 38.42 | - |
| YUV | 92.15 | 170.81 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 168 | 0 | 0.88 | 0.16 | 0.22 | 310.57 | 0.79 | 0.44 |
| Hex | C7 | 17 | A8 | 0 | 58 | 10 | 16 | 137 | 4F | 2C |
| Octal | 307 | 27 | 250 | 0 | 130 | 20 | 26 | 467 | 117 | 54 |
| Binary | 11000111 | 10111 | 10101000 | 0 | 1011000 | 10000 | 10110 | 100110111 | 1001111 | 101100 |
Color Harmonies of #C717A8
Complementary color
Monochromatic Colors of #C717A8
Black with #C717A8
Text Example
Text Example
White with #C717A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717A8; }
p { color: rgb(199,23,168); }
H1.HeaderClassName
{
color: #C717A8;
}
.AnyTagClassName
{
color: #C717A8;
}
</style>
background-color css
<style>
a { background-color: #C717A8; }
a { background-color: rgb(199,23,168); }
div.DivClassName
{
background-color: #C717A8;
}
.BgClassName
{
background-color: #C717A8;
}
</style>
border-color css
<style>
span { border-color: #C717A8; }
span { border-color: rgb(199,23,168); }
td.TdClassName
{
border-color: #C717A8;
}
.TagClassName
{
border-color: #C717A8;
}
</style>