Shades of Deep Magenta #C809B9
Tints of Deep Magenta #C809B9
RGB
CMYK
RGB Variations
Color information
#C809B9 (or 0xC809B9) is known color: Deep Magenta. HEX triplet: C8, 09 and B9. RGB value is (200,9,185). Sum of RGB (Red+Green+Blue) = 200+9+185=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C809B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809B9 is #37F646. Grayscale: #555555. Windows color (decimal): -3667527 or 12126664. OLE color: 12126664.
HSL color Cylindrical-coordinate representation of color #C809B9: hue angle of 304.71º 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 #C809B9 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 185 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.22 |
| HSL | 304.71º | 0.91% | 0.41% | - |
| HSV(B) | 304.71º | 0.96% | 0.78% | - |
| XYZ | 32.67 | 15.98 | 47.26 | - |
| YUV | 86.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 185 | 0 | 0.96 | 0.08 | 0.22 | 304.71 | 0.91 | 0.41 |
| Hex | C8 | 9 | B9 | 0 | 60 | 8 | 16 | 131 | 5B | 29 |
| Octal | 310 | 11 | 271 | 0 | 140 | 10 | 26 | 461 | 133 | 51 |
| Binary | 11001000 | 1001 | 10111001 | 0 | 1100000 | 1000 | 10110 | 100110001 | 1011011 | 101001 |
Color Harmonies of #C809B9
Complementary color
Monochromatic Colors of #C809B9
Black with #C809B9
Text Example
Text Example
White with #C809B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809B9; }
p { color: rgb(200,9,185); }
H1.HeaderClassName
{
color: #C809B9;
}
.AnyTagClassName
{
color: #C809B9;
}
</style>
background-color css
<style>
a { background-color: #C809B9; }
a { background-color: rgb(200,9,185); }
div.DivClassName
{
background-color: #C809B9;
}
.BgClassName
{
background-color: #C809B9;
}
</style>
border-color css
<style>
span { border-color: #C809B9; }
span { border-color: rgb(200,9,185); }
td.TdClassName
{
border-color: #C809B9;
}
.TagClassName
{
border-color: #C809B9;
}
</style>