Shades of Deep Magenta #C718AD
Tints of Deep Magenta #C718AD
RGB
CMYK
RGB Variations
Color information
#C718AD (or 0xC718AD) is known color: Deep Magenta. HEX triplet: C7, 18 and AD. RGB value is (199,24,173). Sum of RGB (Red+Green+Blue) = 199+24+173=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C718AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C718AD is #38E752. Grayscale: #5C5C5C. Windows color (decimal): -3729235 or 11344071. OLE color: 11344071.
HSL color Cylindrical-coordinate representation of color #C718AD: hue angle of 308.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718AD is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.22 |
| HSL | 308.91º | 0.78% | 0.44% | - |
| HSV(B) | 308.91º | 0.88% | 0.78% | - |
| XYZ | 31.42 | 15.81 | 40.93 | - |
| YUV | 93.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 173 | 0 | 0.88 | 0.13 | 0.22 | 308.91 | 0.78 | 0.44 |
| Hex | C7 | 18 | AD | 0 | 58 | D | 16 | 135 | 4E | 2C |
| Octal | 307 | 30 | 255 | 0 | 130 | 15 | 26 | 465 | 116 | 54 |
| Binary | 11000111 | 11000 | 10101101 | 0 | 1011000 | 1101 | 10110 | 100110101 | 1001110 | 101100 |
Color Harmonies of #C718AD
Complementary color
Monochromatic Colors of #C718AD
Black with #C718AD
Text Example
Text Example
White with #C718AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718AD; }
p { color: rgb(199,24,173); }
H1.HeaderClassName
{
color: #C718AD;
}
.AnyTagClassName
{
color: #C718AD;
}
</style>
background-color css
<style>
a { background-color: #C718AD; }
a { background-color: rgb(199,24,173); }
div.DivClassName
{
background-color: #C718AD;
}
.BgClassName
{
background-color: #C718AD;
}
</style>
border-color css
<style>
span { border-color: #C718AD; }
span { border-color: rgb(199,24,173); }
td.TdClassName
{
border-color: #C718AD;
}
.TagClassName
{
border-color: #C718AD;
}
</style>