Shades of Deep Magenta #D125C7
Tints of Deep Magenta #D125C7
RGB
CMYK
RGB Variations
Color information
#D125C7 (or 0xD125C7) is known color: Deep Magenta. HEX triplet: D1, 25 and C7. RGB value is (209,37,199). Sum of RGB (Red+Green+Blue) = 209+37+199=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D125C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125C7 is #2EDA38. Grayscale: #6A6A6A. Windows color (decimal): -3070521 or 13051345. OLE color: 13051345.
HSL color Cylindrical-coordinate representation of color #D125C7: hue angle of 303.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D125C7 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 199 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.18 |
| HSL | 303.49º | 0.7% | 0.48% | - |
| HSV(B) | 303.49º | 0.82% | 0.82% | - |
| XYZ | 37.26 | 19 | 55.74 | - |
| YUV | 106.9 | 179.98 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 199 | 0 | 0.82 | 0.05 | 0.18 | 303.49 | 0.7 | 0.48 |
| Hex | D1 | 25 | C7 | 0 | 52 | 5 | 12 | 12F | 46 | 30 |
| Octal | 321 | 45 | 307 | 0 | 122 | 5 | 22 | 457 | 106 | 60 |
| Binary | 11010001 | 100101 | 11000111 | 0 | 1010010 | 101 | 10010 | 100101111 | 1000110 | 110000 |
Color Harmonies of #D125C7
Complementary color
Monochromatic Colors of #D125C7
Black with #D125C7
Text Example
Text Example
White with #D125C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125C7; }
p { color: rgb(209,37,199); }
H1.HeaderClassName
{
color: #D125C7;
}
.AnyTagClassName
{
color: #D125C7;
}
</style>
background-color css
<style>
a { background-color: #D125C7; }
a { background-color: rgb(209,37,199); }
div.DivClassName
{
background-color: #D125C7;
}
.BgClassName
{
background-color: #D125C7;
}
</style>
border-color css
<style>
span { border-color: #D125C7; }
span { border-color: rgb(209,37,199); }
td.TdClassName
{
border-color: #D125C7;
}
.TagClassName
{
border-color: #D125C7;
}
</style>