Shades of Deep Magenta #CD11CA
Tints of Deep Magenta #CD11CA
RGB
CMYK
RGB Variations
Color information
#CD11CA (or 0xCD11CA) is known color: Deep Magenta. HEX triplet: CD, 11 and CA. RGB value is (205,17,202). Sum of RGB (Red+Green+Blue) = 205+17+202=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11CA is #32EE35. Grayscale: #5D5D5D. Windows color (decimal): -3337782 or 13242829. OLE color: 13242829.
HSL color Cylindrical-coordinate representation of color #CD11CA: hue angle of 300.96º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD11CA is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.20 |
| HSL | 300.96º | 0.85% | 0.44% | - |
| HSV(B) | 300.96º | 0.92% | 0.8% | - |
| XYZ | 36.04 | 17.64 | 57.38 | - |
| YUV | 94.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 202 | 0 | 0.92 | 0.01 | 0.20 | 300.96 | 0.85 | 0.44 |
| Hex | CD | 11 | CA | 0 | 5C | 1 | 14 | 12D | 55 | 2C |
| Octal | 315 | 21 | 312 | 0 | 134 | 1 | 24 | 455 | 125 | 54 |
| Binary | 11001101 | 10001 | 11001010 | 0 | 1011100 | 1 | 10100 | 100101101 | 1010101 | 101100 |
Color Harmonies of #CD11CA
Complementary color
Monochromatic Colors of #CD11CA
Black with #CD11CA
Text Example
Text Example
White with #CD11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11CA; }
p { color: rgb(205,17,202); }
H1.HeaderClassName
{
color: #CD11CA;
}
.AnyTagClassName
{
color: #CD11CA;
}
</style>
background-color css
<style>
a { background-color: #CD11CA; }
a { background-color: rgb(205,17,202); }
div.DivClassName
{
background-color: #CD11CA;
}
.BgClassName
{
background-color: #CD11CA;
}
</style>
border-color css
<style>
span { border-color: #CD11CA; }
span { border-color: rgb(205,17,202); }
td.TdClassName
{
border-color: #CD11CA;
}
.TagClassName
{
border-color: #CD11CA;
}
</style>