Shades of Deep Magenta #C415DD
Tints of Deep Magenta #C415DD
RGB
CMYK
RGB Variations
Color information
#C415DD (or 0xC415DD) is known color: Deep Magenta. HEX triplet: C4, 15 and DD. RGB value is (196,21,221). Sum of RGB (Red+Green+Blue) = 196+21+221=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C415DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415DD is #3BEA22. Grayscale: #5F5F5F. Windows color (decimal): -3926563 or 14489028. OLE color: 14489028.
HSL color Cylindrical-coordinate representation of color #C415DD: hue angle of 292.5º 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 #C415DD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 21 | 221 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.13 |
| HSL | 292.5º | 0.83% | 0.47% | - |
| HSV(B) | 292.5º | 0.9% | 0.87% | - |
| XYZ | 36.08 | 17.49 | 69.88 | - |
| YUV | 96.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 221 | 0.11 | 0.90 | 0 | 0.13 | 292.5 | 0.83 | 0.47 |
| Hex | C4 | 15 | DD | B | 5A | 0 | D | 124 | 53 | 2F |
| Octal | 304 | 25 | 335 | 13 | 132 | 0 | 15 | 444 | 123 | 57 |
| Binary | 11000100 | 10101 | 11011101 | 1011 | 1011010 | 0 | 1101 | 100100100 | 1010011 | 101111 |
Color Harmonies of #C415DD
Complementary color
Monochromatic Colors of #C415DD
Black with #C415DD
Text Example
Text Example
White with #C415DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415DD; }
p { color: rgb(196,21,221); }
H1.HeaderClassName
{
color: #C415DD;
}
.AnyTagClassName
{
color: #C415DD;
}
</style>
background-color css
<style>
a { background-color: #C415DD; }
a { background-color: rgb(196,21,221); }
div.DivClassName
{
background-color: #C415DD;
}
.BgClassName
{
background-color: #C415DD;
}
</style>
border-color css
<style>
span { border-color: #C415DD; }
span { border-color: rgb(196,21,221); }
td.TdClassName
{
border-color: #C415DD;
}
.TagClassName
{
border-color: #C415DD;
}
</style>