Shades of Deep Magenta #C413B8
Tints of Deep Magenta #C413B8
RGB
CMYK
RGB Variations
Color information
#C413B8 (or 0xC413B8) is known color: Deep Magenta. HEX triplet: C4, 13 and B8. RGB value is (196,19,184). Sum of RGB (Red+Green+Blue) = 196+19+184=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C413B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413B8 is #3BEC47. Grayscale: #5A5A5A. Windows color (decimal): -3927112 or 12063684. OLE color: 12063684.
HSL color Cylindrical-coordinate representation of color #C413B8: hue angle of 304.07º 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 #C413B8 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 184 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.23 |
| HSL | 304.07º | 0.82% | 0.42% | - |
| HSV(B) | 304.07º | 0.9% | 0.77% | - |
| XYZ | 31.65 | 15.66 | 46.7 | - |
| YUV | 90.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 184 | 0 | 0.90 | 0.06 | 0.23 | 304.07 | 0.82 | 0.42 |
| Hex | C4 | 13 | B8 | 0 | 5A | 6 | 17 | 130 | 52 | 2A |
| Octal | 304 | 23 | 270 | 0 | 132 | 6 | 27 | 460 | 122 | 52 |
| Binary | 11000100 | 10011 | 10111000 | 0 | 1011010 | 110 | 10111 | 100110000 | 1010010 | 101010 |
Color Harmonies of #C413B8
Complementary color
Monochromatic Colors of #C413B8
Black with #C413B8
Text Example
Text Example
White with #C413B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413B8; }
p { color: rgb(196,19,184); }
H1.HeaderClassName
{
color: #C413B8;
}
.AnyTagClassName
{
color: #C413B8;
}
</style>
background-color css
<style>
a { background-color: #C413B8; }
a { background-color: rgb(196,19,184); }
div.DivClassName
{
background-color: #C413B8;
}
.BgClassName
{
background-color: #C413B8;
}
</style>
border-color css
<style>
span { border-color: #C413B8; }
span { border-color: rgb(196,19,184); }
td.TdClassName
{
border-color: #C413B8;
}
.TagClassName
{
border-color: #C413B8;
}
</style>