Shades of Deep Magenta #CD28DF
Tints of Deep Magenta #CD28DF
RGB
CMYK
RGB Variations
Color information
#CD28DF (or 0xCD28DF) is known color: Deep Magenta. HEX triplet: CD, 28 and DF. RGB value is (205,40,223). Sum of RGB (Red+Green+Blue) = 205+40+223=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD28DF is #32D720. Grayscale: #6D6D6D. Windows color (decimal): -3331873 or 14624973. OLE color: 14624973.
HSL color Cylindrical-coordinate representation of color #CD28DF: hue angle of 294.1º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD28DF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 40 | 223 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.13 |
| HSL | 294.1º | 0.74% | 0.52% | - |
| HSV(B) | 294.1º | 0.82% | 0.87% | - |
| XYZ | 39.25 | 19.82 | 71.57 | - |
| YUV | 110.2 | 191.66 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 40 | 223 | 0.08 | 0.82 | 0 | 0.13 | 294.1 | 0.74 | 0.52 |
| Hex | CD | 28 | DF | 8 | 52 | 0 | D | 126 | 4A | 34 |
| Octal | 315 | 50 | 337 | 10 | 122 | 0 | 15 | 446 | 112 | 64 |
| Binary | 11001101 | 101000 | 11011111 | 1000 | 1010010 | 0 | 1101 | 100100110 | 1001010 | 110100 |
Color Harmonies of #CD28DF
Complementary color
Monochromatic Colors of #CD28DF
Black with #CD28DF
Text Example
Text Example
White with #CD28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD28DF; }
p { color: rgb(205,40,223); }
H1.HeaderClassName
{
color: #CD28DF;
}
.AnyTagClassName
{
color: #CD28DF;
}
</style>
background-color css
<style>
a { background-color: #CD28DF; }
a { background-color: rgb(205,40,223); }
div.DivClassName
{
background-color: #CD28DF;
}
.BgClassName
{
background-color: #CD28DF;
}
</style>
border-color css
<style>
span { border-color: #CD28DF; }
span { border-color: rgb(205,40,223); }
td.TdClassName
{
border-color: #CD28DF;
}
.TagClassName
{
border-color: #CD28DF;
}
</style>