Shades of Deep Magenta #D01CBC
Tints of Deep Magenta #D01CBC
RGB
CMYK
RGB Variations
Color information
#D01CBC (or 0xD01CBC) is known color: Deep Magenta. HEX triplet: D0, 1C and BC. RGB value is (208,28,188). Sum of RGB (Red+Green+Blue) = 208+28+188=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CBC is #2FE343. Grayscale: #636363. Windows color (decimal): -3138372 or 12328144. OLE color: 12328144.
HSL color Cylindrical-coordinate representation of color #D01CBC: hue angle of 306.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CBC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 188 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.18 |
| HSL | 306.67º | 0.76% | 0.46% | - |
| HSV(B) | 306.67º | 0.87% | 0.82% | - |
| XYZ | 35.5 | 17.87 | 49.16 | - |
| YUV | 100.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 188 | 0 | 0.87 | 0.10 | 0.18 | 306.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | BC | 0 | 57 | A | 12 | 133 | 4C | 2E |
| Octal | 320 | 34 | 274 | 0 | 127 | 12 | 22 | 463 | 114 | 56 |
| Binary | 11010000 | 11100 | 10111100 | 0 | 1010111 | 1010 | 10010 | 100110011 | 1001100 | 101110 |
Color Harmonies of #D01CBC
Complementary color
Monochromatic Colors of #D01CBC
Black with #D01CBC
Text Example
Text Example
White with #D01CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CBC; }
p { color: rgb(208,28,188); }
H1.HeaderClassName
{
color: #D01CBC;
}
.AnyTagClassName
{
color: #D01CBC;
}
</style>
background-color css
<style>
a { background-color: #D01CBC; }
a { background-color: rgb(208,28,188); }
div.DivClassName
{
background-color: #D01CBC;
}
.BgClassName
{
background-color: #D01CBC;
}
</style>
border-color css
<style>
span { border-color: #D01CBC; }
span { border-color: rgb(208,28,188); }
td.TdClassName
{
border-color: #D01CBC;
}
.TagClassName
{
border-color: #D01CBC;
}
</style>