Shades of Deep Magenta #C509CA
Tints of Deep Magenta #C509CA
RGB
CMYK
RGB Variations
Color information
#C509CA (or 0xC509CA) is known color: Deep Magenta. HEX triplet: C5, 09 and CA. RGB value is (197,9,202). Sum of RGB (Red+Green+Blue) = 197+9+202=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #C509CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509CA is #3AF635. Grayscale: #565656. Windows color (decimal): -3864118 or 13240773. OLE color: 13240773.
HSL color Cylindrical-coordinate representation of color #C509CA: hue angle of 298.45º 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 #C509CA is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 9 | 202 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.21 |
| HSL | 298.45º | 0.91% | 0.41% | - |
| HSV(B) | 298.45º | 0.96% | 0.79% | - |
| XYZ | 33.78 | 16.33 | 57.25 | - |
| YUV | 87.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 202 | 0.02 | 0.96 | 0 | 0.21 | 298.45 | 0.91 | 0.41 |
| Hex | C5 | 9 | CA | 2 | 60 | 0 | 15 | 12A | 5B | 29 |
| Octal | 305 | 11 | 312 | 2 | 140 | 0 | 25 | 452 | 133 | 51 |
| Binary | 11000101 | 1001 | 11001010 | 10 | 1100000 | 0 | 10101 | 100101010 | 1011011 | 101001 |
Color Harmonies of #C509CA
Complementary color
Monochromatic Colors of #C509CA
Black with #C509CA
Text Example
Text Example
White with #C509CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509CA; }
p { color: rgb(197,9,202); }
H1.HeaderClassName
{
color: #C509CA;
}
.AnyTagClassName
{
color: #C509CA;
}
</style>
background-color css
<style>
a { background-color: #C509CA; }
a { background-color: rgb(197,9,202); }
div.DivClassName
{
background-color: #C509CA;
}
.BgClassName
{
background-color: #C509CA;
}
</style>
border-color css
<style>
span { border-color: #C509CA; }
span { border-color: rgb(197,9,202); }
td.TdClassName
{
border-color: #C509CA;
}
.TagClassName
{
border-color: #C509CA;
}
</style>