Shades of Deep Magenta #C413BF
Tints of Deep Magenta #C413BF
RGB
CMYK
RGB Variations
Color information
#C413BF (or 0xC413BF) is known color: Deep Magenta. HEX triplet: C4, 13 and BF. RGB value is (196,19,191). Sum of RGB (Red+Green+Blue) = 196+19+191=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C413BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413BF is #3BEC40. Grayscale: #5B5B5B. Windows color (decimal): -3927105 or 12522436. OLE color: 12522436.
HSL color Cylindrical-coordinate representation of color #C413BF: hue angle of 301.69º 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 #C413BF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 191 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.23 |
| HSL | 301.69º | 0.82% | 0.42% | - |
| HSV(B) | 301.69º | 0.9% | 0.77% | - |
| XYZ | 32.4 | 15.96 | 50.66 | - |
| YUV | 91.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 191 | 0 | 0.90 | 0.03 | 0.23 | 301.69 | 0.82 | 0.42 |
| Hex | C4 | 13 | BF | 0 | 5A | 3 | 17 | 12E | 52 | 2A |
| Octal | 304 | 23 | 277 | 0 | 132 | 3 | 27 | 456 | 122 | 52 |
| Binary | 11000100 | 10011 | 10111111 | 0 | 1011010 | 11 | 10111 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C413BF
Complementary color
Monochromatic Colors of #C413BF
Black with #C413BF
Text Example
Text Example
White with #C413BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413BF; }
p { color: rgb(196,19,191); }
H1.HeaderClassName
{
color: #C413BF;
}
.AnyTagClassName
{
color: #C413BF;
}
</style>
background-color css
<style>
a { background-color: #C413BF; }
a { background-color: rgb(196,19,191); }
div.DivClassName
{
background-color: #C413BF;
}
.BgClassName
{
background-color: #C413BF;
}
</style>
border-color css
<style>
span { border-color: #C413BF; }
span { border-color: rgb(196,19,191); }
td.TdClassName
{
border-color: #C413BF;
}
.TagClassName
{
border-color: #C413BF;
}
</style>