Shades of Deep Magenta #C61AAD
Tints of Deep Magenta #C61AAD
RGB
CMYK
RGB Variations
Color information
#C61AAD (or 0xC61AAD) is known color: Deep Magenta. HEX triplet: C6, 1A and AD. RGB value is (198,26,173). Sum of RGB (Red+Green+Blue) = 198+26+173=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AAD is #39E552. Grayscale: #5D5D5D. Windows color (decimal): -3794259 or 11344582. OLE color: 11344582.
HSL color Cylindrical-coordinate representation of color #C61AAD: hue angle of 308.72º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61AAD is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 173 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.22 |
| HSL | 308.72º | 0.77% | 0.44% | - |
| HSV(B) | 308.72º | 0.87% | 0.78% | - |
| XYZ | 31.2 | 15.76 | 40.93 | - |
| YUV | 94.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 173 | 0 | 0.87 | 0.13 | 0.22 | 308.72 | 0.77 | 0.44 |
| Hex | C6 | 1A | AD | 0 | 57 | D | 16 | 135 | 4D | 2C |
| Octal | 306 | 32 | 255 | 0 | 127 | 15 | 26 | 465 | 115 | 54 |
| Binary | 11000110 | 11010 | 10101101 | 0 | 1010111 | 1101 | 10110 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C61AAD
Complementary color
Monochromatic Colors of #C61AAD
Black with #C61AAD
Text Example
Text Example
White with #C61AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AAD; }
p { color: rgb(198,26,173); }
H1.HeaderClassName
{
color: #C61AAD;
}
.AnyTagClassName
{
color: #C61AAD;
}
</style>
background-color css
<style>
a { background-color: #C61AAD; }
a { background-color: rgb(198,26,173); }
div.DivClassName
{
background-color: #C61AAD;
}
.BgClassName
{
background-color: #C61AAD;
}
</style>
border-color css
<style>
span { border-color: #C61AAD; }
span { border-color: rgb(198,26,173); }
td.TdClassName
{
border-color: #C61AAD;
}
.TagClassName
{
border-color: #C61AAD;
}
</style>