Shades of Deep Magenta #CD11CB
Tints of Deep Magenta #CD11CB
RGB
CMYK
RGB Variations
Color information
#CD11CB (or 0xCD11CB) is known color: Deep Magenta. HEX triplet: CD, 11 and CB. RGB value is (205,17,203). Sum of RGB (Red+Green+Blue) = 205+17+203=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD11CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD11CB is #32EE34. Grayscale: #5D5D5D. Windows color (decimal): -3337781 or 13308365. OLE color: 13308365.
HSL color Cylindrical-coordinate representation of color #CD11CB: hue angle of 300.64º 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 #CD11CB is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 203 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.20 |
| HSL | 300.64º | 0.85% | 0.44% | - |
| HSV(B) | 300.64º | 0.92% | 0.8% | - |
| XYZ | 36.16 | 17.69 | 58.01 | - |
| YUV | 94.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 203 | 0 | 0.92 | 0.01 | 0.20 | 300.64 | 0.85 | 0.44 |
| Hex | CD | 11 | CB | 0 | 5C | 1 | 14 | 12D | 55 | 2C |
| Octal | 315 | 21 | 313 | 0 | 134 | 1 | 24 | 455 | 125 | 54 |
| Binary | 11001101 | 10001 | 11001011 | 0 | 1011100 | 1 | 10100 | 100101101 | 1010101 | 101100 |
Color Harmonies of #CD11CB
Complementary color
Monochromatic Colors of #CD11CB
Black with #CD11CB
Text Example
Text Example
White with #CD11CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD11CB; }
p { color: rgb(205,17,203); }
H1.HeaderClassName
{
color: #CD11CB;
}
.AnyTagClassName
{
color: #CD11CB;
}
</style>
background-color css
<style>
a { background-color: #CD11CB; }
a { background-color: rgb(205,17,203); }
div.DivClassName
{
background-color: #CD11CB;
}
.BgClassName
{
background-color: #CD11CB;
}
</style>
border-color css
<style>
span { border-color: #CD11CB; }
span { border-color: rgb(205,17,203); }
td.TdClassName
{
border-color: #CD11CB;
}
.TagClassName
{
border-color: #CD11CB;
}
</style>