Shades of Deep Magenta #C809BC
Tints of Deep Magenta #C809BC
RGB
CMYK
RGB Variations
Color information
#C809BC (or 0xC809BC) is known color: Deep Magenta. HEX triplet: C8, 09 and BC. RGB value is (200,9,188). Sum of RGB (Red+Green+Blue) = 200+9+188=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C809BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809BC is #37F643. Grayscale: #555555. Windows color (decimal): -3667524 or 12323272. OLE color: 12323272.
HSL color Cylindrical-coordinate representation of color #C809BC: hue angle of 303.77º 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 #C809BC is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.22 |
| HSL | 303.77º | 0.91% | 0.41% | - |
| HSV(B) | 303.77º | 0.96% | 0.78% | - |
| XYZ | 32.99 | 16.11 | 48.95 | - |
| YUV | 86.52 | 185.28 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 188 | 0 | 0.96 | 0.06 | 0.22 | 303.77 | 0.91 | 0.41 |
| Hex | C8 | 9 | BC | 0 | 60 | 6 | 16 | 130 | 5B | 29 |
| Octal | 310 | 11 | 274 | 0 | 140 | 6 | 26 | 460 | 133 | 51 |
| Binary | 11001000 | 1001 | 10111100 | 0 | 1100000 | 110 | 10110 | 100110000 | 1011011 | 101001 |
Color Harmonies of #C809BC
Complementary color
Monochromatic Colors of #C809BC
Black with #C809BC
Text Example
Text Example
White with #C809BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809BC; }
p { color: rgb(200,9,188); }
H1.HeaderClassName
{
color: #C809BC;
}
.AnyTagClassName
{
color: #C809BC;
}
</style>
background-color css
<style>
a { background-color: #C809BC; }
a { background-color: rgb(200,9,188); }
div.DivClassName
{
background-color: #C809BC;
}
.BgClassName
{
background-color: #C809BC;
}
</style>
border-color css
<style>
span { border-color: #C809BC; }
span { border-color: rgb(200,9,188); }
td.TdClassName
{
border-color: #C809BC;
}
.TagClassName
{
border-color: #C809BC;
}
</style>