Shades of Deep Magenta #C700BF
Tints of Deep Magenta #C700BF
RGB
CMYK
RGB Variations
Color information
#C700BF (or 0xC700BF) is known color: Deep Magenta. HEX triplet: C7, 00 and BF. RGB value is (199,0,191). Sum of RGB (Red+Green+Blue) = 199+0+191=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C700BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700BF is #38FF40. Grayscale: #505050. Windows color (decimal): -3735361 or 12517575. OLE color: 12517575.
HSL color Cylindrical-coordinate representation of color #C700BF: hue angle of 302.41º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C700BF is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.04 | 0.22 |
| HSL | 302.41º | 1% | 0.39% | - |
| HSV(B) | 302.41º | 1% | 0.78% | - |
| XYZ | 32.96 | 15.9 | 50.62 | - |
| YUV | 81.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 191 | 0 | 1 | 0.04 | 0.22 | 302.41 | 1 | 0.39 |
| Hex | C7 | 0 | BF | 0 | 64 | 4 | 16 | 12E | 64 | 27 |
| Octal | 307 | 0 | 277 | 0 | 144 | 4 | 26 | 456 | 144 | 47 |
| Binary | 11000111 | 0 | 10111111 | 0 | 1100100 | 100 | 10110 | 100101110 | 1100100 | 100111 |
Color Harmonies of #C700BF
Complementary color
Monochromatic Colors of #C700BF
Black with #C700BF
Text Example
Text Example
White with #C700BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700BF; }
p { color: rgb(199,0,191); }
H1.HeaderClassName
{
color: #C700BF;
}
.AnyTagClassName
{
color: #C700BF;
}
</style>
background-color css
<style>
a { background-color: #C700BF; }
a { background-color: rgb(199,0,191); }
div.DivClassName
{
background-color: #C700BF;
}
.BgClassName
{
background-color: #C700BF;
}
</style>
border-color css
<style>
span { border-color: #C700BF; }
span { border-color: rgb(199,0,191); }
td.TdClassName
{
border-color: #C700BF;
}
.TagClassName
{
border-color: #C700BF;
}
</style>