Shades of Deep Magenta #C60FCD
Tints of Deep Magenta #C60FCD
RGB
CMYK
RGB Variations
Color information
#C60FCD (or 0xC60FCD) is known color: Deep Magenta. HEX triplet: C6, 0F and CD. RGB value is (198,15,205). Sum of RGB (Red+Green+Blue) = 198+15+205=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #C60FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FCD is #39F032. Grayscale: #5A5A5A. Windows color (decimal): -3797043 or 13438918. OLE color: 13438918.
HSL color Cylindrical-coordinate representation of color #C60FCD: hue angle of 297.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60FCD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 15 | 205 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.20 |
| HSL | 297.79º | 0.86% | 0.43% | - |
| HSV(B) | 297.79º | 0.93% | 0.8% | - |
| XYZ | 34.48 | 16.76 | 59.17 | - |
| YUV | 91.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 205 | 0.03 | 0.93 | 0 | 0.20 | 297.79 | 0.86 | 0.43 |
| Hex | C6 | F | CD | 3 | 5D | 0 | 14 | 12A | 56 | 2B |
| Octal | 306 | 17 | 315 | 3 | 135 | 0 | 24 | 452 | 126 | 53 |
| Binary | 11000110 | 1111 | 11001101 | 11 | 1011101 | 0 | 10100 | 100101010 | 1010110 | 101011 |
Color Harmonies of #C60FCD
Complementary color
Monochromatic Colors of #C60FCD
Black with #C60FCD
Text Example
Text Example
White with #C60FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FCD; }
p { color: rgb(198,15,205); }
H1.HeaderClassName
{
color: #C60FCD;
}
.AnyTagClassName
{
color: #C60FCD;
}
</style>
background-color css
<style>
a { background-color: #C60FCD; }
a { background-color: rgb(198,15,205); }
div.DivClassName
{
background-color: #C60FCD;
}
.BgClassName
{
background-color: #C60FCD;
}
</style>
border-color css
<style>
span { border-color: #C60FCD; }
span { border-color: rgb(198,15,205); }
td.TdClassName
{
border-color: #C60FCD;
}
.TagClassName
{
border-color: #C60FCD;
}
</style>