Shades of Deep Magenta #C414BE
Tints of Deep Magenta #C414BE
RGB
CMYK
RGB Variations
Color information
#C414BE (or 0xC414BE) is known color: Deep Magenta. HEX triplet: C4, 14 and BE. RGB value is (196,20,190). Sum of RGB (Red+Green+Blue) = 196+20+190=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C414BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414BE is #3BEB41. Grayscale: #5B5B5B. Windows color (decimal): -3926850 or 12457156. OLE color: 12457156.
HSL color Cylindrical-coordinate representation of color #C414BE: hue angle of 302.05º 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 #C414BE is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.23 |
| HSL | 302.05º | 0.81% | 0.42% | - |
| HSV(B) | 302.05º | 0.9% | 0.77% | - |
| XYZ | 32.31 | 15.95 | 50.09 | - |
| YUV | 92 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 190 | 0 | 0.90 | 0.03 | 0.23 | 302.05 | 0.81 | 0.42 |
| Hex | C4 | 14 | BE | 0 | 5A | 3 | 17 | 12E | 51 | 2A |
| Octal | 304 | 24 | 276 | 0 | 132 | 3 | 27 | 456 | 121 | 52 |
| Binary | 11000100 | 10100 | 10111110 | 0 | 1011010 | 11 | 10111 | 100101110 | 1010001 | 101010 |
Color Harmonies of #C414BE
Complementary color
Monochromatic Colors of #C414BE
Black with #C414BE
Text Example
Text Example
White with #C414BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414BE; }
p { color: rgb(196,20,190); }
H1.HeaderClassName
{
color: #C414BE;
}
.AnyTagClassName
{
color: #C414BE;
}
</style>
background-color css
<style>
a { background-color: #C414BE; }
a { background-color: rgb(196,20,190); }
div.DivClassName
{
background-color: #C414BE;
}
.BgClassName
{
background-color: #C414BE;
}
</style>
border-color css
<style>
span { border-color: #C414BE; }
span { border-color: rgb(196,20,190); }
td.TdClassName
{
border-color: #C414BE;
}
.TagClassName
{
border-color: #C414BE;
}
</style>