Shades of Deep Magenta #C413BE
Tints of Deep Magenta #C413BE
RGB
CMYK
RGB Variations
Color information
#C413BE (or 0xC413BE) is known color: Deep Magenta. HEX triplet: C4, 13 and BE. RGB value is (196,19,190). Sum of RGB (Red+Green+Blue) = 196+19+190=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C413BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413BE is #3BEC41. Grayscale: #5A5A5A. Windows color (decimal): -3927106 or 12456900. OLE color: 12456900.
HSL color Cylindrical-coordinate representation of color #C413BE: hue angle of 302.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C413BE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 190 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.23 |
| HSL | 302.03º | 0.82% | 0.42% | - |
| HSV(B) | 302.03º | 0.9% | 0.77% | - |
| XYZ | 32.29 | 15.92 | 50.09 | - |
| YUV | 91.42 | 183.64 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 190 | 0 | 0.90 | 0.03 | 0.23 | 302.03 | 0.82 | 0.42 |
| Hex | C4 | 13 | BE | 0 | 5A | 3 | 17 | 12E | 52 | 2A |
| Octal | 304 | 23 | 276 | 0 | 132 | 3 | 27 | 456 | 122 | 52 |
| Binary | 11000100 | 10011 | 10111110 | 0 | 1011010 | 11 | 10111 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C413BE
Complementary color
Monochromatic Colors of #C413BE
Black with #C413BE
Text Example
Text Example
White with #C413BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413BE; }
p { color: rgb(196,19,190); }
H1.HeaderClassName
{
color: #C413BE;
}
.AnyTagClassName
{
color: #C413BE;
}
</style>
background-color css
<style>
a { background-color: #C413BE; }
a { background-color: rgb(196,19,190); }
div.DivClassName
{
background-color: #C413BE;
}
.BgClassName
{
background-color: #C413BE;
}
</style>
border-color css
<style>
span { border-color: #C413BE; }
span { border-color: rgb(196,19,190); }
td.TdClassName
{
border-color: #C413BE;
}
.TagClassName
{
border-color: #C413BE;
}
</style>