Shades of Deep Magenta #C00FBB
Tints of Deep Magenta #C00FBB
RGB
CMYK
RGB Variations
Color information
#C00FBB (or 0xC00FBB) is known color: Deep Magenta. HEX triplet: C0, 0F and BB. RGB value is (192,15,187). Sum of RGB (Red+Green+Blue) = 192+15+187=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FBB is #3FF044. Grayscale: #575757. Windows color (decimal): -4190277 or 12259264. OLE color: 12259264.
HSL color Cylindrical-coordinate representation of color #C00FBB: hue angle of 301.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C00FBB is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 187 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.25 |
| HSL | 301.69º | 0.86% | 0.41% | - |
| HSV(B) | 301.69º | 0.92% | 0.75% | - |
| XYZ | 30.88 | 15.14 | 48.31 | - |
| YUV | 87.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 187 | 0 | 0.92 | 0.03 | 0.25 | 301.69 | 0.86 | 0.41 |
| Hex | C0 | F | BB | 0 | 5C | 3 | 19 | 12E | 56 | 29 |
| Octal | 300 | 17 | 273 | 0 | 134 | 3 | 31 | 456 | 126 | 51 |
| Binary | 11000000 | 1111 | 10111011 | 0 | 1011100 | 11 | 11001 | 100101110 | 1010110 | 101001 |
Color Harmonies of #C00FBB
Complementary color
Monochromatic Colors of #C00FBB
Black with #C00FBB
Text Example
Text Example
White with #C00FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FBB; }
p { color: rgb(192,15,187); }
H1.HeaderClassName
{
color: #C00FBB;
}
.AnyTagClassName
{
color: #C00FBB;
}
</style>
background-color css
<style>
a { background-color: #C00FBB; }
a { background-color: rgb(192,15,187); }
div.DivClassName
{
background-color: #C00FBB;
}
.BgClassName
{
background-color: #C00FBB;
}
</style>
border-color css
<style>
span { border-color: #C00FBB; }
span { border-color: rgb(192,15,187); }
td.TdClassName
{
border-color: #C00FBB;
}
.TagClassName
{
border-color: #C00FBB;
}
</style>