Shades of Deep Magenta #C415B6
Tints of Deep Magenta #C415B6
RGB
CMYK
RGB Variations
Color information
#C415B6 (or 0xC415B6) is known color: Deep Magenta. HEX triplet: C4, 15 and B6. RGB value is (196,21,182). Sum of RGB (Red+Green+Blue) = 196+21+182=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C415B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C415B6 is #3BEA49. Grayscale: #5B5B5B. Windows color (decimal): -3926602 or 11933124. OLE color: 11933124.
HSL color Cylindrical-coordinate representation of color #C415B6: hue angle of 304.8º 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 #C415B6 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 182 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.23 |
| HSL | 304.8º | 0.81% | 0.43% | - |
| HSV(B) | 304.8º | 0.89% | 0.77% | - |
| XYZ | 31.48 | 15.65 | 45.62 | - |
| YUV | 91.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 182 | 0 | 0.89 | 0.07 | 0.23 | 304.8 | 0.81 | 0.43 |
| Hex | C4 | 15 | B6 | 0 | 59 | 7 | 17 | 131 | 51 | 2B |
| Octal | 304 | 25 | 266 | 0 | 131 | 7 | 27 | 461 | 121 | 53 |
| Binary | 11000100 | 10101 | 10110110 | 0 | 1011001 | 111 | 10111 | 100110001 | 1010001 | 101011 |
Color Harmonies of #C415B6
Complementary color
Monochromatic Colors of #C415B6
Black with #C415B6
Text Example
Text Example
White with #C415B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C415B6; }
p { color: rgb(196,21,182); }
H1.HeaderClassName
{
color: #C415B6;
}
.AnyTagClassName
{
color: #C415B6;
}
</style>
background-color css
<style>
a { background-color: #C415B6; }
a { background-color: rgb(196,21,182); }
div.DivClassName
{
background-color: #C415B6;
}
.BgClassName
{
background-color: #C415B6;
}
</style>
border-color css
<style>
span { border-color: #C415B6; }
span { border-color: rgb(196,21,182); }
td.TdClassName
{
border-color: #C415B6;
}
.TagClassName
{
border-color: #C415B6;
}
</style>