Shades of Deep Magenta #C419AF
Tints of Deep Magenta #C419AF
RGB
CMYK
RGB Variations
Color information
#C419AF (or 0xC419AF) is known color: Deep Magenta. HEX triplet: C4, 19 and AF. RGB value is (196,25,175). Sum of RGB (Red+Green+Blue) = 196+25+175=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C419AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419AF is #3BE650. Grayscale: #5C5C5C. Windows color (decimal): -3925585 or 11475396. OLE color: 11475396.
HSL color Cylindrical-coordinate representation of color #C419AF: hue angle of 307.37º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419AF is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 175 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.23 |
| HSL | 307.37º | 0.77% | 0.43% | - |
| HSV(B) | 307.37º | 0.87% | 0.77% | - |
| XYZ | 30.85 | 15.53 | 41.93 | - |
| YUV | 93.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 175 | 0 | 0.87 | 0.11 | 0.23 | 307.37 | 0.77 | 0.43 |
| Hex | C4 | 19 | AF | 0 | 57 | B | 17 | 133 | 4D | 2B |
| Octal | 304 | 31 | 257 | 0 | 127 | 13 | 27 | 463 | 115 | 53 |
| Binary | 11000100 | 11001 | 10101111 | 0 | 1010111 | 1011 | 10111 | 100110011 | 1001101 | 101011 |
Color Harmonies of #C419AF
Complementary color
Monochromatic Colors of #C419AF
Black with #C419AF
Text Example
Text Example
White with #C419AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419AF; }
p { color: rgb(196,25,175); }
H1.HeaderClassName
{
color: #C419AF;
}
.AnyTagClassName
{
color: #C419AF;
}
</style>
background-color css
<style>
a { background-color: #C419AF; }
a { background-color: rgb(196,25,175); }
div.DivClassName
{
background-color: #C419AF;
}
.BgClassName
{
background-color: #C419AF;
}
</style>
border-color css
<style>
span { border-color: #C419AF; }
span { border-color: rgb(196,25,175); }
td.TdClassName
{
border-color: #C419AF;
}
.TagClassName
{
border-color: #C419AF;
}
</style>