Shades of Deep Magenta #D50CC1
Tints of Deep Magenta #D50CC1
RGB
CMYK
RGB Variations
Color information
#D50CC1 (or 0xD50CC1) is known color: Deep Magenta. HEX triplet: D5, 0C and C1. RGB value is (213,12,193). Sum of RGB (Red+Green+Blue) = 213+12+193=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CC1 is #2AF33E. Grayscale: #5C5C5C. Windows color (decimal): -2814783 or 12651733. OLE color: 12651733.
HSL color Cylindrical-coordinate representation of color #D50CC1: hue angle of 305.97º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CC1 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 193 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.16 |
| HSL | 305.97º | 0.89% | 0.44% | - |
| HSV(B) | 305.97º | 0.94% | 0.84% | - |
| XYZ | 37.2 | 18.26 | 52.02 | - |
| YUV | 92.73 | 184.59 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 193 | 0 | 0.94 | 0.09 | 0.16 | 305.97 | 0.89 | 0.44 |
| Hex | D5 | C | C1 | 0 | 5E | 9 | 10 | 132 | 59 | 2C |
| Octal | 325 | 14 | 301 | 0 | 136 | 11 | 20 | 462 | 131 | 54 |
| Binary | 11010101 | 1100 | 11000001 | 0 | 1011110 | 1001 | 10000 | 100110010 | 1011001 | 101100 |
Color Harmonies of #D50CC1
Complementary color
Monochromatic Colors of #D50CC1
Black with #D50CC1
Text Example
Text Example
White with #D50CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CC1; }
p { color: rgb(213,12,193); }
H1.HeaderClassName
{
color: #D50CC1;
}
.AnyTagClassName
{
color: #D50CC1;
}
</style>
background-color css
<style>
a { background-color: #D50CC1; }
a { background-color: rgb(213,12,193); }
div.DivClassName
{
background-color: #D50CC1;
}
.BgClassName
{
background-color: #D50CC1;
}
</style>
border-color css
<style>
span { border-color: #D50CC1; }
span { border-color: rgb(213,12,193); }
td.TdClassName
{
border-color: #D50CC1;
}
.TagClassName
{
border-color: #D50CC1;
}
</style>