Shades of Deep Magenta #D50CCC
Tints of Deep Magenta #D50CCC
RGB
CMYK
RGB Variations
Color information
#D50CCC (or 0xD50CCC) is known color: Deep Magenta. HEX triplet: D5, 0C and CC. RGB value is (213,12,204). Sum of RGB (Red+Green+Blue) = 213+12+204=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CCC is #2AF333. Grayscale: #5D5D5D. Windows color (decimal): -2814772 or 13372629. OLE color: 13372629.
HSL color Cylindrical-coordinate representation of color #D50CCC: hue angle of 302.69º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CCC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 204 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.16 |
| HSL | 302.69º | 0.89% | 0.44% | - |
| HSV(B) | 302.69º | 0.94% | 0.84% | - |
| XYZ | 38.47 | 18.77 | 58.72 | - |
| YUV | 93.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 204 | 0 | 0.94 | 0.04 | 0.16 | 302.69 | 0.89 | 0.44 |
| Hex | D5 | C | CC | 0 | 5E | 4 | 10 | 12F | 59 | 2C |
| Octal | 325 | 14 | 314 | 0 | 136 | 4 | 20 | 457 | 131 | 54 |
| Binary | 11010101 | 1100 | 11001100 | 0 | 1011110 | 100 | 10000 | 100101111 | 1011001 | 101100 |
Color Harmonies of #D50CCC
Complementary color
Monochromatic Colors of #D50CCC
Black with #D50CCC
Text Example
Text Example
White with #D50CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CCC; }
p { color: rgb(213,12,204); }
H1.HeaderClassName
{
color: #D50CCC;
}
.AnyTagClassName
{
color: #D50CCC;
}
</style>
background-color css
<style>
a { background-color: #D50CCC; }
a { background-color: rgb(213,12,204); }
div.DivClassName
{
background-color: #D50CCC;
}
.BgClassName
{
background-color: #D50CCC;
}
</style>
border-color css
<style>
span { border-color: #D50CCC; }
span { border-color: rgb(213,12,204); }
td.TdClassName
{
border-color: #D50CCC;
}
.TagClassName
{
border-color: #D50CCC;
}
</style>