Shades of Deep Magenta #C60FBC
Tints of Deep Magenta #C60FBC
RGB
CMYK
RGB Variations
Color information
#C60FBC (or 0xC60FBC) is known color: Deep Magenta. HEX triplet: C6, 0F and BC. RGB value is (198,15,188). Sum of RGB (Red+Green+Blue) = 198+15+188=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FBC is #39F043. Grayscale: #585858. Windows color (decimal): -3797060 or 12324806. OLE color: 12324806.
HSL color Cylindrical-coordinate representation of color #C60FBC: hue angle of 303.28º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60FBC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 188 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.22 |
| HSL | 303.28º | 0.86% | 0.42% | - |
| HSV(B) | 303.28º | 0.92% | 0.78% | - |
| XYZ | 32.54 | 15.98 | 48.95 | - |
| YUV | 89.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 188 | 0 | 0.92 | 0.05 | 0.22 | 303.28 | 0.86 | 0.42 |
| Hex | C6 | F | BC | 0 | 5C | 5 | 16 | 12F | 56 | 2A |
| Octal | 306 | 17 | 274 | 0 | 134 | 5 | 26 | 457 | 126 | 52 |
| Binary | 11000110 | 1111 | 10111100 | 0 | 1011100 | 101 | 10110 | 100101111 | 1010110 | 101010 |
Color Harmonies of #C60FBC
Complementary color
Monochromatic Colors of #C60FBC
Black with #C60FBC
Text Example
Text Example
White with #C60FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FBC; }
p { color: rgb(198,15,188); }
H1.HeaderClassName
{
color: #C60FBC;
}
.AnyTagClassName
{
color: #C60FBC;
}
</style>
background-color css
<style>
a { background-color: #C60FBC; }
a { background-color: rgb(198,15,188); }
div.DivClassName
{
background-color: #C60FBC;
}
.BgClassName
{
background-color: #C60FBC;
}
</style>
border-color css
<style>
span { border-color: #C60FBC; }
span { border-color: rgb(198,15,188); }
td.TdClassName
{
border-color: #C60FBC;
}
.TagClassName
{
border-color: #C60FBC;
}
</style>