Shades of Deep Magenta #D50CC3
Tints of Deep Magenta #D50CC3
RGB
CMYK
RGB Variations
Color information
#D50CC3 (or 0xD50CC3) is known color: Deep Magenta. HEX triplet: D5, 0C and C3. RGB value is (213,12,195). Sum of RGB (Red+Green+Blue) = 213+12+195=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CC3 is #2AF33C. Grayscale: #5C5C5C. Windows color (decimal): -2814781 or 12782805. OLE color: 12782805.
HSL color Cylindrical-coordinate representation of color #D50CC3: hue angle of 305.37º 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 #D50CC3 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 195 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.16 |
| HSL | 305.37º | 0.89% | 0.44% | - |
| HSV(B) | 305.37º | 0.94% | 0.84% | - |
| XYZ | 37.42 | 18.35 | 53.2 | - |
| YUV | 92.96 | 185.59 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 195 | 0 | 0.94 | 0.08 | 0.16 | 305.37 | 0.89 | 0.44 |
| Hex | D5 | C | C3 | 0 | 5E | 8 | 10 | 131 | 59 | 2C |
| Octal | 325 | 14 | 303 | 0 | 136 | 10 | 20 | 461 | 131 | 54 |
| Binary | 11010101 | 1100 | 11000011 | 0 | 1011110 | 1000 | 10000 | 100110001 | 1011001 | 101100 |
Color Harmonies of #D50CC3
Complementary color
Monochromatic Colors of #D50CC3
Black with #D50CC3
Text Example
Text Example
White with #D50CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CC3; }
p { color: rgb(213,12,195); }
H1.HeaderClassName
{
color: #D50CC3;
}
.AnyTagClassName
{
color: #D50CC3;
}
</style>
background-color css
<style>
a { background-color: #D50CC3; }
a { background-color: rgb(213,12,195); }
div.DivClassName
{
background-color: #D50CC3;
}
.BgClassName
{
background-color: #D50CC3;
}
</style>
border-color css
<style>
span { border-color: #D50CC3; }
span { border-color: rgb(213,12,195); }
td.TdClassName
{
border-color: #D50CC3;
}
.TagClassName
{
border-color: #D50CC3;
}
</style>