Shades of Deep Magenta #C809C9
Tints of Deep Magenta #C809C9
RGB
CMYK
RGB Variations
Color information
#C809C9 (or 0xC809C9) is known color: Deep Magenta. HEX triplet: C8, 09 and C9. RGB value is (200,9,201). Sum of RGB (Red+Green+Blue) = 200+9+201=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #C809C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809C9 is #37F636. Grayscale: #575757. Windows color (decimal): -3667511 or 13175240. OLE color: 13175240.
HSL color Cylindrical-coordinate representation of color #C809C9: hue angle of 299.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C809C9 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 9 | 201 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.21 |
| HSL | 299.69º | 0.91% | 0.41% | - |
| HSV(B) | 299.69º | 0.96% | 0.79% | - |
| XYZ | 34.46 | 16.69 | 56.66 | - |
| YUV | 88 | 191.78 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 201 | 0.00 | 0.96 | 0 | 0.21 | 299.69 | 0.91 | 0.41 |
| Hex | C8 | 9 | C9 | 0 | 60 | 0 | 15 | 12C | 5B | 29 |
| Octal | 310 | 11 | 311 | 0 | 140 | 0 | 25 | 454 | 133 | 51 |
| Binary | 11001000 | 1001 | 11001001 | 0 | 1100000 | 0 | 10101 | 100101100 | 1011011 | 101001 |
Color Harmonies of #C809C9
Complementary color
Monochromatic Colors of #C809C9
Black with #C809C9
Text Example
Text Example
White with #C809C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809C9; }
p { color: rgb(200,9,201); }
H1.HeaderClassName
{
color: #C809C9;
}
.AnyTagClassName
{
color: #C809C9;
}
</style>
background-color css
<style>
a { background-color: #C809C9; }
a { background-color: rgb(200,9,201); }
div.DivClassName
{
background-color: #C809C9;
}
.BgClassName
{
background-color: #C809C9;
}
</style>
border-color css
<style>
span { border-color: #C809C9; }
span { border-color: rgb(200,9,201); }
td.TdClassName
{
border-color: #C809C9;
}
.TagClassName
{
border-color: #C809C9;
}
</style>