Shades of Deep Magenta #C60DD1
Tints of Deep Magenta #C60DD1
RGB
CMYK
RGB Variations
Color information
#C60DD1 (or 0xC60DD1) is known color: Deep Magenta. HEX triplet: C6, 0D and D1. RGB value is (198,13,209). Sum of RGB (Red+Green+Blue) = 198+13+209=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #C60DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DD1 is #39F22E. Grayscale: #5A5A5A. Windows color (decimal): -3797551 or 13700550. OLE color: 13700550.
HSL color Cylindrical-coordinate representation of color #C60DD1: hue angle of 296.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DD1 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 13 | 209 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.18 |
| HSL | 296.63º | 0.88% | 0.44% | - |
| HSV(B) | 296.63º | 0.94% | 0.82% | - |
| XYZ | 34.94 | 16.9 | 61.74 | - |
| YUV | 90.66 | 194.79 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 209 | 0.05 | 0.94 | 0 | 0.18 | 296.63 | 0.88 | 0.44 |
| Hex | C6 | D | D1 | 5 | 5E | 0 | 12 | 129 | 58 | 2C |
| Octal | 306 | 15 | 321 | 5 | 136 | 0 | 22 | 451 | 130 | 54 |
| Binary | 11000110 | 1101 | 11010001 | 101 | 1011110 | 0 | 10010 | 100101001 | 1011000 | 101100 |
Color Harmonies of #C60DD1
Complementary color
Monochromatic Colors of #C60DD1
Black with #C60DD1
Text Example
Text Example
White with #C60DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DD1; }
p { color: rgb(198,13,209); }
H1.HeaderClassName
{
color: #C60DD1;
}
.AnyTagClassName
{
color: #C60DD1;
}
</style>
background-color css
<style>
a { background-color: #C60DD1; }
a { background-color: rgb(198,13,209); }
div.DivClassName
{
background-color: #C60DD1;
}
.BgClassName
{
background-color: #C60DD1;
}
</style>
border-color css
<style>
span { border-color: #C60DD1; }
span { border-color: rgb(198,13,209); }
td.TdClassName
{
border-color: #C60DD1;
}
.TagClassName
{
border-color: #C60DD1;
}
</style>