Shades of Deep Magenta #C505AC
Tints of Deep Magenta #C505AC
RGB
CMYK
RGB Variations
Color information
#C505AC (or 0xC505AC) is known color: Deep Magenta. HEX triplet: C5, 05 and AC. RGB value is (197,5,172). Sum of RGB (Red+Green+Blue) = 197+5+172=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C505AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505AC is #3AFA53. Grayscale: #505050. Windows color (decimal): -3865172 or 11273669. OLE color: 11273669.
HSL color Cylindrical-coordinate representation of color #C505AC: hue angle of 307.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C505AC is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 172 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.23 |
| HSL | 307.81º | 0.95% | 0.4% | - |
| HSV(B) | 307.81º | 0.97% | 0.77% | - |
| XYZ | 30.53 | 14.96 | 40.31 | - |
| YUV | 81.45 | 179.11 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 172 | 0 | 0.97 | 0.13 | 0.23 | 307.81 | 0.95 | 0.4 |
| Hex | C5 | 5 | AC | 0 | 61 | D | 17 | 134 | 5F | 28 |
| Octal | 305 | 5 | 254 | 0 | 141 | 15 | 27 | 464 | 137 | 50 |
| Binary | 11000101 | 101 | 10101100 | 0 | 1100001 | 1101 | 10111 | 100110100 | 1011111 | 101000 |
Color Harmonies of #C505AC
Complementary color
Monochromatic Colors of #C505AC
Black with #C505AC
Text Example
Text Example
White with #C505AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505AC; }
p { color: rgb(197,5,172); }
H1.HeaderClassName
{
color: #C505AC;
}
.AnyTagClassName
{
color: #C505AC;
}
</style>
background-color css
<style>
a { background-color: #C505AC; }
a { background-color: rgb(197,5,172); }
div.DivClassName
{
background-color: #C505AC;
}
.BgClassName
{
background-color: #C505AC;
}
</style>
border-color css
<style>
span { border-color: #C505AC; }
span { border-color: rgb(197,5,172); }
td.TdClassName
{
border-color: #C505AC;
}
.TagClassName
{
border-color: #C505AC;
}
</style>