Shades of Deep Magenta #C61ABE
Tints of Deep Magenta #C61ABE
RGB
CMYK
RGB Variations
Color information
#C61ABE (or 0xC61ABE) is known color: Deep Magenta. HEX triplet: C6, 1A and BE. RGB value is (198,26,190). Sum of RGB (Red+Green+Blue) = 198+26+190=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C61ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ABE is #39E541. Grayscale: #5F5F5F. Windows color (decimal): -3794242 or 12458694. OLE color: 12458694.
HSL color Cylindrical-coordinate representation of color #C61ABE: hue angle of 302.79º 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 #C61ABE is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 190 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.22 |
| HSL | 302.79º | 0.77% | 0.44% | - |
| HSV(B) | 302.79º | 0.87% | 0.78% | - |
| XYZ | 32.95 | 16.46 | 50.16 | - |
| YUV | 96.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 190 | 0 | 0.87 | 0.04 | 0.22 | 302.79 | 0.77 | 0.44 |
| Hex | C6 | 1A | BE | 0 | 57 | 4 | 16 | 12F | 4D | 2C |
| Octal | 306 | 32 | 276 | 0 | 127 | 4 | 26 | 457 | 115 | 54 |
| Binary | 11000110 | 11010 | 10111110 | 0 | 1010111 | 100 | 10110 | 100101111 | 1001101 | 101100 |
Color Harmonies of #C61ABE
Complementary color
Monochromatic Colors of #C61ABE
Black with #C61ABE
Text Example
Text Example
White with #C61ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61ABE; }
p { color: rgb(198,26,190); }
H1.HeaderClassName
{
color: #C61ABE;
}
.AnyTagClassName
{
color: #C61ABE;
}
</style>
background-color css
<style>
a { background-color: #C61ABE; }
a { background-color: rgb(198,26,190); }
div.DivClassName
{
background-color: #C61ABE;
}
.BgClassName
{
background-color: #C61ABE;
}
</style>
border-color css
<style>
span { border-color: #C61ABE; }
span { border-color: rgb(198,26,190); }
td.TdClassName
{
border-color: #C61ABE;
}
.TagClassName
{
border-color: #C61ABE;
}
</style>