Shades of Deep Magenta #C413B2
Tints of Deep Magenta #C413B2
RGB
CMYK
RGB Variations
Color information
#C413B2 (or 0xC413B2) is known color: Deep Magenta. HEX triplet: C4, 13 and B2. RGB value is (196,19,178). Sum of RGB (Red+Green+Blue) = 196+19+178=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C413B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C413B2 is #3BEC4D. Grayscale: #595959. Windows color (decimal): -3927118 or 11670468. OLE color: 11670468.
HSL color Cylindrical-coordinate representation of color #C413B2: hue angle of 306.1º 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 #C413B2 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.23 |
| HSL | 306.1º | 0.82% | 0.42% | - |
| HSV(B) | 306.1º | 0.9% | 0.77% | - |
| XYZ | 31.03 | 15.42 | 43.46 | - |
| YUV | 90.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 178 | 0 | 0.90 | 0.09 | 0.23 | 306.1 | 0.82 | 0.42 |
| Hex | C4 | 13 | B2 | 0 | 5A | 9 | 17 | 132 | 52 | 2A |
| Octal | 304 | 23 | 262 | 0 | 132 | 11 | 27 | 462 | 122 | 52 |
| Binary | 11000100 | 10011 | 10110010 | 0 | 1011010 | 1001 | 10111 | 100110010 | 1010010 | 101010 |
Color Harmonies of #C413B2
Complementary color
Monochromatic Colors of #C413B2
Black with #C413B2
Text Example
Text Example
White with #C413B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413B2; }
p { color: rgb(196,19,178); }
H1.HeaderClassName
{
color: #C413B2;
}
.AnyTagClassName
{
color: #C413B2;
}
</style>
background-color css
<style>
a { background-color: #C413B2; }
a { background-color: rgb(196,19,178); }
div.DivClassName
{
background-color: #C413B2;
}
.BgClassName
{
background-color: #C413B2;
}
</style>
border-color css
<style>
span { border-color: #C413B2; }
span { border-color: rgb(196,19,178); }
td.TdClassName
{
border-color: #C413B2;
}
.TagClassName
{
border-color: #C413B2;
}
</style>