Shades of Deep Magenta #C60DDD
Tints of Deep Magenta #C60DDD
RGB
CMYK
RGB Variations
Color information
#C60DDD (or 0xC60DDD) is known color: Deep Magenta. HEX triplet: C6, 0D and DD. RGB value is (198,13,221). Sum of RGB (Red+Green+Blue) = 198+13+221=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #C60DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DDD is #39F222. Grayscale: #5B5B5B. Windows color (decimal): -3797539 or 14486982. OLE color: 14486982.
HSL color Cylindrical-coordinate representation of color #C60DDD: hue angle of 293.37º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60DDD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 13 | 221 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.13 |
| HSL | 293.37º | 0.89% | 0.46% | - |
| HSV(B) | 293.37º | 0.94% | 0.87% | - |
| XYZ | 36.48 | 17.51 | 69.86 | - |
| YUV | 92.03 | 200.79 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 221 | 0.10 | 0.94 | 0 | 0.13 | 293.37 | 0.89 | 0.46 |
| Hex | C6 | D | DD | A | 5E | 0 | D | 125 | 59 | 2E |
| Octal | 306 | 15 | 335 | 12 | 136 | 0 | 15 | 445 | 131 | 56 |
| Binary | 11000110 | 1101 | 11011101 | 1010 | 1011110 | 0 | 1101 | 100100101 | 1011001 | 101110 |
Color Harmonies of #C60DDD
Complementary color
Monochromatic Colors of #C60DDD
Black with #C60DDD
Text Example
Text Example
White with #C60DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DDD; }
p { color: rgb(198,13,221); }
H1.HeaderClassName
{
color: #C60DDD;
}
.AnyTagClassName
{
color: #C60DDD;
}
</style>
background-color css
<style>
a { background-color: #C60DDD; }
a { background-color: rgb(198,13,221); }
div.DivClassName
{
background-color: #C60DDD;
}
.BgClassName
{
background-color: #C60DDD;
}
</style>
border-color css
<style>
span { border-color: #C60DDD; }
span { border-color: rgb(198,13,221); }
td.TdClassName
{
border-color: #C60DDD;
}
.TagClassName
{
border-color: #C60DDD;
}
</style>