Shades of Deep Magenta #C412BE
Tints of Deep Magenta #C412BE
RGB
CMYK
RGB Variations
Color information
#C412BE (or 0xC412BE) is known color: Deep Magenta. HEX triplet: C4, 12 and BE. RGB value is (196,18,190). Sum of RGB (Red+Green+Blue) = 196+18+190=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C412BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412BE is #3BED41. Grayscale: #5A5A5A. Windows color (decimal): -3927362 or 12456644. OLE color: 12456644.
HSL color Cylindrical-coordinate representation of color #C412BE: hue angle of 302.02º 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 #C412BE is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 190 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.23 |
| HSL | 302.02º | 0.83% | 0.42% | - |
| HSV(B) | 302.02º | 0.91% | 0.77% | - |
| XYZ | 32.28 | 15.89 | 50.08 | - |
| YUV | 90.83 | 183.97 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 190 | 0 | 0.91 | 0.03 | 0.23 | 302.02 | 0.83 | 0.42 |
| Hex | C4 | 12 | BE | 0 | 5B | 3 | 17 | 12E | 53 | 2A |
| Octal | 304 | 22 | 276 | 0 | 133 | 3 | 27 | 456 | 123 | 52 |
| Binary | 11000100 | 10010 | 10111110 | 0 | 1011011 | 11 | 10111 | 100101110 | 1010011 | 101010 |
Color Harmonies of #C412BE
Complementary color
Monochromatic Colors of #C412BE
Black with #C412BE
Text Example
Text Example
White with #C412BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412BE; }
p { color: rgb(196,18,190); }
H1.HeaderClassName
{
color: #C412BE;
}
.AnyTagClassName
{
color: #C412BE;
}
</style>
background-color css
<style>
a { background-color: #C412BE; }
a { background-color: rgb(196,18,190); }
div.DivClassName
{
background-color: #C412BE;
}
.BgClassName
{
background-color: #C412BE;
}
</style>
border-color css
<style>
span { border-color: #C412BE; }
span { border-color: rgb(196,18,190); }
td.TdClassName
{
border-color: #C412BE;
}
.TagClassName
{
border-color: #C412BE;
}
</style>