Shades of Deep Magenta #CD28C5
Tints of Deep Magenta #CD28C5
RGB
CMYK
RGB Variations
Color information
#CD28C5 (or 0xCD28C5) is known color: Deep Magenta. HEX triplet: CD, 28 and C5. RGB value is (205,40,197). Sum of RGB (Red+Green+Blue) = 205+40+197=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28C5 is #32D73A. Grayscale: #6A6A6A. Windows color (decimal): -3331899 or 12921037. OLE color: 12921037.
HSL color Cylindrical-coordinate representation of color #CD28C5: hue angle of 302.91º 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 #CD28C5 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 197 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.20 |
| HSL | 302.91º | 0.67% | 0.48% | - |
| HSV(B) | 302.91º | 0.8% | 0.8% | - |
| XYZ | 36.01 | 18.53 | 54.5 | - |
| YUV | 107.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 197 | 0 | 0.80 | 0.04 | 0.20 | 302.91 | 0.67 | 0.48 |
| Hex | CD | 28 | C5 | 0 | 50 | 4 | 14 | 12F | 43 | 30 |
| Octal | 315 | 50 | 305 | 0 | 120 | 4 | 24 | 457 | 103 | 60 |
| Binary | 11001101 | 101000 | 11000101 | 0 | 1010000 | 100 | 10100 | 100101111 | 1000011 | 110000 |
Color Harmonies of #CD28C5
Complementary color
Monochromatic Colors of #CD28C5
Black with #CD28C5
Text Example
Text Example
White with #CD28C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28C5; }
p { color: rgb(205,40,197); }
H1.HeaderClassName
{
color: #CD28C5;
}
.AnyTagClassName
{
color: #CD28C5;
}
</style>
background-color css
<style>
a { background-color: #CD28C5; }
a { background-color: rgb(205,40,197); }
div.DivClassName
{
background-color: #CD28C5;
}
.BgClassName
{
background-color: #CD28C5;
}
</style>
border-color css
<style>
span { border-color: #CD28C5; }
span { border-color: rgb(205,40,197); }
td.TdClassName
{
border-color: #CD28C5;
}
.TagClassName
{
border-color: #CD28C5;
}
</style>