Shades of Deep Magenta #C60DD6
Tints of Deep Magenta #C60DD6
RGB
CMYK
RGB Variations
Color information
#C60DD6 (or 0xC60DD6) is known color: Deep Magenta. HEX triplet: C6, 0D and D6. RGB value is (198,13,214). Sum of RGB (Red+Green+Blue) = 198+13+214=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #C60DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DD6 is #39F229. Grayscale: #5A5A5A. Windows color (decimal): -3797546 or 14028230. OLE color: 14028230.
HSL color Cylindrical-coordinate representation of color #C60DD6: hue angle of 295.22º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DD6 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 13 | 214 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.16 |
| HSL | 295.22º | 0.89% | 0.45% | - |
| HSV(B) | 295.22º | 0.94% | 0.84% | - |
| XYZ | 35.57 | 17.15 | 65.05 | - |
| YUV | 91.23 | 197.29 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 214 | 0.07 | 0.94 | 0 | 0.16 | 295.22 | 0.89 | 0.45 |
| Hex | C6 | D | D6 | 7 | 5E | 0 | 10 | 127 | 59 | 2D |
| Octal | 306 | 15 | 326 | 7 | 136 | 0 | 20 | 447 | 131 | 55 |
| Binary | 11000110 | 1101 | 11010110 | 111 | 1011110 | 0 | 10000 | 100100111 | 1011001 | 101101 |
Color Harmonies of #C60DD6
Complementary color
Monochromatic Colors of #C60DD6
Black with #C60DD6
Text Example
Text Example
White with #C60DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DD6; }
p { color: rgb(198,13,214); }
H1.HeaderClassName
{
color: #C60DD6;
}
.AnyTagClassName
{
color: #C60DD6;
}
</style>
background-color css
<style>
a { background-color: #C60DD6; }
a { background-color: rgb(198,13,214); }
div.DivClassName
{
background-color: #C60DD6;
}
.BgClassName
{
background-color: #C60DD6;
}
</style>
border-color css
<style>
span { border-color: #C60DD6; }
span { border-color: rgb(198,13,214); }
td.TdClassName
{
border-color: #C60DD6;
}
.TagClassName
{
border-color: #C60DD6;
}
</style>