Shades of Deep Magenta #CD14AF
Tints of Deep Magenta #CD14AF
RGB
CMYK
RGB Variations
Color information
#CD14AF (or 0xCD14AF) is known color: Deep Magenta. HEX triplet: CD, 14 and AF. RGB value is (205,20,175). Sum of RGB (Red+Green+Blue) = 205+20+175=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD14AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD14AF is #32EB50. Grayscale: #5C5C5C. Windows color (decimal): -3337041 or 11474125. OLE color: 11474125.
HSL color Cylindrical-coordinate representation of color #CD14AF: hue angle of 309.73º degrees, saturation: 0.82, 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 #CD14AF is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 20 | 175 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.20 |
| HSL | 309.73º | 0.82% | 0.44% | - |
| HSV(B) | 309.73º | 0.9% | 0.8% | - |
| XYZ | 33.16 | 16.57 | 42.01 | - |
| YUV | 92.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 175 | 0 | 0.90 | 0.15 | 0.20 | 309.73 | 0.82 | 0.44 |
| Hex | CD | 14 | AF | 0 | 5A | F | 14 | 136 | 52 | 2C |
| Octal | 315 | 24 | 257 | 0 | 132 | 17 | 24 | 466 | 122 | 54 |
| Binary | 11001101 | 10100 | 10101111 | 0 | 1011010 | 1111 | 10100 | 100110110 | 1010010 | 101100 |
Color Harmonies of #CD14AF
Complementary color
Monochromatic Colors of #CD14AF
Black with #CD14AF
Text Example
Text Example
White with #CD14AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14AF; }
p { color: rgb(205,20,175); }
H1.HeaderClassName
{
color: #CD14AF;
}
.AnyTagClassName
{
color: #CD14AF;
}
</style>
background-color css
<style>
a { background-color: #CD14AF; }
a { background-color: rgb(205,20,175); }
div.DivClassName
{
background-color: #CD14AF;
}
.BgClassName
{
background-color: #CD14AF;
}
</style>
border-color css
<style>
span { border-color: #CD14AF; }
span { border-color: rgb(205,20,175); }
td.TdClassName
{
border-color: #CD14AF;
}
.TagClassName
{
border-color: #CD14AF;
}
</style>