Shades of Deep Magenta #C000B7
Tints of Deep Magenta #C000B7
RGB
CMYK
RGB Variations
Color information
#C000B7 (or 0xC000B7) is known color: Deep Magenta. HEX triplet: C0, 00 and B7. RGB value is (192,0,183). Sum of RGB (Red+Green+Blue) = 192+0+183=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C000B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000B7 is #3FFF48. Grayscale: #4D4D4D. Windows color (decimal): -4194121 or 11993280. OLE color: 11993280.
HSL color Cylindrical-coordinate representation of color #C000B7: hue angle of 302.81º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000B7 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.05 | 0.25 |
| HSL | 302.81º | 1% | 0.38% | - |
| HSV(B) | 302.81º | 1% | 0.75% | - |
| XYZ | 30.29 | 14.63 | 46.03 | - |
| YUV | 78.27 | 187.11 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 183 | 0 | 1 | 0.05 | 0.25 | 302.81 | 1 | 0.38 |
| Hex | C0 | 0 | B7 | 0 | 64 | 5 | 19 | 12F | 64 | 26 |
| Octal | 300 | 0 | 267 | 0 | 144 | 5 | 31 | 457 | 144 | 46 |
| Binary | 11000000 | 0 | 10110111 | 0 | 1100100 | 101 | 11001 | 100101111 | 1100100 | 100110 |
Color Harmonies of #C000B7
Complementary color
Monochromatic Colors of #C000B7
Black with #C000B7
Text Example
Text Example
White with #C000B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000B7; }
p { color: rgb(192,0,183); }
H1.HeaderClassName
{
color: #C000B7;
}
.AnyTagClassName
{
color: #C000B7;
}
</style>
background-color css
<style>
a { background-color: #C000B7; }
a { background-color: rgb(192,0,183); }
div.DivClassName
{
background-color: #C000B7;
}
.BgClassName
{
background-color: #C000B7;
}
</style>
border-color css
<style>
span { border-color: #C000B7; }
span { border-color: rgb(192,0,183); }
td.TdClassName
{
border-color: #C000B7;
}
.TagClassName
{
border-color: #C000B7;
}
</style>