Shades of Deep Magenta #C60FBB
Tints of Deep Magenta #C60FBB
RGB
CMYK
RGB Variations
Color information
#C60FBB (or 0xC60FBB) is known color: Deep Magenta. HEX triplet: C6, 0F and BB. RGB value is (198,15,187). Sum of RGB (Red+Green+Blue) = 198+15+187=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FBB is #39F044. Grayscale: #585858. Windows color (decimal): -3797061 or 12259270. OLE color: 12259270.
HSL color Cylindrical-coordinate representation of color #C60FBB: hue angle of 303.61º 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 #C60FBB is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 187 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.22 |
| HSL | 303.61º | 0.86% | 0.42% | - |
| HSV(B) | 303.61º | 0.92% | 0.78% | - |
| XYZ | 32.43 | 15.94 | 48.38 | - |
| YUV | 89.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 187 | 0 | 0.92 | 0.06 | 0.22 | 303.61 | 0.86 | 0.42 |
| Hex | C6 | F | BB | 0 | 5C | 6 | 16 | 130 | 56 | 2A |
| Octal | 306 | 17 | 273 | 0 | 134 | 6 | 26 | 460 | 126 | 52 |
| Binary | 11000110 | 1111 | 10111011 | 0 | 1011100 | 110 | 10110 | 100110000 | 1010110 | 101010 |
Color Harmonies of #C60FBB
Complementary color
Monochromatic Colors of #C60FBB
Black with #C60FBB
Text Example
Text Example
White with #C60FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FBB; }
p { color: rgb(198,15,187); }
H1.HeaderClassName
{
color: #C60FBB;
}
.AnyTagClassName
{
color: #C60FBB;
}
</style>
background-color css
<style>
a { background-color: #C60FBB; }
a { background-color: rgb(198,15,187); }
div.DivClassName
{
background-color: #C60FBB;
}
.BgClassName
{
background-color: #C60FBB;
}
</style>
border-color css
<style>
span { border-color: #C60FBB; }
span { border-color: rgb(198,15,187); }
td.TdClassName
{
border-color: #C60FBB;
}
.TagClassName
{
border-color: #C60FBB;
}
</style>