Shades of Deep Magenta #C918AD
Tints of Deep Magenta #C918AD
RGB
CMYK
RGB Variations
Color information
#C918AD (or 0xC918AD) is known color: Deep Magenta. HEX triplet: C9, 18 and AD. RGB value is (201,24,173). Sum of RGB (Red+Green+Blue) = 201+24+173=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C918AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C918AD is #36E752. Grayscale: #5D5D5D. Windows color (decimal): -3598163 or 11344073. OLE color: 11344073.
HSL color Cylindrical-coordinate representation of color #C918AD: hue angle of 309.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C918AD is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.21 |
| HSL | 309.49º | 0.79% | 0.44% | - |
| HSV(B) | 309.49º | 0.88% | 0.79% | - |
| XYZ | 31.96 | 16.09 | 40.96 | - |
| YUV | 93.91 | 172.64 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 173 | 0 | 0.88 | 0.14 | 0.21 | 309.49 | 0.79 | 0.44 |
| Hex | C9 | 18 | AD | 0 | 58 | E | 15 | 135 | 4F | 2C |
| Octal | 311 | 30 | 255 | 0 | 130 | 16 | 25 | 465 | 117 | 54 |
| Binary | 11001001 | 11000 | 10101101 | 0 | 1011000 | 1110 | 10101 | 100110101 | 1001111 | 101100 |
Color Harmonies of #C918AD
Complementary color
Monochromatic Colors of #C918AD
Black with #C918AD
Text Example
Text Example
White with #C918AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918AD; }
p { color: rgb(201,24,173); }
H1.HeaderClassName
{
color: #C918AD;
}
.AnyTagClassName
{
color: #C918AD;
}
</style>
background-color css
<style>
a { background-color: #C918AD; }
a { background-color: rgb(201,24,173); }
div.DivClassName
{
background-color: #C918AD;
}
.BgClassName
{
background-color: #C918AD;
}
</style>
border-color css
<style>
span { border-color: #C918AD; }
span { border-color: rgb(201,24,173); }
td.TdClassName
{
border-color: #C918AD;
}
.TagClassName
{
border-color: #C918AD;
}
</style>