Shades of Deep Magenta #C809CA
Tints of Deep Magenta #C809CA
RGB
CMYK
RGB Variations
Color information
#C809CA (or 0xC809CA) is known color: Deep Magenta. HEX triplet: C8, 09 and CA. RGB value is (200,9,202). Sum of RGB (Red+Green+Blue) = 200+9+202=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #C809CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809CA is #37F635. Grayscale: #575757. Windows color (decimal): -3667510 or 13240776. OLE color: 13240776.
HSL color Cylindrical-coordinate representation of color #C809CA: hue angle of 299.38º 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 #C809CA is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 9 | 202 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.21 |
| HSL | 299.38º | 0.91% | 0.41% | - |
| HSV(B) | 299.38º | 0.96% | 0.79% | - |
| XYZ | 34.58 | 16.74 | 57.29 | - |
| YUV | 88.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 202 | 0.01 | 0.96 | 0 | 0.21 | 299.38 | 0.91 | 0.41 |
| Hex | C8 | 9 | CA | 1 | 60 | 0 | 15 | 12B | 5B | 29 |
| Octal | 310 | 11 | 312 | 1 | 140 | 0 | 25 | 453 | 133 | 51 |
| Binary | 11001000 | 1001 | 11001010 | 1 | 1100000 | 0 | 10101 | 100101011 | 1011011 | 101001 |
Color Harmonies of #C809CA
Complementary color
Monochromatic Colors of #C809CA
Black with #C809CA
Text Example
Text Example
White with #C809CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809CA; }
p { color: rgb(200,9,202); }
H1.HeaderClassName
{
color: #C809CA;
}
.AnyTagClassName
{
color: #C809CA;
}
</style>
background-color css
<style>
a { background-color: #C809CA; }
a { background-color: rgb(200,9,202); }
div.DivClassName
{
background-color: #C809CA;
}
.BgClassName
{
background-color: #C809CA;
}
</style>
border-color css
<style>
span { border-color: #C809CA; }
span { border-color: rgb(200,9,202); }
td.TdClassName
{
border-color: #C809CA;
}
.TagClassName
{
border-color: #C809CA;
}
</style>