Shades of Deep Magenta #C61AAF
Tints of Deep Magenta #C61AAF
RGB
CMYK
RGB Variations
Color information
#C61AAF (or 0xC61AAF) is known color: Deep Magenta. HEX triplet: C6, 1A and AF. RGB value is (198,26,175). Sum of RGB (Red+Green+Blue) = 198+26+175=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AAF is #39E550. Grayscale: #5D5D5D. Windows color (decimal): -3794257 or 11475654. OLE color: 11475654.
HSL color Cylindrical-coordinate representation of color #C61AAF: hue angle of 308.02º 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 #C61AAF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 175 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.22 |
| HSL | 308.02º | 0.77% | 0.44% | - |
| HSV(B) | 308.02º | 0.87% | 0.78% | - |
| XYZ | 31.4 | 15.84 | 41.96 | - |
| YUV | 94.41 | 173.48 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 175 | 0 | 0.87 | 0.12 | 0.22 | 308.02 | 0.77 | 0.44 |
| Hex | C6 | 1A | AF | 0 | 57 | C | 16 | 134 | 4D | 2C |
| Octal | 306 | 32 | 257 | 0 | 127 | 14 | 26 | 464 | 115 | 54 |
| Binary | 11000110 | 11010 | 10101111 | 0 | 1010111 | 1100 | 10110 | 100110100 | 1001101 | 101100 |
Color Harmonies of #C61AAF
Complementary color
Monochromatic Colors of #C61AAF
Black with #C61AAF
Text Example
Text Example
White with #C61AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AAF; }
p { color: rgb(198,26,175); }
H1.HeaderClassName
{
color: #C61AAF;
}
.AnyTagClassName
{
color: #C61AAF;
}
</style>
background-color css
<style>
a { background-color: #C61AAF; }
a { background-color: rgb(198,26,175); }
div.DivClassName
{
background-color: #C61AAF;
}
.BgClassName
{
background-color: #C61AAF;
}
</style>
border-color css
<style>
span { border-color: #C61AAF; }
span { border-color: rgb(198,26,175); }
td.TdClassName
{
border-color: #C61AAF;
}
.TagClassName
{
border-color: #C61AAF;
}
</style>