Shades of Deep Magenta #C60DBF
Tints of Deep Magenta #C60DBF
RGB
CMYK
RGB Variations
Color information
#C60DBF (or 0xC60DBF) is known color: Deep Magenta. HEX triplet: C6, 0D and BF. RGB value is (198,13,191). Sum of RGB (Red+Green+Blue) = 198+13+191=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60DBF is #39F240. Grayscale: #585858. Windows color (decimal): -3797569 or 12520902. OLE color: 12520902.
HSL color Cylindrical-coordinate representation of color #C60DBF: hue angle of 302.27º 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 #C60DBF is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 191 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.22 |
| HSL | 302.27º | 0.88% | 0.41% | - |
| HSV(B) | 302.27º | 0.93% | 0.78% | - |
| XYZ | 32.84 | 16.06 | 50.66 | - |
| YUV | 88.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 191 | 0 | 0.93 | 0.04 | 0.22 | 302.27 | 0.88 | 0.41 |
| Hex | C6 | D | BF | 0 | 5D | 4 | 16 | 12E | 58 | 29 |
| Octal | 306 | 15 | 277 | 0 | 135 | 4 | 26 | 456 | 130 | 51 |
| Binary | 11000110 | 1101 | 10111111 | 0 | 1011101 | 100 | 10110 | 100101110 | 1011000 | 101001 |
Color Harmonies of #C60DBF
Complementary color
Monochromatic Colors of #C60DBF
Black with #C60DBF
Text Example
Text Example
White with #C60DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DBF; }
p { color: rgb(198,13,191); }
H1.HeaderClassName
{
color: #C60DBF;
}
.AnyTagClassName
{
color: #C60DBF;
}
</style>
background-color css
<style>
a { background-color: #C60DBF; }
a { background-color: rgb(198,13,191); }
div.DivClassName
{
background-color: #C60DBF;
}
.BgClassName
{
background-color: #C60DBF;
}
</style>
border-color css
<style>
span { border-color: #C60DBF; }
span { border-color: rgb(198,13,191); }
td.TdClassName
{
border-color: #C60DBF;
}
.TagClassName
{
border-color: #C60DBF;
}
</style>