Shades of Deep Magenta #CD28D6
Tints of Deep Magenta #CD28D6
RGB
CMYK
RGB Variations
Color information
#CD28D6 (or 0xCD28D6) is known color: Deep Magenta. HEX triplet: CD, 28 and D6. RGB value is (205,40,214). Sum of RGB (Red+Green+Blue) = 205+40+214=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD28D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28D6 is #32D729. Grayscale: #6C6C6C. Windows color (decimal): -3331882 or 14035149. OLE color: 14035149.
HSL color Cylindrical-coordinate representation of color #CD28D6: hue angle of 296.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD28D6 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 40 | 214 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.16 |
| HSL | 296.9º | 0.69% | 0.5% | - |
| HSV(B) | 296.9º | 0.81% | 0.84% | - |
| XYZ | 38.07 | 19.35 | 65.35 | - |
| YUV | 109.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 214 | 0.04 | 0.81 | 0 | 0.16 | 296.9 | 0.69 | 0.5 |
| Hex | CD | 28 | D6 | 4 | 51 | 0 | 10 | 129 | 45 | 32 |
| Octal | 315 | 50 | 326 | 4 | 121 | 0 | 20 | 451 | 105 | 62 |
| Binary | 11001101 | 101000 | 11010110 | 100 | 1010001 | 0 | 10000 | 100101001 | 1000101 | 110010 |
Color Harmonies of #CD28D6
Complementary color
Monochromatic Colors of #CD28D6
Black with #CD28D6
Text Example
Text Example
White with #CD28D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28D6; }
p { color: rgb(205,40,214); }
H1.HeaderClassName
{
color: #CD28D6;
}
.AnyTagClassName
{
color: #CD28D6;
}
</style>
background-color css
<style>
a { background-color: #CD28D6; }
a { background-color: rgb(205,40,214); }
div.DivClassName
{
background-color: #CD28D6;
}
.BgClassName
{
background-color: #CD28D6;
}
</style>
border-color css
<style>
span { border-color: #CD28D6; }
span { border-color: rgb(205,40,214); }
td.TdClassName
{
border-color: #CD28D6;
}
.TagClassName
{
border-color: #CD28D6;
}
</style>