Shades of Deep Magenta #C41FCF
Tints of Deep Magenta #C41FCF
RGB
CMYK
RGB Variations
Color information
#C41FCF (or 0xC41FCF) is known color: Deep Magenta. HEX triplet: C4, 1F and CF. RGB value is (196,31,207). Sum of RGB (Red+Green+Blue) = 196+31+207=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C41FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41FCF is #3BE030. Grayscale: #636363. Windows color (decimal): -3924017 or 13574084. OLE color: 13574084.
HSL color Cylindrical-coordinate representation of color #C41FCF: hue angle of 296.25º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41FCF is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 31 | 207 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.19 |
| HSL | 296.25º | 0.74% | 0.47% | - |
| HSV(B) | 296.25º | 0.85% | 0.81% | - |
| XYZ | 34.52 | 17.22 | 60.54 | - |
| YUV | 100.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 207 | 0.05 | 0.85 | 0 | 0.19 | 296.25 | 0.74 | 0.47 |
| Hex | C4 | 1F | CF | 5 | 55 | 0 | 13 | 128 | 4A | 2F |
| Octal | 304 | 37 | 317 | 5 | 125 | 0 | 23 | 450 | 112 | 57 |
| Binary | 11000100 | 11111 | 11001111 | 101 | 1010101 | 0 | 10011 | 100101000 | 1001010 | 101111 |
Color Harmonies of #C41FCF
Complementary color
Monochromatic Colors of #C41FCF
Black with #C41FCF
Text Example
Text Example
White with #C41FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FCF; }
p { color: rgb(196,31,207); }
H1.HeaderClassName
{
color: #C41FCF;
}
.AnyTagClassName
{
color: #C41FCF;
}
</style>
background-color css
<style>
a { background-color: #C41FCF; }
a { background-color: rgb(196,31,207); }
div.DivClassName
{
background-color: #C41FCF;
}
.BgClassName
{
background-color: #C41FCF;
}
</style>
border-color css
<style>
span { border-color: #C41FCF; }
span { border-color: rgb(196,31,207); }
td.TdClassName
{
border-color: #C41FCF;
}
.TagClassName
{
border-color: #C41FCF;
}
</style>