Shades of Deep Magenta #C700BD
Tints of Deep Magenta #C700BD
RGB
CMYK
RGB Variations
Color information
#C700BD (or 0xC700BD) is known color: Deep Magenta. HEX triplet: C7, 00 and BD. RGB value is (199,0,189). Sum of RGB (Red+Green+Blue) = 199+0+189=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C700BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C700BD is #38FF42. Grayscale: #505050. Windows color (decimal): -3735363 or 12386503. OLE color: 12386503.
HSL color Cylindrical-coordinate representation of color #C700BD: hue angle of 303.02º 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 #C700BD is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.05 | 0.22 |
| HSL | 303.02º | 1% | 0.39% | - |
| HSV(B) | 303.02º | 1% | 0.78% | - |
| XYZ | 32.74 | 15.82 | 49.47 | - |
| YUV | 81.05 | 188.93 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 189 | 0 | 1 | 0.05 | 0.22 | 303.02 | 1 | 0.39 |
| Hex | C7 | 0 | BD | 0 | 64 | 5 | 16 | 12F | 64 | 27 |
| Octal | 307 | 0 | 275 | 0 | 144 | 5 | 26 | 457 | 144 | 47 |
| Binary | 11000111 | 0 | 10111101 | 0 | 1100100 | 101 | 10110 | 100101111 | 1100100 | 100111 |
Color Harmonies of #C700BD
Complementary color
Monochromatic Colors of #C700BD
Black with #C700BD
Text Example
Text Example
White with #C700BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C700BD; }
p { color: rgb(199,0,189); }
H1.HeaderClassName
{
color: #C700BD;
}
.AnyTagClassName
{
color: #C700BD;
}
</style>
background-color css
<style>
a { background-color: #C700BD; }
a { background-color: rgb(199,0,189); }
div.DivClassName
{
background-color: #C700BD;
}
.BgClassName
{
background-color: #C700BD;
}
</style>
border-color css
<style>
span { border-color: #C700BD; }
span { border-color: rgb(199,0,189); }
td.TdClassName
{
border-color: #C700BD;
}
.TagClassName
{
border-color: #C700BD;
}
</style>