Shades of Deep Magenta #CD0CE6
Tints of Deep Magenta #CD0CE6
RGB
CMYK
RGB Variations
Color information
#CD0CE6 (or 0xCD0CE6) is known color: Deep Magenta. HEX triplet: CD, 0C and E6. RGB value is (205,12,230). Sum of RGB (Red+Green+Blue) = 205+12+230=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD0CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD0CE6 is #32F319. Grayscale: #5D5D5D. Windows color (decimal): -3339034 or 15076557. OLE color: 15076557.
HSL color Cylindrical-coordinate representation of color #CD0CE6: hue angle of 293.12º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CE6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 12 | 230 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.10 |
| HSL | 293.12º | 0.9% | 0.47% | - |
| HSV(B) | 293.12º | 0.95% | 0.9% | - |
| XYZ | 39.59 | 18.96 | 76.43 | - |
| YUV | 94.56 | 204.44 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 230 | 0.11 | 0.95 | 0 | 0.10 | 293.12 | 0.9 | 0.47 |
| Hex | CD | C | E6 | B | 5F | 0 | A | 125 | 5A | 2F |
| Octal | 315 | 14 | 346 | 13 | 137 | 0 | 12 | 445 | 132 | 57 |
| Binary | 11001101 | 1100 | 11100110 | 1011 | 1011111 | 0 | 1010 | 100100101 | 1011010 | 101111 |
Color Harmonies of #CD0CE6
Complementary color
Monochromatic Colors of #CD0CE6
Black with #CD0CE6
Text Example
Text Example
White with #CD0CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CE6; }
p { color: rgb(205,12,230); }
H1.HeaderClassName
{
color: #CD0CE6;
}
.AnyTagClassName
{
color: #CD0CE6;
}
</style>
background-color css
<style>
a { background-color: #CD0CE6; }
a { background-color: rgb(205,12,230); }
div.DivClassName
{
background-color: #CD0CE6;
}
.BgClassName
{
background-color: #CD0CE6;
}
</style>
border-color css
<style>
span { border-color: #CD0CE6; }
span { border-color: rgb(205,12,230); }
td.TdClassName
{
border-color: #CD0CE6;
}
.TagClassName
{
border-color: #CD0CE6;
}
</style>