Shades of Deep Magenta #CD0AD1
Tints of Deep Magenta #CD0AD1
RGB
CMYK
RGB Variations
Color information
#CD0AD1 (or 0xCD0AD1) is known color: Deep Magenta. HEX triplet: CD, 0A and D1. RGB value is (205,10,209). Sum of RGB (Red+Green+Blue) = 205+10+209=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD0AD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0AD1 is #32F52E. Grayscale: #5A5A5A. Windows color (decimal): -3339567 or 13699789. OLE color: 13699789.
HSL color Cylindrical-coordinate representation of color #CD0AD1: hue angle of 298.79º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0AD1 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 10 | 209 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.18 |
| HSL | 298.79º | 0.91% | 0.43% | - |
| HSV(B) | 298.79º | 0.95% | 0.82% | - |
| XYZ | 36.79 | 17.8 | 61.82 | - |
| YUV | 90.99 | 194.6 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 209 | 0.02 | 0.95 | 0 | 0.18 | 298.79 | 0.91 | 0.43 |
| Hex | CD | A | D1 | 2 | 5F | 0 | 12 | 12B | 5B | 2B |
| Octal | 315 | 12 | 321 | 2 | 137 | 0 | 22 | 453 | 133 | 53 |
| Binary | 11001101 | 1010 | 11010001 | 10 | 1011111 | 0 | 10010 | 100101011 | 1011011 | 101011 |
Color Harmonies of #CD0AD1
Complementary color
Monochromatic Colors of #CD0AD1
Black with #CD0AD1
Text Example
Text Example
White with #CD0AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0AD1; }
p { color: rgb(205,10,209); }
H1.HeaderClassName
{
color: #CD0AD1;
}
.AnyTagClassName
{
color: #CD0AD1;
}
</style>
background-color css
<style>
a { background-color: #CD0AD1; }
a { background-color: rgb(205,10,209); }
div.DivClassName
{
background-color: #CD0AD1;
}
.BgClassName
{
background-color: #CD0AD1;
}
</style>
border-color css
<style>
span { border-color: #CD0AD1; }
span { border-color: rgb(205,10,209); }
td.TdClassName
{
border-color: #CD0AD1;
}
.TagClassName
{
border-color: #CD0AD1;
}
</style>