Shades of Deep Magenta #CD15AF
Tints of Deep Magenta #CD15AF
RGB
CMYK
RGB Variations
Color information
#CD15AF (or 0xCD15AF) is known color: Deep Magenta. HEX triplet: CD, 15 and AF. RGB value is (205,21,175). Sum of RGB (Red+Green+Blue) = 205+21+175=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD15AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD15AF is #32EA50. Grayscale: #5D5D5D. Windows color (decimal): -3336785 or 11474381. OLE color: 11474381.
HSL color Cylindrical-coordinate representation of color #CD15AF: hue angle of 309.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD15AF is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.20 |
| HSL | 309.78º | 0.81% | 0.44% | - |
| HSV(B) | 309.78º | 0.9% | 0.8% | - |
| XYZ | 33.18 | 16.61 | 42.01 | - |
| YUV | 93.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 175 | 0 | 0.90 | 0.15 | 0.20 | 309.78 | 0.81 | 0.44 |
| Hex | CD | 15 | AF | 0 | 5A | F | 14 | 136 | 51 | 2C |
| Octal | 315 | 25 | 257 | 0 | 132 | 17 | 24 | 466 | 121 | 54 |
| Binary | 11001101 | 10101 | 10101111 | 0 | 1011010 | 1111 | 10100 | 100110110 | 1010001 | 101100 |
Color Harmonies of #CD15AF
Complementary color
Monochromatic Colors of #CD15AF
Black with #CD15AF
Text Example
Text Example
White with #CD15AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15AF; }
p { color: rgb(205,21,175); }
H1.HeaderClassName
{
color: #CD15AF;
}
.AnyTagClassName
{
color: #CD15AF;
}
</style>
background-color css
<style>
a { background-color: #CD15AF; }
a { background-color: rgb(205,21,175); }
div.DivClassName
{
background-color: #CD15AF;
}
.BgClassName
{
background-color: #CD15AF;
}
</style>
border-color css
<style>
span { border-color: #CD15AF; }
span { border-color: rgb(205,21,175); }
td.TdClassName
{
border-color: #CD15AF;
}
.TagClassName
{
border-color: #CD15AF;
}
</style>