Shades of Deep Magenta #CD1ADC
Tints of Deep Magenta #CD1ADC
RGB
CMYK
RGB Variations
Color information
#CD1ADC (or 0xCD1ADC) is known color: Deep Magenta. HEX triplet: CD, 1A and DC. RGB value is (205,26,220). Sum of RGB (Red+Green+Blue) = 205+26+220=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1ADC is #32E523. Grayscale: #656565. Windows color (decimal): -3335460 or 14424781. OLE color: 14424781.
HSL color Cylindrical-coordinate representation of color #CD1ADC: hue angle of 295.36º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1ADC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 26 | 220 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.14 |
| HSL | 295.36º | 0.79% | 0.48% | - |
| HSV(B) | 295.36º | 0.88% | 0.86% | - |
| XYZ | 38.46 | 18.89 | 69.33 | - |
| YUV | 101.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 26 | 220 | 0.07 | 0.88 | 0 | 0.14 | 295.36 | 0.79 | 0.48 |
| Hex | CD | 1A | DC | 7 | 58 | 0 | E | 127 | 4F | 30 |
| Octal | 315 | 32 | 334 | 7 | 130 | 0 | 16 | 447 | 117 | 60 |
| Binary | 11001101 | 11010 | 11011100 | 111 | 1011000 | 0 | 1110 | 100100111 | 1001111 | 110000 |
Color Harmonies of #CD1ADC
Complementary color
Monochromatic Colors of #CD1ADC
Black with #CD1ADC
Text Example
Text Example
White with #CD1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1ADC; }
p { color: rgb(205,26,220); }
H1.HeaderClassName
{
color: #CD1ADC;
}
.AnyTagClassName
{
color: #CD1ADC;
}
</style>
background-color css
<style>
a { background-color: #CD1ADC; }
a { background-color: rgb(205,26,220); }
div.DivClassName
{
background-color: #CD1ADC;
}
.BgClassName
{
background-color: #CD1ADC;
}
</style>
border-color css
<style>
span { border-color: #CD1ADC; }
span { border-color: rgb(205,26,220); }
td.TdClassName
{
border-color: #CD1ADC;
}
.TagClassName
{
border-color: #CD1ADC;
}
</style>