Shades of Deep Magenta #C61AB9
Tints of Deep Magenta #C61AB9
RGB
CMYK
RGB Variations
Color information
#C61AB9 (or 0xC61AB9) is known color: Deep Magenta. HEX triplet: C6, 1A and B9. RGB value is (198,26,185). Sum of RGB (Red+Green+Blue) = 198+26+185=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61AB9 is #39E546. Grayscale: #5F5F5F. Windows color (decimal): -3794247 or 12131014. OLE color: 12131014.
HSL color Cylindrical-coordinate representation of color #C61AB9: hue angle of 304.53º 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 #C61AB9 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 185 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.22 |
| HSL | 304.53º | 0.77% | 0.44% | - |
| HSV(B) | 304.53º | 0.87% | 0.78% | - |
| XYZ | 32.42 | 16.25 | 47.33 | - |
| YUV | 95.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 185 | 0 | 0.87 | 0.07 | 0.22 | 304.53 | 0.77 | 0.44 |
| Hex | C6 | 1A | B9 | 0 | 57 | 7 | 16 | 131 | 4D | 2C |
| Octal | 306 | 32 | 271 | 0 | 127 | 7 | 26 | 461 | 115 | 54 |
| Binary | 11000110 | 11010 | 10111001 | 0 | 1010111 | 111 | 10110 | 100110001 | 1001101 | 101100 |
Color Harmonies of #C61AB9
Complementary color
Monochromatic Colors of #C61AB9
Black with #C61AB9
Text Example
Text Example
White with #C61AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AB9; }
p { color: rgb(198,26,185); }
H1.HeaderClassName
{
color: #C61AB9;
}
.AnyTagClassName
{
color: #C61AB9;
}
</style>
background-color css
<style>
a { background-color: #C61AB9; }
a { background-color: rgb(198,26,185); }
div.DivClassName
{
background-color: #C61AB9;
}
.BgClassName
{
background-color: #C61AB9;
}
</style>
border-color css
<style>
span { border-color: #C61AB9; }
span { border-color: rgb(198,26,185); }
td.TdClassName
{
border-color: #C61AB9;
}
.TagClassName
{
border-color: #C61AB9;
}
</style>