Shades of Deep Magenta #D30CBC
Tints of Deep Magenta #D30CBC
RGB
CMYK
RGB Variations
Color information
#D30CBC (or 0xD30CBC) is known color: Deep Magenta. HEX triplet: D3, 0C and BC. RGB value is (211,12,188). Sum of RGB (Red+Green+Blue) = 211+12+188=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CBC is #2CF343. Grayscale: #5B5B5B. Windows color (decimal): -2945860 or 12324051. OLE color: 12324051.
HSL color Cylindrical-coordinate representation of color #D30CBC: hue angle of 306.93º 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 #D30CBC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.17 |
| HSL | 306.93º | 0.89% | 0.44% | - |
| HSV(B) | 306.93º | 0.94% | 0.83% | - |
| XYZ | 36.07 | 17.74 | 49.1 | - |
| YUV | 91.57 | 182.43 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 188 | 0 | 0.94 | 0.11 | 0.17 | 306.93 | 0.89 | 0.44 |
| Hex | D3 | C | BC | 0 | 5E | B | 11 | 133 | 59 | 2C |
| Octal | 323 | 14 | 274 | 0 | 136 | 13 | 21 | 463 | 131 | 54 |
| Binary | 11010011 | 1100 | 10111100 | 0 | 1011110 | 1011 | 10001 | 100110011 | 1011001 | 101100 |
Color Harmonies of #D30CBC
Complementary color
Monochromatic Colors of #D30CBC
Black with #D30CBC
Text Example
Text Example
White with #D30CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30CBC; }
p { color: rgb(211,12,188); }
H1.HeaderClassName
{
color: #D30CBC;
}
.AnyTagClassName
{
color: #D30CBC;
}
</style>
background-color css
<style>
a { background-color: #D30CBC; }
a { background-color: rgb(211,12,188); }
div.DivClassName
{
background-color: #D30CBC;
}
.BgClassName
{
background-color: #D30CBC;
}
</style>
border-color css
<style>
span { border-color: #D30CBC; }
span { border-color: rgb(211,12,188); }
td.TdClassName
{
border-color: #D30CBC;
}
.TagClassName
{
border-color: #D30CBC;
}
</style>