Shades of Deep Magenta #C715DB
Tints of Deep Magenta #C715DB
RGB
CMYK
RGB Variations
Color information
#C715DB (or 0xC715DB) is known color: Deep Magenta. HEX triplet: C7, 15 and DB. RGB value is (199,21,219). Sum of RGB (Red+Green+Blue) = 199+21+219=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #C715DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C715DB is #38EA24. Grayscale: #606060. Windows color (decimal): -3729957 or 14357959. OLE color: 14357959.
HSL color Cylindrical-coordinate representation of color #C715DB: hue angle of 293.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C715DB is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 21 | 219 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.14 |
| HSL | 293.94º | 0.83% | 0.47% | - |
| HSV(B) | 293.94º | 0.9% | 0.86% | - |
| XYZ | 36.61 | 17.79 | 68.52 | - |
| YUV | 96.79 | 196.97 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 219 | 0.09 | 0.90 | 0 | 0.14 | 293.94 | 0.83 | 0.47 |
| Hex | C7 | 15 | DB | 9 | 5A | 0 | E | 126 | 52 | 2F |
| Octal | 307 | 25 | 333 | 11 | 132 | 0 | 16 | 446 | 122 | 57 |
| Binary | 11000111 | 10101 | 11011011 | 1001 | 1011010 | 0 | 1110 | 100100110 | 1010010 | 101111 |
Color Harmonies of #C715DB
Complementary color
Monochromatic Colors of #C715DB
Black with #C715DB
Text Example
Text Example
White with #C715DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C715DB; }
p { color: rgb(199,21,219); }
H1.HeaderClassName
{
color: #C715DB;
}
.AnyTagClassName
{
color: #C715DB;
}
</style>
background-color css
<style>
a { background-color: #C715DB; }
a { background-color: rgb(199,21,219); }
div.DivClassName
{
background-color: #C715DB;
}
.BgClassName
{
background-color: #C715DB;
}
</style>
border-color css
<style>
span { border-color: #C715DB; }
span { border-color: rgb(199,21,219); }
td.TdClassName
{
border-color: #C715DB;
}
.TagClassName
{
border-color: #C715DB;
}
</style>