Shades of Deep Magenta #CD10AF
Tints of Deep Magenta #CD10AF
RGB
CMYK
RGB Variations
Color information
#CD10AF (or 0xCD10AF) is known color: Deep Magenta. HEX triplet: CD, 10 and AF. RGB value is (205,16,175). Sum of RGB (Red+Green+Blue) = 205+16+175=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD10AF is #32EF50. Grayscale: #5A5A5A. Windows color (decimal): -3338065 or 11473101. OLE color: 11473101.
HSL color Cylindrical-coordinate representation of color #CD10AF: hue angle of 309.52º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD10AF is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.20 |
| HSL | 309.52º | 0.86% | 0.43% | - |
| HSV(B) | 309.52º | 0.92% | 0.8% | - |
| XYZ | 33.1 | 16.44 | 41.99 | - |
| YUV | 90.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 175 | 0 | 0.92 | 0.15 | 0.20 | 309.52 | 0.86 | 0.43 |
| Hex | CD | 10 | AF | 0 | 5C | F | 14 | 136 | 56 | 2B |
| Octal | 315 | 20 | 257 | 0 | 134 | 17 | 24 | 466 | 126 | 53 |
| Binary | 11001101 | 10000 | 10101111 | 0 | 1011100 | 1111 | 10100 | 100110110 | 1010110 | 101011 |
Color Harmonies of #CD10AF
Complementary color
Monochromatic Colors of #CD10AF
Black with #CD10AF
Text Example
Text Example
White with #CD10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD10AF; }
p { color: rgb(205,16,175); }
H1.HeaderClassName
{
color: #CD10AF;
}
.AnyTagClassName
{
color: #CD10AF;
}
</style>
background-color css
<style>
a { background-color: #CD10AF; }
a { background-color: rgb(205,16,175); }
div.DivClassName
{
background-color: #CD10AF;
}
.BgClassName
{
background-color: #CD10AF;
}
</style>
border-color css
<style>
span { border-color: #CD10AF; }
span { border-color: rgb(205,16,175); }
td.TdClassName
{
border-color: #CD10AF;
}
.TagClassName
{
border-color: #CD10AF;
}
</style>