Shades of Deep Magenta #C41ECF
Tints of Deep Magenta #C41ECF
RGB
CMYK
RGB Variations
Color information
#C41ECF (or 0xC41ECF) is known color: Deep Magenta. HEX triplet: C4, 1E and CF. RGB value is (196,30,207). Sum of RGB (Red+Green+Blue) = 196+30+207=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C41ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ECF is #3BE130. Grayscale: #636363. Windows color (decimal): -3924273 or 13573828. OLE color: 13573828.
HSL color Cylindrical-coordinate representation of color #C41ECF: hue angle of 296.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41ECF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 30 | 207 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.19 |
| HSL | 296.27º | 0.75% | 0.46% | - |
| HSV(B) | 296.27º | 0.86% | 0.81% | - |
| XYZ | 34.49 | 17.17 | 60.53 | - |
| YUV | 99.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 207 | 0.05 | 0.86 | 0 | 0.19 | 296.27 | 0.75 | 0.46 |
| Hex | C4 | 1E | CF | 5 | 56 | 0 | 13 | 128 | 4B | 2E |
| Octal | 304 | 36 | 317 | 5 | 126 | 0 | 23 | 450 | 113 | 56 |
| Binary | 11000100 | 11110 | 11001111 | 101 | 1010110 | 0 | 10011 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C41ECF
Complementary color
Monochromatic Colors of #C41ECF
Black with #C41ECF
Text Example
Text Example
White with #C41ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41ECF; }
p { color: rgb(196,30,207); }
H1.HeaderClassName
{
color: #C41ECF;
}
.AnyTagClassName
{
color: #C41ECF;
}
</style>
background-color css
<style>
a { background-color: #C41ECF; }
a { background-color: rgb(196,30,207); }
div.DivClassName
{
background-color: #C41ECF;
}
.BgClassName
{
background-color: #C41ECF;
}
</style>
border-color css
<style>
span { border-color: #C41ECF; }
span { border-color: rgb(196,30,207); }
td.TdClassName
{
border-color: #C41ECF;
}
.TagClassName
{
border-color: #C41ECF;
}
</style>