Shades of Deep Magenta #CD28C3
Tints of Deep Magenta #CD28C3
RGB
CMYK
RGB Variations
Color information
#CD28C3 (or 0xCD28C3) is known color: Deep Magenta. HEX triplet: CD, 28 and C3. RGB value is (205,40,195). Sum of RGB (Red+Green+Blue) = 205+40+195=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD28C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28C3 is #32D73C. Grayscale: #6A6A6A. Windows color (decimal): -3331901 or 12789965. OLE color: 12789965.
HSL color Cylindrical-coordinate representation of color #CD28C3: hue angle of 303.64º 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 #CD28C3 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 40 | 195 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.20 |
| HSL | 303.64º | 0.67% | 0.48% | - |
| HSV(B) | 303.64º | 0.8% | 0.8% | - |
| XYZ | 35.79 | 18.44 | 53.3 | - |
| YUV | 107.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 195 | 0 | 0.80 | 0.05 | 0.20 | 303.64 | 0.67 | 0.48 |
| Hex | CD | 28 | C3 | 0 | 50 | 5 | 14 | 130 | 43 | 30 |
| Octal | 315 | 50 | 303 | 0 | 120 | 5 | 24 | 460 | 103 | 60 |
| Binary | 11001101 | 101000 | 11000011 | 0 | 1010000 | 101 | 10100 | 100110000 | 1000011 | 110000 |
Color Harmonies of #CD28C3
Complementary color
Monochromatic Colors of #CD28C3
Black with #CD28C3
Text Example
Text Example
White with #CD28C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28C3; }
p { color: rgb(205,40,195); }
H1.HeaderClassName
{
color: #CD28C3;
}
.AnyTagClassName
{
color: #CD28C3;
}
</style>
background-color css
<style>
a { background-color: #CD28C3; }
a { background-color: rgb(205,40,195); }
div.DivClassName
{
background-color: #CD28C3;
}
.BgClassName
{
background-color: #CD28C3;
}
</style>
border-color css
<style>
span { border-color: #CD28C3; }
span { border-color: rgb(205,40,195); }
td.TdClassName
{
border-color: #CD28C3;
}
.TagClassName
{
border-color: #CD28C3;
}
</style>