Shades of Deep Magenta #C418AF
Tints of Deep Magenta #C418AF
RGB
CMYK
RGB Variations
Color information
#C418AF (or 0xC418AF) is known color: Deep Magenta. HEX triplet: C4, 18 and AF. RGB value is (196,24,175). Sum of RGB (Red+Green+Blue) = 196+24+175=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C418AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C418AF is #3BE750. Grayscale: #5C5C5C. Windows color (decimal): -3925841 or 11475140. OLE color: 11475140.
HSL color Cylindrical-coordinate representation of color #C418AF: hue angle of 307.33º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C418AF is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 175 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.23 |
| HSL | 307.33º | 0.78% | 0.43% | - |
| HSV(B) | 307.33º | 0.88% | 0.77% | - |
| XYZ | 30.83 | 15.48 | 41.92 | - |
| YUV | 92.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 175 | 0 | 0.88 | 0.11 | 0.23 | 307.33 | 0.78 | 0.43 |
| Hex | C4 | 18 | AF | 0 | 58 | B | 17 | 133 | 4E | 2B |
| Octal | 304 | 30 | 257 | 0 | 130 | 13 | 27 | 463 | 116 | 53 |
| Binary | 11000100 | 11000 | 10101111 | 0 | 1011000 | 1011 | 10111 | 100110011 | 1001110 | 101011 |
Color Harmonies of #C418AF
Complementary color
Monochromatic Colors of #C418AF
Black with #C418AF
Text Example
Text Example
White with #C418AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418AF; }
p { color: rgb(196,24,175); }
H1.HeaderClassName
{
color: #C418AF;
}
.AnyTagClassName
{
color: #C418AF;
}
</style>
background-color css
<style>
a { background-color: #C418AF; }
a { background-color: rgb(196,24,175); }
div.DivClassName
{
background-color: #C418AF;
}
.BgClassName
{
background-color: #C418AF;
}
</style>
border-color css
<style>
span { border-color: #C418AF; }
span { border-color: rgb(196,24,175); }
td.TdClassName
{
border-color: #C418AF;
}
.TagClassName
{
border-color: #C418AF;
}
</style>