Shades of Deep Magenta #CD1ACC
Tints of Deep Magenta #CD1ACC
RGB
CMYK
RGB Variations
Color information
#CD1ACC (or 0xCD1ACC) is known color: Deep Magenta. HEX triplet: CD, 1A and CC. RGB value is (205,26,204). Sum of RGB (Red+Green+Blue) = 205+26+204=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1ACC is #32E533. Grayscale: #636363. Windows color (decimal): -3335476 or 13376205. OLE color: 13376205.
HSL color Cylindrical-coordinate representation of color #CD1ACC: hue angle of 300.34º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1ACC is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 26 | 204 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.20 |
| HSL | 300.34º | 0.77% | 0.45% | - |
| HSV(B) | 300.34º | 0.87% | 0.8% | - |
| XYZ | 36.45 | 18.08 | 58.7 | - |
| YUV | 99.81 | 186.8 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 26 | 204 | 0 | 0.87 | 0.00 | 0.20 | 300.34 | 0.77 | 0.45 |
| Hex | CD | 1A | CC | 0 | 57 | 0 | 14 | 12C | 4D | 2D |
| Octal | 315 | 32 | 314 | 0 | 127 | 0 | 24 | 454 | 115 | 55 |
| Binary | 11001101 | 11010 | 11001100 | 0 | 1010111 | 0 | 10100 | 100101100 | 1001101 | 101101 |
Color Harmonies of #CD1ACC
Complementary color
Monochromatic Colors of #CD1ACC
Black with #CD1ACC
Text Example
Text Example
White with #CD1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1ACC; }
p { color: rgb(205,26,204); }
H1.HeaderClassName
{
color: #CD1ACC;
}
.AnyTagClassName
{
color: #CD1ACC;
}
</style>
background-color css
<style>
a { background-color: #CD1ACC; }
a { background-color: rgb(205,26,204); }
div.DivClassName
{
background-color: #CD1ACC;
}
.BgClassName
{
background-color: #CD1ACC;
}
</style>
border-color css
<style>
span { border-color: #CD1ACC; }
span { border-color: rgb(205,26,204); }
td.TdClassName
{
border-color: #CD1ACC;
}
.TagClassName
{
border-color: #CD1ACC;
}
</style>