Shades of Deep Magenta #CD0FD2
Tints of Deep Magenta #CD0FD2
RGB
CMYK
RGB Variations
Color information
#CD0FD2 (or 0xCD0FD2) is known color: Deep Magenta. HEX triplet: CD, 0F and D2. RGB value is (205,15,210). Sum of RGB (Red+Green+Blue) = 205+15+210=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #CD0FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0FD2 is #32F02D. Grayscale: #5D5D5D. Windows color (decimal): -3338286 or 13766605. OLE color: 13766605.
HSL color Cylindrical-coordinate representation of color #CD0FD2: hue angle of 298.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD0FD2 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 15 | 210 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.18 |
| HSL | 298.46º | 0.87% | 0.44% | - |
| HSV(B) | 298.46º | 0.93% | 0.82% | - |
| XYZ | 36.98 | 17.97 | 62.49 | - |
| YUV | 94.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 15 | 210 | 0.02 | 0.93 | 0 | 0.18 | 298.46 | 0.87 | 0.44 |
| Hex | CD | F | D2 | 2 | 5D | 0 | 12 | 12A | 57 | 2C |
| Octal | 315 | 17 | 322 | 2 | 135 | 0 | 22 | 452 | 127 | 54 |
| Binary | 11001101 | 1111 | 11010010 | 10 | 1011101 | 0 | 10010 | 100101010 | 1010111 | 101100 |
Color Harmonies of #CD0FD2
Complementary color
Monochromatic Colors of #CD0FD2
Black with #CD0FD2
Text Example
Text Example
White with #CD0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0FD2; }
p { color: rgb(205,15,210); }
H1.HeaderClassName
{
color: #CD0FD2;
}
.AnyTagClassName
{
color: #CD0FD2;
}
</style>
background-color css
<style>
a { background-color: #CD0FD2; }
a { background-color: rgb(205,15,210); }
div.DivClassName
{
background-color: #CD0FD2;
}
.BgClassName
{
background-color: #CD0FD2;
}
</style>
border-color css
<style>
span { border-color: #CD0FD2; }
span { border-color: rgb(205,15,210); }
td.TdClassName
{
border-color: #CD0FD2;
}
.TagClassName
{
border-color: #CD0FD2;
}
</style>