Shades of Deep Magenta #C414BF
Tints of Deep Magenta #C414BF
RGB
CMYK
RGB Variations
Color information
#C414BF (or 0xC414BF) is known color: Deep Magenta. HEX triplet: C4, 14 and BF. RGB value is (196,20,191). Sum of RGB (Red+Green+Blue) = 196+20+191=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C414BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414BF is #3BEB40. Grayscale: #5B5B5B. Windows color (decimal): -3926849 or 12522692. OLE color: 12522692.
HSL color Cylindrical-coordinate representation of color #C414BF: hue angle of 301.7º degrees, saturation: 0.81, 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 #C414BF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 191 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.23 |
| HSL | 301.7º | 0.81% | 0.42% | - |
| HSV(B) | 301.7º | 0.9% | 0.77% | - |
| XYZ | 32.42 | 16 | 50.67 | - |
| YUV | 92.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 191 | 0 | 0.90 | 0.03 | 0.23 | 301.7 | 0.81 | 0.42 |
| Hex | C4 | 14 | BF | 0 | 5A | 3 | 17 | 12E | 51 | 2A |
| Octal | 304 | 24 | 277 | 0 | 132 | 3 | 27 | 456 | 121 | 52 |
| Binary | 11000100 | 10100 | 10111111 | 0 | 1011010 | 11 | 10111 | 100101110 | 1010001 | 101010 |
Color Harmonies of #C414BF
Complementary color
Monochromatic Colors of #C414BF
Black with #C414BF
Text Example
Text Example
White with #C414BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414BF; }
p { color: rgb(196,20,191); }
H1.HeaderClassName
{
color: #C414BF;
}
.AnyTagClassName
{
color: #C414BF;
}
</style>
background-color css
<style>
a { background-color: #C414BF; }
a { background-color: rgb(196,20,191); }
div.DivClassName
{
background-color: #C414BF;
}
.BgClassName
{
background-color: #C414BF;
}
</style>
border-color css
<style>
span { border-color: #C414BF; }
span { border-color: rgb(196,20,191); }
td.TdClassName
{
border-color: #C414BF;
}
.TagClassName
{
border-color: #C414BF;
}
</style>