Shades of Deep Magenta #CD20BE
Tints of Deep Magenta #CD20BE
RGB
CMYK
RGB Variations
Color information
#CD20BE (or 0xCD20BE) is known color: Deep Magenta. HEX triplet: CD, 20 and BE. RGB value is (205,32,190). Sum of RGB (Red+Green+Blue) = 205+32+190=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20BE is #32DF41. Grayscale: #656565. Windows color (decimal): -3333954 or 12460237. OLE color: 12460237.
HSL color Cylindrical-coordinate representation of color #CD20BE: hue angle of 305.2º 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 #CD20BE is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 190 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.20 |
| HSL | 305.2º | 0.73% | 0.46% | - |
| HSV(B) | 305.2º | 0.84% | 0.8% | - |
| XYZ | 34.99 | 17.73 | 50.29 | - |
| YUV | 101.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 190 | 0 | 0.84 | 0.07 | 0.20 | 305.2 | 0.73 | 0.46 |
| Hex | CD | 20 | BE | 0 | 54 | 7 | 14 | 131 | 49 | 2E |
| Octal | 315 | 40 | 276 | 0 | 124 | 7 | 24 | 461 | 111 | 56 |
| Binary | 11001101 | 100000 | 10111110 | 0 | 1010100 | 111 | 10100 | 100110001 | 1001001 | 101110 |
Color Harmonies of #CD20BE
Complementary color
Monochromatic Colors of #CD20BE
Black with #CD20BE
Text Example
Text Example
White with #CD20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20BE; }
p { color: rgb(205,32,190); }
H1.HeaderClassName
{
color: #CD20BE;
}
.AnyTagClassName
{
color: #CD20BE;
}
</style>
background-color css
<style>
a { background-color: #CD20BE; }
a { background-color: rgb(205,32,190); }
div.DivClassName
{
background-color: #CD20BE;
}
.BgClassName
{
background-color: #CD20BE;
}
</style>
border-color css
<style>
span { border-color: #CD20BE; }
span { border-color: rgb(205,32,190); }
td.TdClassName
{
border-color: #CD20BE;
}
.TagClassName
{
border-color: #CD20BE;
}
</style>