Shades of Deep Magenta #C412CE
Tints of Deep Magenta #C412CE
RGB
CMYK
RGB Variations
Color information
#C412CE (or 0xC412CE) is known color: Deep Magenta. HEX triplet: C4, 12 and CE. RGB value is (196,18,206). Sum of RGB (Red+Green+Blue) = 196+18+206=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C412CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C412CE is #3BED31. Grayscale: #5C5C5C. Windows color (decimal): -3927346 or 13505220. OLE color: 13505220.
HSL color Cylindrical-coordinate representation of color #C412CE: hue angle of 296.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C412CE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 18 | 206 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.19 |
| HSL | 296.81º | 0.84% | 0.44% | - |
| HSV(B) | 296.81º | 0.91% | 0.81% | - |
| XYZ | 34.12 | 16.62 | 59.8 | - |
| YUV | 92.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 206 | 0.05 | 0.91 | 0 | 0.19 | 296.81 | 0.84 | 0.44 |
| Hex | C4 | 12 | CE | 5 | 5B | 0 | 13 | 129 | 54 | 2C |
| Octal | 304 | 22 | 316 | 5 | 133 | 0 | 23 | 451 | 124 | 54 |
| Binary | 11000100 | 10010 | 11001110 | 101 | 1011011 | 0 | 10011 | 100101001 | 1010100 | 101100 |
Color Harmonies of #C412CE
Complementary color
Monochromatic Colors of #C412CE
Black with #C412CE
Text Example
Text Example
White with #C412CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C412CE; }
p { color: rgb(196,18,206); }
H1.HeaderClassName
{
color: #C412CE;
}
.AnyTagClassName
{
color: #C412CE;
}
</style>
background-color css
<style>
a { background-color: #C412CE; }
a { background-color: rgb(196,18,206); }
div.DivClassName
{
background-color: #C412CE;
}
.BgClassName
{
background-color: #C412CE;
}
</style>
border-color css
<style>
span { border-color: #C412CE; }
span { border-color: rgb(196,18,206); }
td.TdClassName
{
border-color: #C412CE;
}
.TagClassName
{
border-color: #C412CE;
}
</style>