Shades of Deep Magenta #C61AC0
Tints of Deep Magenta #C61AC0
RGB
CMYK
RGB Variations
Color information
#C61AC0 (or 0xC61AC0) is known color: Deep Magenta. HEX triplet: C6, 1A and C0. RGB value is (198,26,192). Sum of RGB (Red+Green+Blue) = 198+26+192=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AC0 is #39E53F. Grayscale: #5F5F5F. Windows color (decimal): -3794240 or 12589766. OLE color: 12589766.
HSL color Cylindrical-coordinate representation of color #C61AC0: hue angle of 302.09º 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 #C61AC0 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 192 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.22 |
| HSL | 302.09º | 0.77% | 0.44% | - |
| HSV(B) | 302.09º | 0.87% | 0.78% | - |
| XYZ | 33.17 | 16.55 | 51.32 | - |
| YUV | 96.35 | 181.98 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 192 | 0 | 0.87 | 0.03 | 0.22 | 302.09 | 0.77 | 0.44 |
| Hex | C6 | 1A | C0 | 0 | 57 | 3 | 16 | 12E | 4D | 2C |
| Octal | 306 | 32 | 300 | 0 | 127 | 3 | 26 | 456 | 115 | 54 |
| Binary | 11000110 | 11010 | 11000000 | 0 | 1010111 | 11 | 10110 | 100101110 | 1001101 | 101100 |
Color Harmonies of #C61AC0
Complementary color
Monochromatic Colors of #C61AC0
Black with #C61AC0
Text Example
Text Example
White with #C61AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AC0; }
p { color: rgb(198,26,192); }
H1.HeaderClassName
{
color: #C61AC0;
}
.AnyTagClassName
{
color: #C61AC0;
}
</style>
background-color css
<style>
a { background-color: #C61AC0; }
a { background-color: rgb(198,26,192); }
div.DivClassName
{
background-color: #C61AC0;
}
.BgClassName
{
background-color: #C61AC0;
}
</style>
border-color css
<style>
span { border-color: #C61AC0; }
span { border-color: rgb(198,26,192); }
td.TdClassName
{
border-color: #C61AC0;
}
.TagClassName
{
border-color: #C61AC0;
}
</style>