Shades of Deep Magenta #C60FDC
Tints of Deep Magenta #C60FDC
RGB
CMYK
RGB Variations
Color information
#C60FDC (or 0xC60FDC) is known color: Deep Magenta. HEX triplet: C6, 0F and DC. RGB value is (198,15,220). Sum of RGB (Red+Green+Blue) = 198+15+220=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C60FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FDC is #39F023. Grayscale: #5C5C5C. Windows color (decimal): -3797028 or 14421958. OLE color: 14421958.
HSL color Cylindrical-coordinate representation of color #C60FDC: hue angle of 293.56º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60FDC is Cyan = 0.1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 15 | 220 | - |
| CMYK | 0.1 | 0.93 | 0 | 0.14 |
| HSL | 293.56º | 0.87% | 0.46% | - |
| HSV(B) | 293.56º | 0.93% | 0.86% | - |
| XYZ | 36.38 | 17.51 | 69.17 | - |
| YUV | 93.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 220 | 0.1 | 0.93 | 0 | 0.14 | 293.56 | 0.87 | 0.46 |
| Hex | C6 | F | DC | A | 5D | 0 | E | 126 | 57 | 2E |
| Octal | 306 | 17 | 334 | 12 | 135 | 0 | 16 | 446 | 127 | 56 |
| Binary | 11000110 | 1111 | 11011100 | 1010 | 1011101 | 0 | 1110 | 100100110 | 1010111 | 101110 |
Color Harmonies of #C60FDC
Complementary color
Monochromatic Colors of #C60FDC
Black with #C60FDC
Text Example
Text Example
White with #C60FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FDC; }
p { color: rgb(198,15,220); }
H1.HeaderClassName
{
color: #C60FDC;
}
.AnyTagClassName
{
color: #C60FDC;
}
</style>
background-color css
<style>
a { background-color: #C60FDC; }
a { background-color: rgb(198,15,220); }
div.DivClassName
{
background-color: #C60FDC;
}
.BgClassName
{
background-color: #C60FDC;
}
</style>
border-color css
<style>
span { border-color: #C60FDC; }
span { border-color: rgb(198,15,220); }
td.TdClassName
{
border-color: #C60FDC;
}
.TagClassName
{
border-color: #C60FDC;
}
</style>