Shades of Deep Magenta #CD12CE
Tints of Deep Magenta #CD12CE
RGB
CMYK
RGB Variations
Color information
#CD12CE (or 0xCD12CE) is known color: Deep Magenta. HEX triplet: CD, 12 and CE. RGB value is (205,18,206). Sum of RGB (Red+Green+Blue) = 205+18+206=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD12CE is #32ED31. Grayscale: #5E5E5E. Windows color (decimal): -3337522 or 13505229. OLE color: 13505229.
HSL color Cylindrical-coordinate representation of color #CD12CE: hue angle of 299.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD12CE is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 18 | 206 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.19 |
| HSL | 299.68º | 0.84% | 0.44% | - |
| HSV(B) | 299.68º | 0.91% | 0.81% | - |
| XYZ | 36.53 | 17.87 | 59.92 | - |
| YUV | 95.35 | 190.45 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 206 | 0.00 | 0.91 | 0 | 0.19 | 299.68 | 0.84 | 0.44 |
| Hex | CD | 12 | CE | 0 | 5B | 0 | 13 | 12C | 54 | 2C |
| Octal | 315 | 22 | 316 | 0 | 133 | 0 | 23 | 454 | 124 | 54 |
| Binary | 11001101 | 10010 | 11001110 | 0 | 1011011 | 0 | 10011 | 100101100 | 1010100 | 101100 |
Color Harmonies of #CD12CE
Complementary color
Monochromatic Colors of #CD12CE
Black with #CD12CE
Text Example
Text Example
White with #CD12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD12CE; }
p { color: rgb(205,18,206); }
H1.HeaderClassName
{
color: #CD12CE;
}
.AnyTagClassName
{
color: #CD12CE;
}
</style>
background-color css
<style>
a { background-color: #CD12CE; }
a { background-color: rgb(205,18,206); }
div.DivClassName
{
background-color: #CD12CE;
}
.BgClassName
{
background-color: #CD12CE;
}
</style>
border-color css
<style>
span { border-color: #CD12CE; }
span { border-color: rgb(205,18,206); }
td.TdClassName
{
border-color: #CD12CE;
}
.TagClassName
{
border-color: #CD12CE;
}
</style>