Shades of Medium Violet Red #C715A4
Tints of Medium Violet Red #C715A4
RGB
CMYK
RGB Variations
Color information
#C715A4 (or 0xC715A4) is known color: Medium Violet Red. HEX triplet: C7, 15 and A4. RGB value is (199,21,164). Sum of RGB (Red+Green+Blue) = 199+21+164=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C715A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C715A4 is #38EA5B. Grayscale: #5A5A5A. Windows color (decimal): -3730012 or 10753479. OLE color: 10753479.
HSL color Cylindrical-coordinate representation of color #C715A4: hue angle of 311.8º 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 #C715A4 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 164 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.22 |
| HSL | 311.8º | 0.81% | 0.43% | - |
| HSV(B) | 311.8º | 0.89% | 0.78% | - |
| XYZ | 30.52 | 15.36 | 36.48 | - |
| YUV | 90.52 | 169.47 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 164 | 0 | 0.89 | 0.18 | 0.22 | 311.8 | 0.81 | 0.43 |
| Hex | C7 | 15 | A4 | 0 | 59 | 12 | 16 | 138 | 51 | 2B |
| Octal | 307 | 25 | 244 | 0 | 131 | 22 | 26 | 470 | 121 | 53 |
| Binary | 11000111 | 10101 | 10100100 | 0 | 1011001 | 10010 | 10110 | 100111000 | 1010001 | 101011 |
Color Harmonies of #C715A4
Complementary color
Monochromatic Colors of #C715A4
Black with #C715A4
Text Example
Text Example
White with #C715A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715A4; }
p { color: rgb(199,21,164); }
H1.HeaderClassName
{
color: #C715A4;
}
.AnyTagClassName
{
color: #C715A4;
}
</style>
background-color css
<style>
a { background-color: #C715A4; }
a { background-color: rgb(199,21,164); }
div.DivClassName
{
background-color: #C715A4;
}
.BgClassName
{
background-color: #C715A4;
}
</style>
border-color css
<style>
span { border-color: #C715A4; }
span { border-color: rgb(199,21,164); }
td.TdClassName
{
border-color: #C715A4;
}
.TagClassName
{
border-color: #C715A4;
}
</style>