Shades of Deep Magenta #C61AD5
Tints of Deep Magenta #C61AD5
RGB
CMYK
RGB Variations
Color information
#C61AD5 (or 0xC61AD5) is known color: Deep Magenta. HEX triplet: C6, 1A and D5. RGB value is (198,26,213). Sum of RGB (Red+Green+Blue) = 198+26+213=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #C61AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AD5 is #39E52A. Grayscale: #626262. Windows color (decimal): -3794219 or 13966022. OLE color: 13966022.
HSL color Cylindrical-coordinate representation of color #C61AD5: hue angle of 295.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61AD5 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 26 | 213 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.16 |
| HSL | 295.19º | 0.78% | 0.47% | - |
| HSV(B) | 295.19º | 0.88% | 0.84% | - |
| XYZ | 35.67 | 17.55 | 64.46 | - |
| YUV | 98.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 213 | 0.07 | 0.88 | 0 | 0.16 | 295.19 | 0.78 | 0.47 |
| Hex | C6 | 1A | D5 | 7 | 58 | 0 | 10 | 127 | 4E | 2F |
| Octal | 306 | 32 | 325 | 7 | 130 | 0 | 20 | 447 | 116 | 57 |
| Binary | 11000110 | 11010 | 11010101 | 111 | 1011000 | 0 | 10000 | 100100111 | 1001110 | 101111 |
Color Harmonies of #C61AD5
Complementary color
Monochromatic Colors of #C61AD5
Black with #C61AD5
Text Example
Text Example
White with #C61AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AD5; }
p { color: rgb(198,26,213); }
H1.HeaderClassName
{
color: #C61AD5;
}
.AnyTagClassName
{
color: #C61AD5;
}
</style>
background-color css
<style>
a { background-color: #C61AD5; }
a { background-color: rgb(198,26,213); }
div.DivClassName
{
background-color: #C61AD5;
}
.BgClassName
{
background-color: #C61AD5;
}
</style>
border-color css
<style>
span { border-color: #C61AD5; }
span { border-color: rgb(198,26,213); }
td.TdClassName
{
border-color: #C61AD5;
}
.TagClassName
{
border-color: #C61AD5;
}
</style>