Shades of Deep Magenta #C00FBC
Tints of Deep Magenta #C00FBC
RGB
CMYK
RGB Variations
Color information
#C00FBC (or 0xC00FBC) is known color: Deep Magenta. HEX triplet: C0, 0F and BC. RGB value is (192,15,188). Sum of RGB (Red+Green+Blue) = 192+15+188=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FBC is #3FF043. Grayscale: #575757. Windows color (decimal): -4190276 or 12324800. OLE color: 12324800.
HSL color Cylindrical-coordinate representation of color #C00FBC: hue angle of 301.36º 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 #C00FBC is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 188 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.25 |
| HSL | 301.36º | 0.86% | 0.41% | - |
| HSV(B) | 301.36º | 0.92% | 0.75% | - |
| XYZ | 30.99 | 15.18 | 48.87 | - |
| YUV | 87.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 188 | 0 | 0.92 | 0.02 | 0.25 | 301.36 | 0.86 | 0.41 |
| Hex | C0 | F | BC | 0 | 5C | 2 | 19 | 12D | 56 | 29 |
| Octal | 300 | 17 | 274 | 0 | 134 | 2 | 31 | 455 | 126 | 51 |
| Binary | 11000000 | 1111 | 10111100 | 0 | 1011100 | 10 | 11001 | 100101101 | 1010110 | 101001 |
Color Harmonies of #C00FBC
Complementary color
Monochromatic Colors of #C00FBC
Black with #C00FBC
Text Example
Text Example
White with #C00FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FBC; }
p { color: rgb(192,15,188); }
H1.HeaderClassName
{
color: #C00FBC;
}
.AnyTagClassName
{
color: #C00FBC;
}
</style>
background-color css
<style>
a { background-color: #C00FBC; }
a { background-color: rgb(192,15,188); }
div.DivClassName
{
background-color: #C00FBC;
}
.BgClassName
{
background-color: #C00FBC;
}
</style>
border-color css
<style>
span { border-color: #C00FBC; }
span { border-color: rgb(192,15,188); }
td.TdClassName
{
border-color: #C00FBC;
}
.TagClassName
{
border-color: #C00FBC;
}
</style>