Shades of Deep Magenta #C412BF
Tints of Deep Magenta #C412BF
RGB
CMYK
RGB Variations
Color information
#C412BF (or 0xC412BF) is known color: Deep Magenta. HEX triplet: C4, 12 and BF. RGB value is (196,18,191). Sum of RGB (Red+Green+Blue) = 196+18+191=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C412BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412BF is #3BED40. Grayscale: #5A5A5A. Windows color (decimal): -3927361 or 12522180. OLE color: 12522180.
HSL color Cylindrical-coordinate representation of color #C412BF: hue angle of 301.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C412BF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 191 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.23 |
| HSL | 301.69º | 0.83% | 0.42% | - |
| HSV(B) | 301.69º | 0.91% | 0.77% | - |
| XYZ | 32.39 | 15.93 | 50.66 | - |
| YUV | 90.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 191 | 0 | 0.91 | 0.03 | 0.23 | 301.69 | 0.83 | 0.42 |
| Hex | C4 | 12 | BF | 0 | 5B | 3 | 17 | 12E | 53 | 2A |
| Octal | 304 | 22 | 277 | 0 | 133 | 3 | 27 | 456 | 123 | 52 |
| Binary | 11000100 | 10010 | 10111111 | 0 | 1011011 | 11 | 10111 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C412BF
Complementary color
Monochromatic Colors of #C412BF
Black with #C412BF
Text Example
Text Example
White with #C412BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412BF; }
p { color: rgb(196,18,191); }
H1.HeaderClassName
{
color: #C412BF;
}
.AnyTagClassName
{
color: #C412BF;
}
</style>
background-color css
<style>
a { background-color: #C412BF; }
a { background-color: rgb(196,18,191); }
div.DivClassName
{
background-color: #C412BF;
}
.BgClassName
{
background-color: #C412BF;
}
</style>
border-color css
<style>
span { border-color: #C412BF; }
span { border-color: rgb(196,18,191); }
td.TdClassName
{
border-color: #C412BF;
}
.TagClassName
{
border-color: #C412BF;
}
</style>