Shades of Deep Magenta #D60CC7
Tints of Deep Magenta #D60CC7
RGB
CMYK
RGB Variations
Color information
#D60CC7 (or 0xD60CC7) is known color: Deep Magenta. HEX triplet: D6, 0C and C7. RGB value is (214,12,199). Sum of RGB (Red+Green+Blue) = 214+12+199=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CC7 is #29F338. Grayscale: #5D5D5D. Windows color (decimal): -2749241 or 13044950. OLE color: 13044950.
HSL color Cylindrical-coordinate representation of color #D60CC7: hue angle of 304.46º 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 #D60CC7 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 199 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.16 |
| HSL | 304.46º | 0.89% | 0.44% | - |
| HSV(B) | 304.46º | 0.94% | 0.84% | - |
| XYZ | 38.17 | 18.68 | 55.63 | - |
| YUV | 93.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 199 | 0 | 0.94 | 0.07 | 0.16 | 304.46 | 0.89 | 0.44 |
| Hex | D6 | C | C7 | 0 | 5E | 7 | 10 | 130 | 59 | 2C |
| Octal | 326 | 14 | 307 | 0 | 136 | 7 | 20 | 460 | 131 | 54 |
| Binary | 11010110 | 1100 | 11000111 | 0 | 1011110 | 111 | 10000 | 100110000 | 1011001 | 101100 |
Color Harmonies of #D60CC7
Complementary color
Monochromatic Colors of #D60CC7
Black with #D60CC7
Text Example
Text Example
White with #D60CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CC7; }
p { color: rgb(214,12,199); }
H1.HeaderClassName
{
color: #D60CC7;
}
.AnyTagClassName
{
color: #D60CC7;
}
</style>
background-color css
<style>
a { background-color: #D60CC7; }
a { background-color: rgb(214,12,199); }
div.DivClassName
{
background-color: #D60CC7;
}
.BgClassName
{
background-color: #D60CC7;
}
</style>
border-color css
<style>
span { border-color: #D60CC7; }
span { border-color: rgb(214,12,199); }
td.TdClassName
{
border-color: #D60CC7;
}
.TagClassName
{
border-color: #D60CC7;
}
</style>