Shades of Deep Magenta #C809BE
Tints of Deep Magenta #C809BE
RGB
CMYK
RGB Variations
Color information
#C809BE (or 0xC809BE) is known color: Deep Magenta. HEX triplet: C8, 09 and BE. RGB value is (200,9,190). Sum of RGB (Red+Green+Blue) = 200+9+190=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C809BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809BE is #37F641. Grayscale: #565656. Windows color (decimal): -3667522 or 12454344. OLE color: 12454344.
HSL color Cylindrical-coordinate representation of color #C809BE: hue angle of 303.14º 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 #C809BE is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 190 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.22 |
| HSL | 303.14º | 0.91% | 0.41% | - |
| HSV(B) | 303.14º | 0.96% | 0.78% | - |
| XYZ | 33.21 | 16.19 | 50.09 | - |
| YUV | 86.74 | 186.28 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 190 | 0 | 0.96 | 0.05 | 0.22 | 303.14 | 0.91 | 0.41 |
| Hex | C8 | 9 | BE | 0 | 60 | 5 | 16 | 12F | 5B | 29 |
| Octal | 310 | 11 | 276 | 0 | 140 | 5 | 26 | 457 | 133 | 51 |
| Binary | 11001000 | 1001 | 10111110 | 0 | 1100000 | 101 | 10110 | 100101111 | 1011011 | 101001 |
Color Harmonies of #C809BE
Complementary color
Monochromatic Colors of #C809BE
Black with #C809BE
Text Example
Text Example
White with #C809BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809BE; }
p { color: rgb(200,9,190); }
H1.HeaderClassName
{
color: #C809BE;
}
.AnyTagClassName
{
color: #C809BE;
}
</style>
background-color css
<style>
a { background-color: #C809BE; }
a { background-color: rgb(200,9,190); }
div.DivClassName
{
background-color: #C809BE;
}
.BgClassName
{
background-color: #C809BE;
}
</style>
border-color css
<style>
span { border-color: #C809BE; }
span { border-color: rgb(200,9,190); }
td.TdClassName
{
border-color: #C809BE;
}
.TagClassName
{
border-color: #C809BE;
}
</style>