Shades of Deep Magenta #D001C4
Tints of Deep Magenta #D001C4
RGB
CMYK
RGB Variations
Color information
#D001C4 (or 0xD001C4) is known color: Deep Magenta. HEX triplet: D0, 01 and C4. RGB value is (208,1,196). Sum of RGB (Red+Green+Blue) = 208+1+196=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D001C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001C4 is #2FFE3B. Grayscale: #545454. Windows color (decimal): -3145276 or 12845520. OLE color: 12845520.
HSL color Cylindrical-coordinate representation of color #D001C4: hue angle of 303.48º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001C4 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 196 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.18 |
| HSL | 303.48º | 0.99% | 0.41% | - |
| HSV(B) | 303.48º | 1% | 0.82% | - |
| XYZ | 35.99 | 17.42 | 53.69 | - |
| YUV | 85.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 196 | 0 | 1.00 | 0.06 | 0.18 | 303.48 | 0.99 | 0.41 |
| Hex | D0 | 1 | C4 | 0 | 64 | 6 | 12 | 12F | 63 | 29 |
| Octal | 320 | 1 | 304 | 0 | 144 | 6 | 22 | 457 | 143 | 51 |
| Binary | 11010000 | 1 | 11000100 | 0 | 1100100 | 110 | 10010 | 100101111 | 1100011 | 101001 |
Color Harmonies of #D001C4
Complementary color
Monochromatic Colors of #D001C4
Black with #D001C4
Text Example
Text Example
White with #D001C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D001C4; }
p { color: rgb(208,1,196); }
H1.HeaderClassName
{
color: #D001C4;
}
.AnyTagClassName
{
color: #D001C4;
}
</style>
background-color css
<style>
a { background-color: #D001C4; }
a { background-color: rgb(208,1,196); }
div.DivClassName
{
background-color: #D001C4;
}
.BgClassName
{
background-color: #D001C4;
}
</style>
border-color css
<style>
span { border-color: #D001C4; }
span { border-color: rgb(208,1,196); }
td.TdClassName
{
border-color: #D001C4;
}
.TagClassName
{
border-color: #D001C4;
}
</style>