Shades of Deep Magenta #CD28C8
Tints of Deep Magenta #CD28C8
RGB
CMYK
RGB Variations
Color information
#CD28C8 (or 0xCD28C8) is known color: Deep Magenta. HEX triplet: CD, 28 and C8. RGB value is (205,40,200). Sum of RGB (Red+Green+Blue) = 205+40+200=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28C8 is #32D737. Grayscale: #6B6B6B. Windows color (decimal): -3331896 or 13117645. OLE color: 13117645.
HSL color Cylindrical-coordinate representation of color #CD28C8: hue angle of 301.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD28C8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 200 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.20 |
| HSL | 301.82º | 0.67% | 0.48% | - |
| HSV(B) | 301.82º | 0.8% | 0.8% | - |
| XYZ | 36.36 | 18.67 | 56.33 | - |
| YUV | 107.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 200 | 0 | 0.80 | 0.02 | 0.20 | 301.82 | 0.67 | 0.48 |
| Hex | CD | 28 | C8 | 0 | 50 | 2 | 14 | 12E | 43 | 30 |
| Octal | 315 | 50 | 310 | 0 | 120 | 2 | 24 | 456 | 103 | 60 |
| Binary | 11001101 | 101000 | 11001000 | 0 | 1010000 | 10 | 10100 | 100101110 | 1000011 | 110000 |
Color Harmonies of #CD28C8
Complementary color
Monochromatic Colors of #CD28C8
Black with #CD28C8
Text Example
Text Example
White with #CD28C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28C8; }
p { color: rgb(205,40,200); }
H1.HeaderClassName
{
color: #CD28C8;
}
.AnyTagClassName
{
color: #CD28C8;
}
</style>
background-color css
<style>
a { background-color: #CD28C8; }
a { background-color: rgb(205,40,200); }
div.DivClassName
{
background-color: #CD28C8;
}
.BgClassName
{
background-color: #CD28C8;
}
</style>
border-color css
<style>
span { border-color: #CD28C8; }
span { border-color: rgb(205,40,200); }
td.TdClassName
{
border-color: #CD28C8;
}
.TagClassName
{
border-color: #CD28C8;
}
</style>