Shades of Deep Magenta #C415B9
Tints of Deep Magenta #C415B9
RGB
CMYK
RGB Variations
Color information
#C415B9 (or 0xC415B9) is known color: Deep Magenta. HEX triplet: C4, 15 and B9. RGB value is (196,21,185). Sum of RGB (Red+Green+Blue) = 196+21+185=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C415B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415B9 is #3BEA46. Grayscale: #5B5B5B. Windows color (decimal): -3926599 or 12129732. OLE color: 12129732.
HSL color Cylindrical-coordinate representation of color #C415B9: hue angle of 303.77º 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 #C415B9 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 185 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.23 |
| HSL | 303.77º | 0.81% | 0.43% | - |
| HSV(B) | 303.77º | 0.89% | 0.77% | - |
| XYZ | 31.79 | 15.77 | 47.27 | - |
| YUV | 92.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 185 | 0 | 0.89 | 0.06 | 0.23 | 303.77 | 0.81 | 0.43 |
| Hex | C4 | 15 | B9 | 0 | 59 | 6 | 17 | 130 | 51 | 2B |
| Octal | 304 | 25 | 271 | 0 | 131 | 6 | 27 | 460 | 121 | 53 |
| Binary | 11000100 | 10101 | 10111001 | 0 | 1011001 | 110 | 10111 | 100110000 | 1010001 | 101011 |
Color Harmonies of #C415B9
Complementary color
Monochromatic Colors of #C415B9
Black with #C415B9
Text Example
Text Example
White with #C415B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415B9; }
p { color: rgb(196,21,185); }
H1.HeaderClassName
{
color: #C415B9;
}
.AnyTagClassName
{
color: #C415B9;
}
</style>
background-color css
<style>
a { background-color: #C415B9; }
a { background-color: rgb(196,21,185); }
div.DivClassName
{
background-color: #C415B9;
}
.BgClassName
{
background-color: #C415B9;
}
</style>
border-color css
<style>
span { border-color: #C415B9; }
span { border-color: rgb(196,21,185); }
td.TdClassName
{
border-color: #C415B9;
}
.TagClassName
{
border-color: #C415B9;
}
</style>