Shades of Deep Magenta #CD28D0
Tints of Deep Magenta #CD28D0
RGB
CMYK
RGB Variations
Color information
#CD28D0 (or 0xCD28D0) is known color: Deep Magenta. HEX triplet: CD, 28 and D0. RGB value is (205,40,208). Sum of RGB (Red+Green+Blue) = 205+40+208=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD28D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28D0 is #32D72F. Grayscale: #6B6B6B. Windows color (decimal): -3331888 or 13641933. OLE color: 13641933.
HSL color Cylindrical-coordinate representation of color #CD28D0: hue angle of 298.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD28D0 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 40 | 208 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.18 |
| HSL | 298.93º | 0.68% | 0.49% | - |
| HSV(B) | 298.93º | 0.81% | 0.82% | - |
| XYZ | 37.32 | 19.05 | 61.38 | - |
| YUV | 108.49 | 184.16 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 208 | 0.01 | 0.81 | 0 | 0.18 | 298.93 | 0.68 | 0.49 |
| Hex | CD | 28 | D0 | 1 | 51 | 0 | 12 | 12B | 44 | 31 |
| Octal | 315 | 50 | 320 | 1 | 121 | 0 | 22 | 453 | 104 | 61 |
| Binary | 11001101 | 101000 | 11010000 | 1 | 1010001 | 0 | 10010 | 100101011 | 1000100 | 110001 |
Color Harmonies of #CD28D0
Complementary color
Monochromatic Colors of #CD28D0
Black with #CD28D0
Text Example
Text Example
White with #CD28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28D0; }
p { color: rgb(205,40,208); }
H1.HeaderClassName
{
color: #CD28D0;
}
.AnyTagClassName
{
color: #CD28D0;
}
</style>
background-color css
<style>
a { background-color: #CD28D0; }
a { background-color: rgb(205,40,208); }
div.DivClassName
{
background-color: #CD28D0;
}
.BgClassName
{
background-color: #CD28D0;
}
</style>
border-color css
<style>
span { border-color: #CD28D0; }
span { border-color: rgb(205,40,208); }
td.TdClassName
{
border-color: #CD28D0;
}
.TagClassName
{
border-color: #CD28D0;
}
</style>