Shades of Deep Magenta #D50CBC
Tints of Deep Magenta #D50CBC
RGB
CMYK
RGB Variations
Color information
#D50CBC (or 0xD50CBC) is known color: Deep Magenta. HEX triplet: D5, 0C and BC. RGB value is (213,12,188). Sum of RGB (Red+Green+Blue) = 213+12+188=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CBC is #2AF343. Grayscale: #5B5B5B. Windows color (decimal): -2814788 or 12324053. OLE color: 12324053.
HSL color Cylindrical-coordinate representation of color #D50CBC: hue angle of 307.46º 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 #D50CBC is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.16 |
| HSL | 307.46º | 0.89% | 0.44% | - |
| HSV(B) | 307.46º | 0.94% | 0.84% | - |
| XYZ | 36.65 | 18.04 | 49.13 | - |
| YUV | 92.16 | 182.09 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 188 | 0 | 0.94 | 0.12 | 0.16 | 307.46 | 0.89 | 0.44 |
| Hex | D5 | C | BC | 0 | 5E | C | 10 | 133 | 59 | 2C |
| Octal | 325 | 14 | 274 | 0 | 136 | 14 | 20 | 463 | 131 | 54 |
| Binary | 11010101 | 1100 | 10111100 | 0 | 1011110 | 1100 | 10000 | 100110011 | 1011001 | 101100 |
Color Harmonies of #D50CBC
Complementary color
Monochromatic Colors of #D50CBC
Black with #D50CBC
Text Example
Text Example
White with #D50CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CBC; }
p { color: rgb(213,12,188); }
H1.HeaderClassName
{
color: #D50CBC;
}
.AnyTagClassName
{
color: #D50CBC;
}
</style>
background-color css
<style>
a { background-color: #D50CBC; }
a { background-color: rgb(213,12,188); }
div.DivClassName
{
background-color: #D50CBC;
}
.BgClassName
{
background-color: #D50CBC;
}
</style>
border-color css
<style>
span { border-color: #D50CBC; }
span { border-color: rgb(213,12,188); }
td.TdClassName
{
border-color: #D50CBC;
}
.TagClassName
{
border-color: #D50CBC;
}
</style>