Shades of Deep Magenta #C715DD
Tints of Deep Magenta #C715DD
RGB
CMYK
RGB Variations
Color information
#C715DD (or 0xC715DD) is known color: Deep Magenta. HEX triplet: C7, 15 and DD. RGB value is (199,21,221). Sum of RGB (Red+Green+Blue) = 199+21+221=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #C715DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715DD is #38EA22. Grayscale: #606060. Windows color (decimal): -3729955 or 14489031. OLE color: 14489031.
HSL color Cylindrical-coordinate representation of color #C715DD: hue angle of 293.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C715DD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 21 | 221 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.13 |
| HSL | 293.4º | 0.83% | 0.47% | - |
| HSV(B) | 293.4º | 0.9% | 0.87% | - |
| XYZ | 36.87 | 17.9 | 69.92 | - |
| YUV | 97.02 | 197.97 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 221 | 0.10 | 0.90 | 0 | 0.13 | 293.4 | 0.83 | 0.47 |
| Hex | C7 | 15 | DD | A | 5A | 0 | D | 125 | 53 | 2F |
| Octal | 307 | 25 | 335 | 12 | 132 | 0 | 15 | 445 | 123 | 57 |
| Binary | 11000111 | 10101 | 11011101 | 1010 | 1011010 | 0 | 1101 | 100100101 | 1010011 | 101111 |
Color Harmonies of #C715DD
Complementary color
Monochromatic Colors of #C715DD
Black with #C715DD
Text Example
Text Example
White with #C715DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715DD; }
p { color: rgb(199,21,221); }
H1.HeaderClassName
{
color: #C715DD;
}
.AnyTagClassName
{
color: #C715DD;
}
</style>
background-color css
<style>
a { background-color: #C715DD; }
a { background-color: rgb(199,21,221); }
div.DivClassName
{
background-color: #C715DD;
}
.BgClassName
{
background-color: #C715DD;
}
</style>
border-color css
<style>
span { border-color: #C715DD; }
span { border-color: rgb(199,21,221); }
td.TdClassName
{
border-color: #C715DD;
}
.TagClassName
{
border-color: #C715DD;
}
</style>