Shades of Deep Magenta #C809C0
Tints of Deep Magenta #C809C0
RGB
CMYK
RGB Variations
Color information
#C809C0 (or 0xC809C0) is known color: Deep Magenta. HEX triplet: C8, 09 and C0. RGB value is (200,9,192). Sum of RGB (Red+Green+Blue) = 200+9+192=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C809C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809C0 is #37F63F. Grayscale: #565656. Windows color (decimal): -3667520 or 12585416. OLE color: 12585416.
HSL color Cylindrical-coordinate representation of color #C809C0: hue angle of 302.51º 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 #C809C0 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.22 |
| HSL | 302.51º | 0.91% | 0.41% | - |
| HSV(B) | 302.51º | 0.96% | 0.78% | - |
| XYZ | 33.43 | 16.28 | 51.25 | - |
| YUV | 86.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 192 | 0 | 0.96 | 0.04 | 0.22 | 302.51 | 0.91 | 0.41 |
| Hex | C8 | 9 | C0 | 0 | 60 | 4 | 16 | 12F | 5B | 29 |
| Octal | 310 | 11 | 300 | 0 | 140 | 4 | 26 | 457 | 133 | 51 |
| Binary | 11001000 | 1001 | 11000000 | 0 | 1100000 | 100 | 10110 | 100101111 | 1011011 | 101001 |
Color Harmonies of #C809C0
Complementary color
Monochromatic Colors of #C809C0
Black with #C809C0
Text Example
Text Example
White with #C809C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809C0; }
p { color: rgb(200,9,192); }
H1.HeaderClassName
{
color: #C809C0;
}
.AnyTagClassName
{
color: #C809C0;
}
</style>
background-color css
<style>
a { background-color: #C809C0; }
a { background-color: rgb(200,9,192); }
div.DivClassName
{
background-color: #C809C0;
}
.BgClassName
{
background-color: #C809C0;
}
</style>
border-color css
<style>
span { border-color: #C809C0; }
span { border-color: rgb(200,9,192); }
td.TdClassName
{
border-color: #C809C0;
}
.TagClassName
{
border-color: #C809C0;
}
</style>