Shades of Deep Magenta #C413BA
Tints of Deep Magenta #C413BA
RGB
CMYK
RGB Variations
Color information
#C413BA (or 0xC413BA) is known color: Deep Magenta. HEX triplet: C4, 13 and BA. RGB value is (196,19,186). Sum of RGB (Red+Green+Blue) = 196+19+186=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C413BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413BA is #3BEC45. Grayscale: #5A5A5A. Windows color (decimal): -3927110 or 12194756. OLE color: 12194756.
HSL color Cylindrical-coordinate representation of color #C413BA: hue angle of 303.39º 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 #C413BA is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 186 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.23 |
| HSL | 303.39º | 0.82% | 0.42% | - |
| HSV(B) | 303.39º | 0.9% | 0.77% | - |
| XYZ | 31.86 | 15.75 | 47.81 | - |
| YUV | 90.96 | 181.64 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 186 | 0 | 0.90 | 0.05 | 0.23 | 303.39 | 0.82 | 0.42 |
| Hex | C4 | 13 | BA | 0 | 5A | 5 | 17 | 12F | 52 | 2A |
| Octal | 304 | 23 | 272 | 0 | 132 | 5 | 27 | 457 | 122 | 52 |
| Binary | 11000100 | 10011 | 10111010 | 0 | 1011010 | 101 | 10111 | 100101111 | 1010010 | 101010 |
Color Harmonies of #C413BA
Complementary color
Monochromatic Colors of #C413BA
Black with #C413BA
Text Example
Text Example
White with #C413BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413BA; }
p { color: rgb(196,19,186); }
H1.HeaderClassName
{
color: #C413BA;
}
.AnyTagClassName
{
color: #C413BA;
}
</style>
background-color css
<style>
a { background-color: #C413BA; }
a { background-color: rgb(196,19,186); }
div.DivClassName
{
background-color: #C413BA;
}
.BgClassName
{
background-color: #C413BA;
}
</style>
border-color css
<style>
span { border-color: #C413BA; }
span { border-color: rgb(196,19,186); }
td.TdClassName
{
border-color: #C413BA;
}
.TagClassName
{
border-color: #C413BA;
}
</style>