Shades of Deep Magenta #D70CCC
Tints of Deep Magenta #D70CCC
RGB
CMYK
RGB Variations
Color information
#D70CCC (or 0xD70CCC) is known color: Deep Magenta. HEX triplet: D7, 0C and CC. RGB value is (215,12,204). Sum of RGB (Red+Green+Blue) = 215+12+204=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CCC is #28F333. Grayscale: #5E5E5E. Windows color (decimal): -2683700 or 13372631. OLE color: 13372631.
HSL color Cylindrical-coordinate representation of color #D70CCC: hue angle of 303.25º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70CCC is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 204 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.16 |
| HSL | 303.25º | 0.89% | 0.45% | - |
| HSV(B) | 303.25º | 0.94% | 0.84% | - |
| XYZ | 39.05 | 19.07 | 58.75 | - |
| YUV | 94.59 | 189.75 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 204 | 0 | 0.94 | 0.05 | 0.16 | 303.25 | 0.89 | 0.45 |
| Hex | D7 | C | CC | 0 | 5E | 5 | 10 | 12F | 59 | 2D |
| Octal | 327 | 14 | 314 | 0 | 136 | 5 | 20 | 457 | 131 | 55 |
| Binary | 11010111 | 1100 | 11001100 | 0 | 1011110 | 101 | 10000 | 100101111 | 1011001 | 101101 |
Color Harmonies of #D70CCC
Complementary color
Monochromatic Colors of #D70CCC
Black with #D70CCC
Text Example
Text Example
White with #D70CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CCC; }
p { color: rgb(215,12,204); }
H1.HeaderClassName
{
color: #D70CCC;
}
.AnyTagClassName
{
color: #D70CCC;
}
</style>
background-color css
<style>
a { background-color: #D70CCC; }
a { background-color: rgb(215,12,204); }
div.DivClassName
{
background-color: #D70CCC;
}
.BgClassName
{
background-color: #D70CCC;
}
</style>
border-color css
<style>
span { border-color: #D70CCC; }
span { border-color: rgb(215,12,204); }
td.TdClassName
{
border-color: #D70CCC;
}
.TagClassName
{
border-color: #D70CCC;
}
</style>