Shades of Deep Magenta #C417AC
Tints of Deep Magenta #C417AC
RGB
CMYK
RGB Variations
Color information
#C417AC (or 0xC417AC) is known color: Deep Magenta. HEX triplet: C4, 17 and AC. RGB value is (196,23,172). Sum of RGB (Red+Green+Blue) = 196+23+172=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C417AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C417AC is #3BE853. Grayscale: #5B5B5B. Windows color (decimal): -3926100 or 11278276. OLE color: 11278276.
HSL color Cylindrical-coordinate representation of color #C417AC: hue angle of 308.32º degrees, saturation: 0.79, 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 #C417AC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 172 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.23 |
| HSL | 308.32º | 0.79% | 0.43% | - |
| HSV(B) | 308.32º | 0.88% | 0.77% | - |
| XYZ | 30.52 | 15.33 | 40.38 | - |
| YUV | 91.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 172 | 0 | 0.88 | 0.12 | 0.23 | 308.32 | 0.79 | 0.43 |
| Hex | C4 | 17 | AC | 0 | 58 | C | 17 | 134 | 4F | 2B |
| Octal | 304 | 27 | 254 | 0 | 130 | 14 | 27 | 464 | 117 | 53 |
| Binary | 11000100 | 10111 | 10101100 | 0 | 1011000 | 1100 | 10111 | 100110100 | 1001111 | 101011 |
Color Harmonies of #C417AC
Complementary color
Monochromatic Colors of #C417AC
Black with #C417AC
Text Example
Text Example
White with #C417AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417AC; }
p { color: rgb(196,23,172); }
H1.HeaderClassName
{
color: #C417AC;
}
.AnyTagClassName
{
color: #C417AC;
}
</style>
background-color css
<style>
a { background-color: #C417AC; }
a { background-color: rgb(196,23,172); }
div.DivClassName
{
background-color: #C417AC;
}
.BgClassName
{
background-color: #C417AC;
}
</style>
border-color css
<style>
span { border-color: #C417AC; }
span { border-color: rgb(196,23,172); }
td.TdClassName
{
border-color: #C417AC;
}
.TagClassName
{
border-color: #C417AC;
}
</style>