Shades of Deep Magenta #C715D4
Tints of Deep Magenta #C715D4
RGB
CMYK
RGB Variations
Color information
#C715D4 (or 0xC715D4) is known color: Deep Magenta. HEX triplet: C7, 15 and D4. RGB value is (199,21,212). Sum of RGB (Red+Green+Blue) = 199+21+212=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 212 (83.20% from 255 or 49.07% from 432); Max value from RGB is 212 - color contains mainly: blue. Hex color #C715D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715D4 is #38EA2B. Grayscale: #5F5F5F. Windows color (decimal): -3729964 or 13899207. OLE color: 13899207.
HSL color Cylindrical-coordinate representation of color #C715D4: hue angle of 295.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C715D4 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 21 | 212 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.17 |
| HSL | 295.92º | 0.82% | 0.46% | - |
| HSV(B) | 295.92º | 0.9% | 0.83% | - |
| XYZ | 35.71 | 17.43 | 63.77 | - |
| YUV | 96 | 193.47 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 212 | 0.06 | 0.90 | 0 | 0.17 | 295.92 | 0.82 | 0.46 |
| Hex | C7 | 15 | D4 | 6 | 5A | 0 | 11 | 128 | 52 | 2E |
| Octal | 307 | 25 | 324 | 6 | 132 | 0 | 21 | 450 | 122 | 56 |
| Binary | 11000111 | 10101 | 11010100 | 110 | 1011010 | 0 | 10001 | 100101000 | 1010010 | 101110 |
Color Harmonies of #C715D4
Complementary color
Monochromatic Colors of #C715D4
Black with #C715D4
Text Example
Text Example
White with #C715D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715D4; }
p { color: rgb(199,21,212); }
H1.HeaderClassName
{
color: #C715D4;
}
.AnyTagClassName
{
color: #C715D4;
}
</style>
background-color css
<style>
a { background-color: #C715D4; }
a { background-color: rgb(199,21,212); }
div.DivClassName
{
background-color: #C715D4;
}
.BgClassName
{
background-color: #C715D4;
}
</style>
border-color css
<style>
span { border-color: #C715D4; }
span { border-color: rgb(199,21,212); }
td.TdClassName
{
border-color: #C715D4;
}
.TagClassName
{
border-color: #C715D4;
}
</style>