Shades of Deep Magenta #C415AD
Tints of Deep Magenta #C415AD
RGB
CMYK
RGB Variations
Color information
#C415AD (or 0xC415AD) is known color: Deep Magenta. HEX triplet: C4, 15 and AD. RGB value is (196,21,173). Sum of RGB (Red+Green+Blue) = 196+21+173=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C415AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C415AD is #3BEA52. Grayscale: #5A5A5A. Windows color (decimal): -3926611 or 11343300. OLE color: 11343300.
HSL color Cylindrical-coordinate representation of color #C415AD: hue angle of 307.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C415AD is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 173 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.23 |
| HSL | 307.89º | 0.81% | 0.43% | - |
| HSV(B) | 307.89º | 0.89% | 0.77% | - |
| XYZ | 30.58 | 15.29 | 40.87 | - |
| YUV | 90.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 173 | 0 | 0.89 | 0.12 | 0.23 | 307.89 | 0.81 | 0.43 |
| Hex | C4 | 15 | AD | 0 | 59 | C | 17 | 134 | 51 | 2B |
| Octal | 304 | 25 | 255 | 0 | 131 | 14 | 27 | 464 | 121 | 53 |
| Binary | 11000100 | 10101 | 10101101 | 0 | 1011001 | 1100 | 10111 | 100110100 | 1010001 | 101011 |
Color Harmonies of #C415AD
Complementary color
Monochromatic Colors of #C415AD
Black with #C415AD
Text Example
Text Example
White with #C415AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415AD; }
p { color: rgb(196,21,173); }
H1.HeaderClassName
{
color: #C415AD;
}
.AnyTagClassName
{
color: #C415AD;
}
</style>
background-color css
<style>
a { background-color: #C415AD; }
a { background-color: rgb(196,21,173); }
div.DivClassName
{
background-color: #C415AD;
}
.BgClassName
{
background-color: #C415AD;
}
</style>
border-color css
<style>
span { border-color: #C415AD; }
span { border-color: rgb(196,21,173); }
td.TdClassName
{
border-color: #C415AD;
}
.TagClassName
{
border-color: #C415AD;
}
</style>