Shades of Deep Magenta #CD0CDF
Tints of Deep Magenta #CD0CDF
RGB
CMYK
RGB Variations
Color information
#CD0CDF (or 0xCD0CDF) is known color: Deep Magenta. HEX triplet: CD, 0C and DF. RGB value is (205,12,223). Sum of RGB (Red+Green+Blue) = 205+12+223=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CDF is #32F320. Grayscale: #5D5D5D. Windows color (decimal): -3339041 or 14617805. OLE color: 14617805.
HSL color Cylindrical-coordinate representation of color #CD0CDF: hue angle of 294.88º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0CDF is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 12 | 223 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.13 |
| HSL | 294.88º | 0.9% | 0.46% | - |
| HSV(B) | 294.88º | 0.95% | 0.87% | - |
| XYZ | 38.63 | 18.57 | 71.36 | - |
| YUV | 93.76 | 200.94 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 223 | 0.08 | 0.95 | 0 | 0.13 | 294.88 | 0.9 | 0.46 |
| Hex | CD | C | DF | 8 | 5F | 0 | D | 127 | 5A | 2E |
| Octal | 315 | 14 | 337 | 10 | 137 | 0 | 15 | 447 | 132 | 56 |
| Binary | 11001101 | 1100 | 11011111 | 1000 | 1011111 | 0 | 1101 | 100100111 | 1011010 | 101110 |
Color Harmonies of #CD0CDF
Complementary color
Monochromatic Colors of #CD0CDF
Black with #CD0CDF
Text Example
Text Example
White with #CD0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CDF; }
p { color: rgb(205,12,223); }
H1.HeaderClassName
{
color: #CD0CDF;
}
.AnyTagClassName
{
color: #CD0CDF;
}
</style>
background-color css
<style>
a { background-color: #CD0CDF; }
a { background-color: rgb(205,12,223); }
div.DivClassName
{
background-color: #CD0CDF;
}
.BgClassName
{
background-color: #CD0CDF;
}
</style>
border-color css
<style>
span { border-color: #CD0CDF; }
span { border-color: rgb(205,12,223); }
td.TdClassName
{
border-color: #CD0CDF;
}
.TagClassName
{
border-color: #CD0CDF;
}
</style>