Shades of Deep Magenta #C611BA
Tints of Deep Magenta #C611BA
RGB
CMYK
RGB Variations
Color information
#C611BA (or 0xC611BA) is known color: Deep Magenta. HEX triplet: C6, 11 and BA. RGB value is (198,17,186). Sum of RGB (Red+Green+Blue) = 198+17+186=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C611BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611BA is #39EE45. Grayscale: #595959. Windows color (decimal): -3796550 or 12194246. OLE color: 12194246.
HSL color Cylindrical-coordinate representation of color #C611BA: hue angle of 303.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C611BA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 186 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.22 |
| HSL | 303.98º | 0.84% | 0.42% | - |
| HSV(B) | 303.98º | 0.91% | 0.78% | - |
| XYZ | 32.35 | 15.95 | 47.83 | - |
| YUV | 90.39 | 181.97 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 186 | 0 | 0.91 | 0.06 | 0.22 | 303.98 | 0.84 | 0.42 |
| Hex | C6 | 11 | BA | 0 | 5B | 6 | 16 | 130 | 54 | 2A |
| Octal | 306 | 21 | 272 | 0 | 133 | 6 | 26 | 460 | 124 | 52 |
| Binary | 11000110 | 10001 | 10111010 | 0 | 1011011 | 110 | 10110 | 100110000 | 1010100 | 101010 |
Color Harmonies of #C611BA
Complementary color
Monochromatic Colors of #C611BA
Black with #C611BA
Text Example
Text Example
White with #C611BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611BA; }
p { color: rgb(198,17,186); }
H1.HeaderClassName
{
color: #C611BA;
}
.AnyTagClassName
{
color: #C611BA;
}
</style>
background-color css
<style>
a { background-color: #C611BA; }
a { background-color: rgb(198,17,186); }
div.DivClassName
{
background-color: #C611BA;
}
.BgClassName
{
background-color: #C611BA;
}
</style>
border-color css
<style>
span { border-color: #C611BA; }
span { border-color: rgb(198,17,186); }
td.TdClassName
{
border-color: #C611BA;
}
.TagClassName
{
border-color: #C611BA;
}
</style>