Shades of Deep Magenta #C715DF
Tints of Deep Magenta #C715DF
RGB
CMYK
RGB Variations
Color information
#C715DF (or 0xC715DF) is known color: Deep Magenta. HEX triplet: C7, 15 and DF. RGB value is (199,21,223). Sum of RGB (Red+Green+Blue) = 199+21+223=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #C715DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715DF is #38EA20. Grayscale: #606060. Windows color (decimal): -3729953 or 14620103. OLE color: 14620103.
HSL color Cylindrical-coordinate representation of color #C715DF: hue angle of 292.87º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C715DF is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 21 | 223 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.13 |
| HSL | 292.87º | 0.83% | 0.48% | - |
| HSV(B) | 292.87º | 0.91% | 0.87% | - |
| XYZ | 37.14 | 18.01 | 71.33 | - |
| YUV | 97.25 | 198.97 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 223 | 0.11 | 0.91 | 0 | 0.13 | 292.87 | 0.83 | 0.48 |
| Hex | C7 | 15 | DF | B | 5B | 0 | D | 125 | 53 | 30 |
| Octal | 307 | 25 | 337 | 13 | 133 | 0 | 15 | 445 | 123 | 60 |
| Binary | 11000111 | 10101 | 11011111 | 1011 | 1011011 | 0 | 1101 | 100100101 | 1010011 | 110000 |
Color Harmonies of #C715DF
Complementary color
Monochromatic Colors of #C715DF
Black with #C715DF
Text Example
Text Example
White with #C715DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715DF; }
p { color: rgb(199,21,223); }
H1.HeaderClassName
{
color: #C715DF;
}
.AnyTagClassName
{
color: #C715DF;
}
</style>
background-color css
<style>
a { background-color: #C715DF; }
a { background-color: rgb(199,21,223); }
div.DivClassName
{
background-color: #C715DF;
}
.BgClassName
{
background-color: #C715DF;
}
</style>
border-color css
<style>
span { border-color: #C715DF; }
span { border-color: rgb(199,21,223); }
td.TdClassName
{
border-color: #C715DF;
}
.TagClassName
{
border-color: #C715DF;
}
</style>