Shades of Deep Magenta #C60FBF
Tints of Deep Magenta #C60FBF
RGB
CMYK
RGB Variations
Color information
#C60FBF (or 0xC60FBF) is known color: Deep Magenta. HEX triplet: C6, 0F and BF. RGB value is (198,15,191). Sum of RGB (Red+Green+Blue) = 198+15+191=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FBF is #39F040. Grayscale: #595959. Windows color (decimal): -3797057 or 12521414. OLE color: 12521414.
HSL color Cylindrical-coordinate representation of color #C60FBF: hue angle of 302.3º 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 #C60FBF is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 191 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.22 |
| HSL | 302.3º | 0.86% | 0.42% | - |
| HSV(B) | 302.3º | 0.92% | 0.78% | - |
| XYZ | 32.86 | 16.11 | 50.67 | - |
| YUV | 89.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 191 | 0 | 0.92 | 0.04 | 0.22 | 302.3 | 0.86 | 0.42 |
| Hex | C6 | F | BF | 0 | 5C | 4 | 16 | 12E | 56 | 2A |
| Octal | 306 | 17 | 277 | 0 | 134 | 4 | 26 | 456 | 126 | 52 |
| Binary | 11000110 | 1111 | 10111111 | 0 | 1011100 | 100 | 10110 | 100101110 | 1010110 | 101010 |
Color Harmonies of #C60FBF
Complementary color
Monochromatic Colors of #C60FBF
Black with #C60FBF
Text Example
Text Example
White with #C60FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FBF; }
p { color: rgb(198,15,191); }
H1.HeaderClassName
{
color: #C60FBF;
}
.AnyTagClassName
{
color: #C60FBF;
}
</style>
background-color css
<style>
a { background-color: #C60FBF; }
a { background-color: rgb(198,15,191); }
div.DivClassName
{
background-color: #C60FBF;
}
.BgClassName
{
background-color: #C60FBF;
}
</style>
border-color css
<style>
span { border-color: #C60FBF; }
span { border-color: rgb(198,15,191); }
td.TdClassName
{
border-color: #C60FBF;
}
.TagClassName
{
border-color: #C60FBF;
}
</style>