Shades of Deep Magenta #C413BC
Tints of Deep Magenta #C413BC
RGB
CMYK
RGB Variations
Color information
#C413BC (or 0xC413BC) is known color: Deep Magenta. HEX triplet: C4, 13 and BC. RGB value is (196,19,188). Sum of RGB (Red+Green+Blue) = 196+19+188=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C413BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413BC is #3BEC43. Grayscale: #5A5A5A. Windows color (decimal): -3927108 or 12325828. OLE color: 12325828.
HSL color Cylindrical-coordinate representation of color #C413BC: hue angle of 302.71º 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 #C413BC is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.23 |
| HSL | 302.71º | 0.82% | 0.42% | - |
| HSV(B) | 302.71º | 0.9% | 0.77% | - |
| XYZ | 32.07 | 15.83 | 48.94 | - |
| YUV | 91.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 188 | 0 | 0.90 | 0.04 | 0.23 | 302.71 | 0.82 | 0.42 |
| Hex | C4 | 13 | BC | 0 | 5A | 4 | 17 | 12F | 52 | 2A |
| Octal | 304 | 23 | 274 | 0 | 132 | 4 | 27 | 457 | 122 | 52 |
| Binary | 11000100 | 10011 | 10111100 | 0 | 1011010 | 100 | 10111 | 100101111 | 1010010 | 101010 |
Color Harmonies of #C413BC
Complementary color
Monochromatic Colors of #C413BC
Black with #C413BC
Text Example
Text Example
White with #C413BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C413BC; }
p { color: rgb(196,19,188); }
H1.HeaderClassName
{
color: #C413BC;
}
.AnyTagClassName
{
color: #C413BC;
}
</style>
background-color css
<style>
a { background-color: #C413BC; }
a { background-color: rgb(196,19,188); }
div.DivClassName
{
background-color: #C413BC;
}
.BgClassName
{
background-color: #C413BC;
}
</style>
border-color css
<style>
span { border-color: #C413BC; }
span { border-color: rgb(196,19,188); }
td.TdClassName
{
border-color: #C413BC;
}
.TagClassName
{
border-color: #C413BC;
}
</style>