Shades of Deep Magenta #CD18C5
Tints of Deep Magenta #CD18C5
RGB
CMYK
RGB Variations
Color information
#CD18C5 (or 0xCD18C5) is known color: Deep Magenta. HEX triplet: CD, 18 and C5. RGB value is (205,24,197). Sum of RGB (Red+Green+Blue) = 205+24+197=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD18C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD18C5 is #32E73A. Grayscale: #616161. Windows color (decimal): -3335995 or 12916941. OLE color: 12916941.
HSL color Cylindrical-coordinate representation of color #CD18C5: hue angle of 302.65º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD18C5 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 24 | 197 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.20 |
| HSL | 302.65º | 0.79% | 0.45% | - |
| HSV(B) | 302.65º | 0.88% | 0.8% | - |
| XYZ | 35.58 | 17.66 | 54.36 | - |
| YUV | 97.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 197 | 0 | 0.88 | 0.04 | 0.20 | 302.65 | 0.79 | 0.45 |
| Hex | CD | 18 | C5 | 0 | 58 | 4 | 14 | 12F | 4F | 2D |
| Octal | 315 | 30 | 305 | 0 | 130 | 4 | 24 | 457 | 117 | 55 |
| Binary | 11001101 | 11000 | 11000101 | 0 | 1011000 | 100 | 10100 | 100101111 | 1001111 | 101101 |
Color Harmonies of #CD18C5
Complementary color
Monochromatic Colors of #CD18C5
Black with #CD18C5
Text Example
Text Example
White with #CD18C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD18C5; }
p { color: rgb(205,24,197); }
H1.HeaderClassName
{
color: #CD18C5;
}
.AnyTagClassName
{
color: #CD18C5;
}
</style>
background-color css
<style>
a { background-color: #CD18C5; }
a { background-color: rgb(205,24,197); }
div.DivClassName
{
background-color: #CD18C5;
}
.BgClassName
{
background-color: #CD18C5;
}
</style>
border-color css
<style>
span { border-color: #CD18C5; }
span { border-color: rgb(205,24,197); }
td.TdClassName
{
border-color: #CD18C5;
}
.TagClassName
{
border-color: #CD18C5;
}
</style>