Shades of Deep Magenta #C41FAF
Tints of Deep Magenta #C41FAF
RGB
CMYK
RGB Variations
Color information
#C41FAF (or 0xC41FAF) is known color: Deep Magenta. HEX triplet: C4, 1F and AF. RGB value is (196,31,175). Sum of RGB (Red+Green+Blue) = 196+31+175=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FAF is #3BE050. Grayscale: #606060. Windows color (decimal): -3924049 or 11476932. OLE color: 11476932.
HSL color Cylindrical-coordinate representation of color #C41FAF: hue angle of 307.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41FAF is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 175 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.23 |
| HSL | 307.64º | 0.73% | 0.45% | - |
| HSV(B) | 307.64º | 0.84% | 0.77% | - |
| XYZ | 30.99 | 15.81 | 41.98 | - |
| YUV | 96.75 | 172.16 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 175 | 0 | 0.84 | 0.11 | 0.23 | 307.64 | 0.73 | 0.45 |
| Hex | C4 | 1F | AF | 0 | 54 | B | 17 | 134 | 49 | 2D |
| Octal | 304 | 37 | 257 | 0 | 124 | 13 | 27 | 464 | 111 | 55 |
| Binary | 11000100 | 11111 | 10101111 | 0 | 1010100 | 1011 | 10111 | 100110100 | 1001001 | 101101 |
Color Harmonies of #C41FAF
Complementary color
Monochromatic Colors of #C41FAF
Black with #C41FAF
Text Example
Text Example
White with #C41FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FAF; }
p { color: rgb(196,31,175); }
H1.HeaderClassName
{
color: #C41FAF;
}
.AnyTagClassName
{
color: #C41FAF;
}
</style>
background-color css
<style>
a { background-color: #C41FAF; }
a { background-color: rgb(196,31,175); }
div.DivClassName
{
background-color: #C41FAF;
}
.BgClassName
{
background-color: #C41FAF;
}
</style>
border-color css
<style>
span { border-color: #C41FAF; }
span { border-color: rgb(196,31,175); }
td.TdClassName
{
border-color: #C41FAF;
}
.TagClassName
{
border-color: #C41FAF;
}
</style>