Shades of Deep Magenta #C509CC
Tints of Deep Magenta #C509CC
RGB
CMYK
RGB Variations
Color information
#C509CC (or 0xC509CC) is known color: Deep Magenta. HEX triplet: C5, 09 and CC. RGB value is (197,9,204). Sum of RGB (Red+Green+Blue) = 197+9+204=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #C509CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C509CC is #3AF633. Grayscale: #565656. Windows color (decimal): -3864116 or 13371845. OLE color: 13371845.
HSL color Cylindrical-coordinate representation of color #C509CC: hue angle of 297.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C509CC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 9 | 204 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.2 |
| HSL | 297.85º | 0.92% | 0.42% | - |
| HSV(B) | 297.85º | 0.96% | 0.8% | - |
| XYZ | 34.02 | 16.43 | 58.5 | - |
| YUV | 87.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 204 | 0.03 | 0.96 | 0 | 0.2 | 297.85 | 0.92 | 0.42 |
| Hex | C5 | 9 | CC | 3 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 305 | 11 | 314 | 3 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000101 | 1001 | 11001100 | 11 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C509CC
Complementary color
Monochromatic Colors of #C509CC
Black with #C509CC
Text Example
Text Example
White with #C509CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509CC; }
p { color: rgb(197,9,204); }
H1.HeaderClassName
{
color: #C509CC;
}
.AnyTagClassName
{
color: #C509CC;
}
</style>
background-color css
<style>
a { background-color: #C509CC; }
a { background-color: rgb(197,9,204); }
div.DivClassName
{
background-color: #C509CC;
}
.BgClassName
{
background-color: #C509CC;
}
</style>
border-color css
<style>
span { border-color: #C509CC; }
span { border-color: rgb(197,9,204); }
td.TdClassName
{
border-color: #C509CC;
}
.TagClassName
{
border-color: #C509CC;
}
</style>