Shades of Deep Magenta #C61AD1
Tints of Deep Magenta #C61AD1
RGB
CMYK
RGB Variations
Color information
#C61AD1 (or 0xC61AD1) is known color: Deep Magenta. HEX triplet: C6, 1A and D1. RGB value is (198,26,209). Sum of RGB (Red+Green+Blue) = 198+26+209=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #C61AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AD1 is #39E52E. Grayscale: #616161. Windows color (decimal): -3794223 or 13703878. OLE color: 13703878.
HSL color Cylindrical-coordinate representation of color #C61AD1: hue angle of 296.39º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61AD1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 26 | 209 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.18 |
| HSL | 296.39º | 0.78% | 0.46% | - |
| HSV(B) | 296.39º | 0.88% | 0.82% | - |
| XYZ | 35.17 | 17.35 | 61.82 | - |
| YUV | 98.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 209 | 0.05 | 0.88 | 0 | 0.18 | 296.39 | 0.78 | 0.46 |
| Hex | C6 | 1A | D1 | 5 | 58 | 0 | 12 | 128 | 4E | 2E |
| Octal | 306 | 32 | 321 | 5 | 130 | 0 | 22 | 450 | 116 | 56 |
| Binary | 11000110 | 11010 | 11010001 | 101 | 1011000 | 0 | 10010 | 100101000 | 1001110 | 101110 |
Color Harmonies of #C61AD1
Complementary color
Monochromatic Colors of #C61AD1
Black with #C61AD1
Text Example
Text Example
White with #C61AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AD1; }
p { color: rgb(198,26,209); }
H1.HeaderClassName
{
color: #C61AD1;
}
.AnyTagClassName
{
color: #C61AD1;
}
</style>
background-color css
<style>
a { background-color: #C61AD1; }
a { background-color: rgb(198,26,209); }
div.DivClassName
{
background-color: #C61AD1;
}
.BgClassName
{
background-color: #C61AD1;
}
</style>
border-color css
<style>
span { border-color: #C61AD1; }
span { border-color: rgb(198,26,209); }
td.TdClassName
{
border-color: #C61AD1;
}
.TagClassName
{
border-color: #C61AD1;
}
</style>