Shades of Deep Magenta #CD20CB
Tints of Deep Magenta #CD20CB
RGB
CMYK
RGB Variations
Color information
#CD20CB (or 0xCD20CB) is known color: Deep Magenta. HEX triplet: CD, 20 and CB. RGB value is (205,32,203). Sum of RGB (Red+Green+Blue) = 205+32+203=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20CB is #32DF34. Grayscale: #666666. Windows color (decimal): -3333941 or 13312205. OLE color: 13312205.
HSL color Cylindrical-coordinate representation of color #CD20CB: hue angle of 300.69º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD20CB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 203 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.20 |
| HSL | 300.69º | 0.73% | 0.46% | - |
| HSV(B) | 300.69º | 0.84% | 0.8% | - |
| XYZ | 36.47 | 18.32 | 58.11 | - |
| YUV | 103.22 | 184.31 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 203 | 0 | 0.84 | 0.01 | 0.20 | 300.69 | 0.73 | 0.46 |
| Hex | CD | 20 | CB | 0 | 54 | 1 | 14 | 12D | 49 | 2E |
| Octal | 315 | 40 | 313 | 0 | 124 | 1 | 24 | 455 | 111 | 56 |
| Binary | 11001101 | 100000 | 11001011 | 0 | 1010100 | 1 | 10100 | 100101101 | 1001001 | 101110 |
Color Harmonies of #CD20CB
Complementary color
Monochromatic Colors of #CD20CB
Black with #CD20CB
Text Example
Text Example
White with #CD20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20CB; }
p { color: rgb(205,32,203); }
H1.HeaderClassName
{
color: #CD20CB;
}
.AnyTagClassName
{
color: #CD20CB;
}
</style>
background-color css
<style>
a { background-color: #CD20CB; }
a { background-color: rgb(205,32,203); }
div.DivClassName
{
background-color: #CD20CB;
}
.BgClassName
{
background-color: #CD20CB;
}
</style>
border-color css
<style>
span { border-color: #CD20CB; }
span { border-color: rgb(205,32,203); }
td.TdClassName
{
border-color: #CD20CB;
}
.TagClassName
{
border-color: #CD20CB;
}
</style>