Shades of Deep Magenta #C60DBC
Tints of Deep Magenta #C60DBC
RGB
CMYK
RGB Variations
Color information
#C60DBC (or 0xC60DBC) is known color: Deep Magenta. HEX triplet: C6, 0D and BC. RGB value is (198,13,188). Sum of RGB (Red+Green+Blue) = 198+13+188=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DBC is #39F243. Grayscale: #575757. Windows color (decimal): -3797572 or 12324294. OLE color: 12324294.
HSL color Cylindrical-coordinate representation of color #C60DBC: hue angle of 303.24º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60DBC is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 188 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.22 |
| HSL | 303.24º | 0.88% | 0.41% | - |
| HSV(B) | 303.24º | 0.93% | 0.78% | - |
| XYZ | 32.51 | 15.92 | 48.94 | - |
| YUV | 88.27 | 184.29 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 188 | 0 | 0.93 | 0.05 | 0.22 | 303.24 | 0.88 | 0.41 |
| Hex | C6 | D | BC | 0 | 5D | 5 | 16 | 12F | 58 | 29 |
| Octal | 306 | 15 | 274 | 0 | 135 | 5 | 26 | 457 | 130 | 51 |
| Binary | 11000110 | 1101 | 10111100 | 0 | 1011101 | 101 | 10110 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C60DBC
Complementary color
Monochromatic Colors of #C60DBC
Black with #C60DBC
Text Example
Text Example
White with #C60DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DBC; }
p { color: rgb(198,13,188); }
H1.HeaderClassName
{
color: #C60DBC;
}
.AnyTagClassName
{
color: #C60DBC;
}
</style>
background-color css
<style>
a { background-color: #C60DBC; }
a { background-color: rgb(198,13,188); }
div.DivClassName
{
background-color: #C60DBC;
}
.BgClassName
{
background-color: #C60DBC;
}
</style>
border-color css
<style>
span { border-color: #C60DBC; }
span { border-color: rgb(198,13,188); }
td.TdClassName
{
border-color: #C60DBC;
}
.TagClassName
{
border-color: #C60DBC;
}
</style>