Shades of Deep Magenta #C807BA
Tints of Deep Magenta #C807BA
RGB
CMYK
RGB Variations
Color information
#C807BA (or 0xC807BA) is known color: Deep Magenta. HEX triplet: C8, 07 and BA. RGB value is (200,7,186). Sum of RGB (Red+Green+Blue) = 200+7+186=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C807BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C807BA is #37F845. Grayscale: #545454. Windows color (decimal): -3668038 or 12191688. OLE color: 12191688.
HSL color Cylindrical-coordinate representation of color #C807BA: hue angle of 304.35º 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 #C807BA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 186 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.22 |
| HSL | 304.35º | 0.93% | 0.41% | - |
| HSV(B) | 304.35º | 0.97% | 0.78% | - |
| XYZ | 32.76 | 15.98 | 47.81 | - |
| YUV | 85.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 186 | 0 | 0.96 | 0.07 | 0.22 | 304.35 | 0.93 | 0.41 |
| Hex | C8 | 7 | BA | 0 | 60 | 7 | 16 | 130 | 5D | 29 |
| Octal | 310 | 7 | 272 | 0 | 140 | 7 | 26 | 460 | 135 | 51 |
| Binary | 11001000 | 111 | 10111010 | 0 | 1100000 | 111 | 10110 | 100110000 | 1011101 | 101001 |
Color Harmonies of #C807BA
Complementary color
Monochromatic Colors of #C807BA
Black with #C807BA
Text Example
Text Example
White with #C807BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807BA; }
p { color: rgb(200,7,186); }
H1.HeaderClassName
{
color: #C807BA;
}
.AnyTagClassName
{
color: #C807BA;
}
</style>
background-color css
<style>
a { background-color: #C807BA; }
a { background-color: rgb(200,7,186); }
div.DivClassName
{
background-color: #C807BA;
}
.BgClassName
{
background-color: #C807BA;
}
</style>
border-color css
<style>
span { border-color: #C807BA; }
span { border-color: rgb(200,7,186); }
td.TdClassName
{
border-color: #C807BA;
}
.TagClassName
{
border-color: #C807BA;
}
</style>