Shades of Deep Magenta #C61AB1
Tints of Deep Magenta #C61AB1
RGB
CMYK
RGB Variations
Color information
#C61AB1 (or 0xC61AB1) is known color: Deep Magenta. HEX triplet: C6, 1A and B1. RGB value is (198,26,177). Sum of RGB (Red+Green+Blue) = 198+26+177=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AB1 is #39E54E. Grayscale: #5E5E5E. Windows color (decimal): -3794255 or 11606726. OLE color: 11606726.
HSL color Cylindrical-coordinate representation of color #C61AB1: hue angle of 307.33º 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 #C61AB1 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 177 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.22 |
| HSL | 307.33º | 0.77% | 0.44% | - |
| HSV(B) | 307.33º | 0.87% | 0.78% | - |
| XYZ | 31.59 | 15.92 | 43 | - |
| YUV | 94.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 177 | 0 | 0.87 | 0.11 | 0.22 | 307.33 | 0.77 | 0.44 |
| Hex | C6 | 1A | B1 | 0 | 57 | B | 16 | 133 | 4D | 2C |
| Octal | 306 | 32 | 261 | 0 | 127 | 13 | 26 | 463 | 115 | 54 |
| Binary | 11000110 | 11010 | 10110001 | 0 | 1010111 | 1011 | 10110 | 100110011 | 1001101 | 101100 |
Color Harmonies of #C61AB1
Complementary color
Monochromatic Colors of #C61AB1
Black with #C61AB1
Text Example
Text Example
White with #C61AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AB1; }
p { color: rgb(198,26,177); }
H1.HeaderClassName
{
color: #C61AB1;
}
.AnyTagClassName
{
color: #C61AB1;
}
</style>
background-color css
<style>
a { background-color: #C61AB1; }
a { background-color: rgb(198,26,177); }
div.DivClassName
{
background-color: #C61AB1;
}
.BgClassName
{
background-color: #C61AB1;
}
</style>
border-color css
<style>
span { border-color: #C61AB1; }
span { border-color: rgb(198,26,177); }
td.TdClassName
{
border-color: #C61AB1;
}
.TagClassName
{
border-color: #C61AB1;
}
</style>