Shades of Deep Magenta #C809BA
Tints of Deep Magenta #C809BA
RGB
CMYK
RGB Variations
Color information
#C809BA (or 0xC809BA) is known color: Deep Magenta. HEX triplet: C8, 09 and BA. RGB value is (200,9,186). Sum of RGB (Red+Green+Blue) = 200+9+186=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C809BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809BA is #37F645. Grayscale: #555555. Windows color (decimal): -3667526 or 12192200. OLE color: 12192200.
HSL color Cylindrical-coordinate representation of color #C809BA: hue angle of 304.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C809BA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.22 |
| HSL | 304.4º | 0.91% | 0.41% | - |
| HSV(B) | 304.4º | 0.96% | 0.78% | - |
| XYZ | 32.78 | 16.02 | 47.82 | - |
| YUV | 86.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 186 | 0 | 0.96 | 0.07 | 0.22 | 304.4 | 0.91 | 0.41 |
| Hex | C8 | 9 | BA | 0 | 60 | 7 | 16 | 130 | 5B | 29 |
| Octal | 310 | 11 | 272 | 0 | 140 | 7 | 26 | 460 | 133 | 51 |
| Binary | 11001000 | 1001 | 10111010 | 0 | 1100000 | 111 | 10110 | 100110000 | 1011011 | 101001 |
Color Harmonies of #C809BA
Complementary color
Monochromatic Colors of #C809BA
Black with #C809BA
Text Example
Text Example
White with #C809BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809BA; }
p { color: rgb(200,9,186); }
H1.HeaderClassName
{
color: #C809BA;
}
.AnyTagClassName
{
color: #C809BA;
}
</style>
background-color css
<style>
a { background-color: #C809BA; }
a { background-color: rgb(200,9,186); }
div.DivClassName
{
background-color: #C809BA;
}
.BgClassName
{
background-color: #C809BA;
}
</style>
border-color css
<style>
span { border-color: #C809BA; }
span { border-color: rgb(200,9,186); }
td.TdClassName
{
border-color: #C809BA;
}
.TagClassName
{
border-color: #C809BA;
}
</style>