Shades of Deep Magenta #D01CCB
Tints of Deep Magenta #D01CCB
RGB
CMYK
RGB Variations
Color information
#D01CCB (or 0xD01CCB) is known color: Deep Magenta. HEX triplet: D0, 1C and CB. RGB value is (208,28,203). Sum of RGB (Red+Green+Blue) = 208+28+203=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CCB is #2FE334. Grayscale: #656565. Windows color (decimal): -3138357 or 13311184. OLE color: 13311184.
HSL color Cylindrical-coordinate representation of color #D01CCB: hue angle of 301.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 #D01CCB is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 203 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.18 |
| HSL | 301.67º | 0.76% | 0.46% | - |
| HSV(B) | 301.67º | 0.87% | 0.82% | - |
| XYZ | 37.21 | 18.55 | 58.12 | - |
| YUV | 101.77 | 185.13 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 203 | 0 | 0.87 | 0.02 | 0.18 | 301.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | CB | 0 | 57 | 2 | 12 | 12E | 4C | 2E |
| Octal | 320 | 34 | 313 | 0 | 127 | 2 | 22 | 456 | 114 | 56 |
| Binary | 11010000 | 11100 | 11001011 | 0 | 1010111 | 10 | 10010 | 100101110 | 1001100 | 101110 |
Color Harmonies of #D01CCB
Complementary color
Monochromatic Colors of #D01CCB
Black with #D01CCB
Text Example
Text Example
White with #D01CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CCB; }
p { color: rgb(208,28,203); }
H1.HeaderClassName
{
color: #D01CCB;
}
.AnyTagClassName
{
color: #D01CCB;
}
</style>
background-color css
<style>
a { background-color: #D01CCB; }
a { background-color: rgb(208,28,203); }
div.DivClassName
{
background-color: #D01CCB;
}
.BgClassName
{
background-color: #D01CCB;
}
</style>
border-color css
<style>
span { border-color: #D01CCB; }
span { border-color: rgb(208,28,203); }
td.TdClassName
{
border-color: #D01CCB;
}
.TagClassName
{
border-color: #D01CCB;
}
</style>