Shades of Deep Magenta #C412AF
Tints of Deep Magenta #C412AF
RGB
CMYK
RGB Variations
Color information
#C412AF (or 0xC412AF) is known color: Deep Magenta. HEX triplet: C4, 12 and AF. RGB value is (196,18,175). Sum of RGB (Red+Green+Blue) = 196+18+175=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C412AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C412AF is #3BED50. Grayscale: #585858. Windows color (decimal): -3927377 or 11473604. OLE color: 11473604.
HSL color Cylindrical-coordinate representation of color #C412AF: hue angle of 307.08º 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 #C412AF is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 175 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.23 |
| HSL | 307.08º | 0.83% | 0.42% | - |
| HSV(B) | 307.08º | 0.91% | 0.77% | - |
| XYZ | 30.72 | 15.26 | 41.88 | - |
| YUV | 89.12 | 176.47 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 175 | 0 | 0.91 | 0.11 | 0.23 | 307.08 | 0.83 | 0.42 |
| Hex | C4 | 12 | AF | 0 | 5B | B | 17 | 133 | 53 | 2A |
| Octal | 304 | 22 | 257 | 0 | 133 | 13 | 27 | 463 | 123 | 52 |
| Binary | 11000100 | 10010 | 10101111 | 0 | 1011011 | 1011 | 10111 | 100110011 | 1010011 | 101010 |
Color Harmonies of #C412AF
Complementary color
Monochromatic Colors of #C412AF
Black with #C412AF
Text Example
Text Example
White with #C412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412AF; }
p { color: rgb(196,18,175); }
H1.HeaderClassName
{
color: #C412AF;
}
.AnyTagClassName
{
color: #C412AF;
}
</style>
background-color css
<style>
a { background-color: #C412AF; }
a { background-color: rgb(196,18,175); }
div.DivClassName
{
background-color: #C412AF;
}
.BgClassName
{
background-color: #C412AF;
}
</style>
border-color css
<style>
span { border-color: #C412AF; }
span { border-color: rgb(196,18,175); }
td.TdClassName
{
border-color: #C412AF;
}
.TagClassName
{
border-color: #C412AF;
}
</style>