Shades of Deep Magenta #D200C7
Tints of Deep Magenta #D200C7
RGB
CMYK
RGB Variations
Color information
#D200C7 (or 0xD200C7) is known color: Deep Magenta. HEX triplet: D2, 00 and C7. RGB value is (210,0,199). Sum of RGB (Red+Green+Blue) = 210+0+199=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D200C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200C7 is #2DFF38. Grayscale: #545454. Windows color (decimal): -3014457 or 13041874. OLE color: 13041874.
HSL color Cylindrical-coordinate representation of color #D200C7: hue angle of 303.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200C7 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.05 | 0.18 |
| HSL | 303.14º | 1% | 0.41% | - |
| HSV(B) | 303.14º | 1% | 0.82% | - |
| XYZ | 36.89 | 17.83 | 55.53 | - |
| YUV | 85.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 199 | 0 | 1 | 0.05 | 0.18 | 303.14 | 1 | 0.41 |
| Hex | D2 | 0 | C7 | 0 | 64 | 5 | 12 | 12F | 64 | 29 |
| Octal | 322 | 0 | 307 | 0 | 144 | 5 | 22 | 457 | 144 | 51 |
| Binary | 11010010 | 0 | 11000111 | 0 | 1100100 | 101 | 10010 | 100101111 | 1100100 | 101001 |
Color Harmonies of #D200C7
Complementary color
Monochromatic Colors of #D200C7
Black with #D200C7
Text Example
Text Example
White with #D200C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200C7; }
p { color: rgb(210,0,199); }
H1.HeaderClassName
{
color: #D200C7;
}
.AnyTagClassName
{
color: #D200C7;
}
</style>
background-color css
<style>
a { background-color: #D200C7; }
a { background-color: rgb(210,0,199); }
div.DivClassName
{
background-color: #D200C7;
}
.BgClassName
{
background-color: #D200C7;
}
</style>
border-color css
<style>
span { border-color: #D200C7; }
span { border-color: rgb(210,0,199); }
td.TdClassName
{
border-color: #D200C7;
}
.TagClassName
{
border-color: #D200C7;
}
</style>