Shades of Deep Magenta #C807BF
Tints of Deep Magenta #C807BF
RGB
CMYK
RGB Variations
Color information
#C807BF (or 0xC807BF) is known color: Deep Magenta. HEX triplet: C8, 07 and BF. RGB value is (200,7,191). Sum of RGB (Red+Green+Blue) = 200+7+191=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C807BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807BF is #37F840. Grayscale: #555555. Windows color (decimal): -3668033 or 12519368. OLE color: 12519368.
HSL color Cylindrical-coordinate representation of color #C807BF: hue angle of 302.8º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C807BF is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 191 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.22 |
| HSL | 302.8º | 0.93% | 0.41% | - |
| HSV(B) | 302.8º | 0.97% | 0.78% | - |
| XYZ | 33.3 | 16.19 | 50.66 | - |
| YUV | 85.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 191 | 0 | 0.96 | 0.04 | 0.22 | 302.8 | 0.93 | 0.41 |
| Hex | C8 | 7 | BF | 0 | 60 | 4 | 16 | 12F | 5D | 29 |
| Octal | 310 | 7 | 277 | 0 | 140 | 4 | 26 | 457 | 135 | 51 |
| Binary | 11001000 | 111 | 10111111 | 0 | 1100000 | 100 | 10110 | 100101111 | 1011101 | 101001 |
Color Harmonies of #C807BF
Complementary color
Monochromatic Colors of #C807BF
Black with #C807BF
Text Example
Text Example
White with #C807BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807BF; }
p { color: rgb(200,7,191); }
H1.HeaderClassName
{
color: #C807BF;
}
.AnyTagClassName
{
color: #C807BF;
}
</style>
background-color css
<style>
a { background-color: #C807BF; }
a { background-color: rgb(200,7,191); }
div.DivClassName
{
background-color: #C807BF;
}
.BgClassName
{
background-color: #C807BF;
}
</style>
border-color css
<style>
span { border-color: #C807BF; }
span { border-color: rgb(200,7,191); }
td.TdClassName
{
border-color: #C807BF;
}
.TagClassName
{
border-color: #C807BF;
}
</style>