Shades of Deep Magenta #D30CCC
Tints of Deep Magenta #D30CCC
RGB
CMYK
RGB Variations
Color information
#D30CCC (or 0xD30CCC) is known color: Deep Magenta. HEX triplet: D3, 0C and CC. RGB value is (211,12,204). Sum of RGB (Red+Green+Blue) = 211+12+204=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CCC is #2CF333. Grayscale: #5C5C5C. Windows color (decimal): -2945844 or 13372627. OLE color: 13372627.
HSL color Cylindrical-coordinate representation of color #D30CCC: hue angle of 302.11º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30CCC is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 12 | 204 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.17 |
| HSL | 302.11º | 0.89% | 0.44% | - |
| HSV(B) | 302.11º | 0.94% | 0.83% | - |
| XYZ | 37.89 | 18.47 | 58.69 | - |
| YUV | 93.39 | 190.43 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 204 | 0 | 0.94 | 0.03 | 0.17 | 302.11 | 0.89 | 0.44 |
| Hex | D3 | C | CC | 0 | 5E | 3 | 11 | 12E | 59 | 2C |
| Octal | 323 | 14 | 314 | 0 | 136 | 3 | 21 | 456 | 131 | 54 |
| Binary | 11010011 | 1100 | 11001100 | 0 | 1011110 | 11 | 10001 | 100101110 | 1011001 | 101100 |
Color Harmonies of #D30CCC
Complementary color
Monochromatic Colors of #D30CCC
Black with #D30CCC
Text Example
Text Example
White with #D30CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30CCC; }
p { color: rgb(211,12,204); }
H1.HeaderClassName
{
color: #D30CCC;
}
.AnyTagClassName
{
color: #D30CCC;
}
</style>
background-color css
<style>
a { background-color: #D30CCC; }
a { background-color: rgb(211,12,204); }
div.DivClassName
{
background-color: #D30CCC;
}
.BgClassName
{
background-color: #D30CCC;
}
</style>
border-color css
<style>
span { border-color: #D30CCC; }
span { border-color: rgb(211,12,204); }
td.TdClassName
{
border-color: #D30CCC;
}
.TagClassName
{
border-color: #D30CCC;
}
</style>