Shades of Deep Magenta #CD18D4
Tints of Deep Magenta #CD18D4
RGB
CMYK
RGB Variations
Color information
#CD18D4 (or 0xCD18D4) is known color: Deep Magenta. HEX triplet: CD, 18 and D4. RGB value is (205,24,212). Sum of RGB (Red+Green+Blue) = 205+24+212=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 212 (83.20% from 255 or 48.07% from 441); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD18D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18D4 is #32E72B. Grayscale: #626262. Windows color (decimal): -3335980 or 13899981. OLE color: 13899981.
HSL color Cylindrical-coordinate representation of color #CD18D4: hue angle of 297.77º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD18D4 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 24 | 212 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.17 |
| HSL | 297.77º | 0.8% | 0.46% | - |
| HSV(B) | 297.77º | 0.89% | 0.83% | - |
| XYZ | 37.39 | 18.39 | 63.87 | - |
| YUV | 99.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 212 | 0.03 | 0.89 | 0 | 0.17 | 297.77 | 0.8 | 0.46 |
| Hex | CD | 18 | D4 | 3 | 59 | 0 | 11 | 12A | 50 | 2E |
| Octal | 315 | 30 | 324 | 3 | 131 | 0 | 21 | 452 | 120 | 56 |
| Binary | 11001101 | 11000 | 11010100 | 11 | 1011001 | 0 | 10001 | 100101010 | 1010000 | 101110 |
Color Harmonies of #CD18D4
Complementary color
Monochromatic Colors of #CD18D4
Black with #CD18D4
Text Example
Text Example
White with #CD18D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD18D4; }
p { color: rgb(205,24,212); }
H1.HeaderClassName
{
color: #CD18D4;
}
.AnyTagClassName
{
color: #CD18D4;
}
</style>
background-color css
<style>
a { background-color: #CD18D4; }
a { background-color: rgb(205,24,212); }
div.DivClassName
{
background-color: #CD18D4;
}
.BgClassName
{
background-color: #CD18D4;
}
</style>
border-color css
<style>
span { border-color: #CD18D4; }
span { border-color: rgb(205,24,212); }
td.TdClassName
{
border-color: #CD18D4;
}
.TagClassName
{
border-color: #CD18D4;
}
</style>