Shades of Deep Magenta #C00FBF
Tints of Deep Magenta #C00FBF
RGB
CMYK
RGB Variations
Color information
#C00FBF (or 0xC00FBF) is known color: Deep Magenta. HEX triplet: C0, 0F and BF. RGB value is (192,15,191). Sum of RGB (Red+Green+Blue) = 192+15+191=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C00FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FBF is #3FF040. Grayscale: #575757. Windows color (decimal): -4190273 or 12521408. OLE color: 12521408.
HSL color Cylindrical-coordinate representation of color #C00FBF: hue angle of 300.34º 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 #C00FBF is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 191 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.25 |
| HSL | 300.34º | 0.86% | 0.41% | - |
| HSV(B) | 300.34º | 0.92% | 0.75% | - |
| XYZ | 31.31 | 15.31 | 50.59 | - |
| YUV | 87.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 191 | 0 | 0.92 | 0.01 | 0.25 | 300.34 | 0.86 | 0.41 |
| Hex | C0 | F | BF | 0 | 5C | 1 | 19 | 12C | 56 | 29 |
| Octal | 300 | 17 | 277 | 0 | 134 | 1 | 31 | 454 | 126 | 51 |
| Binary | 11000000 | 1111 | 10111111 | 0 | 1011100 | 1 | 11001 | 100101100 | 1010110 | 101001 |
Color Harmonies of #C00FBF
Complementary color
Monochromatic Colors of #C00FBF
Black with #C00FBF
Text Example
Text Example
White with #C00FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FBF; }
p { color: rgb(192,15,191); }
H1.HeaderClassName
{
color: #C00FBF;
}
.AnyTagClassName
{
color: #C00FBF;
}
</style>
background-color css
<style>
a { background-color: #C00FBF; }
a { background-color: rgb(192,15,191); }
div.DivClassName
{
background-color: #C00FBF;
}
.BgClassName
{
background-color: #C00FBF;
}
</style>
border-color css
<style>
span { border-color: #C00FBF; }
span { border-color: rgb(192,15,191); }
td.TdClassName
{
border-color: #C00FBF;
}
.TagClassName
{
border-color: #C00FBF;
}
</style>