Shades of Deep Magenta #C60DDF
Tints of Deep Magenta #C60DDF
RGB
CMYK
RGB Variations
Color information
#C60DDF (or 0xC60DDF) is known color: Deep Magenta. HEX triplet: C6, 0D and DF. RGB value is (198,13,223). Sum of RGB (Red+Green+Blue) = 198+13+223=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #C60DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DDF is #39F220. Grayscale: #5B5B5B. Windows color (decimal): -3797537 or 14618054. OLE color: 14618054.
HSL color Cylindrical-coordinate representation of color #C60DDF: hue angle of 292.86º 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 #C60DDF is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 13 | 223 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.13 |
| HSL | 292.86º | 0.89% | 0.46% | - |
| HSV(B) | 292.86º | 0.94% | 0.87% | - |
| XYZ | 36.75 | 17.62 | 71.28 | - |
| YUV | 92.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 223 | 0.11 | 0.94 | 0 | 0.13 | 292.86 | 0.89 | 0.46 |
| Hex | C6 | D | DF | B | 5E | 0 | D | 125 | 59 | 2E |
| Octal | 306 | 15 | 337 | 13 | 136 | 0 | 15 | 445 | 131 | 56 |
| Binary | 11000110 | 1101 | 11011111 | 1011 | 1011110 | 0 | 1101 | 100100101 | 1011001 | 101110 |
Color Harmonies of #C60DDF
Complementary color
Monochromatic Colors of #C60DDF
Black with #C60DDF
Text Example
Text Example
White with #C60DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DDF; }
p { color: rgb(198,13,223); }
H1.HeaderClassName
{
color: #C60DDF;
}
.AnyTagClassName
{
color: #C60DDF;
}
</style>
background-color css
<style>
a { background-color: #C60DDF; }
a { background-color: rgb(198,13,223); }
div.DivClassName
{
background-color: #C60DDF;
}
.BgClassName
{
background-color: #C60DDF;
}
</style>
border-color css
<style>
span { border-color: #C60DDF; }
span { border-color: rgb(198,13,223); }
td.TdClassName
{
border-color: #C60DDF;
}
.TagClassName
{
border-color: #C60DDF;
}
</style>