Shades of Medium Violet Red #C715AA
Tints of Medium Violet Red #C715AA
RGB
CMYK
RGB Variations
Color information
#C715AA (or 0xC715AA) is known color: Medium Violet Red. HEX triplet: C7, 15 and AA. RGB value is (199,21,170). Sum of RGB (Red+Green+Blue) = 199+21+170=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C715AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C715AA is #38EA55. Grayscale: #5A5A5A. Windows color (decimal): -3730006 or 11146695. OLE color: 11146695.
HSL color Cylindrical-coordinate representation of color #C715AA: hue angle of 309.78º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C715AA is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 170 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.22 |
| HSL | 309.78º | 0.81% | 0.43% | - |
| HSV(B) | 309.78º | 0.89% | 0.78% | - |
| XYZ | 31.08 | 15.58 | 39.4 | - |
| YUV | 91.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 170 | 0 | 0.89 | 0.15 | 0.22 | 309.78 | 0.81 | 0.43 |
| Hex | C7 | 15 | AA | 0 | 59 | F | 16 | 136 | 51 | 2B |
| Octal | 307 | 25 | 252 | 0 | 131 | 17 | 26 | 466 | 121 | 53 |
| Binary | 11000111 | 10101 | 10101010 | 0 | 1011001 | 1111 | 10110 | 100110110 | 1010001 | 101011 |
Color Harmonies of #C715AA
Complementary color
Monochromatic Colors of #C715AA
Black with #C715AA
Text Example
Text Example
White with #C715AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715AA; }
p { color: rgb(199,21,170); }
H1.HeaderClassName
{
color: #C715AA;
}
.AnyTagClassName
{
color: #C715AA;
}
</style>
background-color css
<style>
a { background-color: #C715AA; }
a { background-color: rgb(199,21,170); }
div.DivClassName
{
background-color: #C715AA;
}
.BgClassName
{
background-color: #C715AA;
}
</style>
border-color css
<style>
span { border-color: #C715AA; }
span { border-color: rgb(199,21,170); }
td.TdClassName
{
border-color: #C715AA;
}
.TagClassName
{
border-color: #C715AA;
}
</style>