Shades of Medium Violet Red #C718AA
Tints of Medium Violet Red #C718AA
RGB
CMYK
RGB Variations
Color information
#C718AA (or 0xC718AA) is known color: Medium Violet Red. HEX triplet: C7, 18 and AA. RGB value is (199,24,170). Sum of RGB (Red+Green+Blue) = 199+24+170=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C718AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C718AA is #38E755. Grayscale: #5C5C5C. Windows color (decimal): -3729238 or 11147463. OLE color: 11147463.
HSL color Cylindrical-coordinate representation of color #C718AA: hue angle of 309.94º degrees, saturation: 0.78, 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 #C718AA is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 170 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.22 |
| HSL | 309.94º | 0.78% | 0.44% | - |
| HSV(B) | 309.94º | 0.88% | 0.78% | - |
| XYZ | 31.14 | 15.7 | 39.42 | - |
| YUV | 92.97 | 171.48 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 170 | 0 | 0.88 | 0.15 | 0.22 | 309.94 | 0.78 | 0.44 |
| Hex | C7 | 18 | AA | 0 | 58 | F | 16 | 136 | 4E | 2C |
| Octal | 307 | 30 | 252 | 0 | 130 | 17 | 26 | 466 | 116 | 54 |
| Binary | 11000111 | 11000 | 10101010 | 0 | 1011000 | 1111 | 10110 | 100110110 | 1001110 | 101100 |
Color Harmonies of #C718AA
Complementary color
Monochromatic Colors of #C718AA
Black with #C718AA
Text Example
Text Example
White with #C718AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718AA; }
p { color: rgb(199,24,170); }
H1.HeaderClassName
{
color: #C718AA;
}
.AnyTagClassName
{
color: #C718AA;
}
</style>
background-color css
<style>
a { background-color: #C718AA; }
a { background-color: rgb(199,24,170); }
div.DivClassName
{
background-color: #C718AA;
}
.BgClassName
{
background-color: #C718AA;
}
</style>
border-color css
<style>
span { border-color: #C718AA; }
span { border-color: rgb(199,24,170); }
td.TdClassName
{
border-color: #C718AA;
}
.TagClassName
{
border-color: #C718AA;
}
</style>