Shades of Deep Magenta #C611AC
Tints of Deep Magenta #C611AC
RGB
CMYK
RGB Variations
Color information
#C611AC (or 0xC611AC) is known color: Deep Magenta. HEX triplet: C6, 11 and AC. RGB value is (198,17,172). Sum of RGB (Red+Green+Blue) = 198+17+172=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C611AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C611AC is #39EE53. Grayscale: #585858. Windows color (decimal): -3796564 or 11276742. OLE color: 11276742.
HSL color Cylindrical-coordinate representation of color #C611AC: hue angle of 308.62º 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 #C611AC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.22 |
| HSL | 308.62º | 0.84% | 0.42% | - |
| HSV(B) | 308.62º | 0.91% | 0.78% | - |
| XYZ | 30.94 | 15.39 | 40.37 | - |
| YUV | 88.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 172 | 0 | 0.91 | 0.13 | 0.22 | 308.62 | 0.84 | 0.42 |
| Hex | C6 | 11 | AC | 0 | 5B | D | 16 | 135 | 54 | 2A |
| Octal | 306 | 21 | 254 | 0 | 133 | 15 | 26 | 465 | 124 | 52 |
| Binary | 11000110 | 10001 | 10101100 | 0 | 1011011 | 1101 | 10110 | 100110101 | 1010100 | 101010 |
Color Harmonies of #C611AC
Complementary color
Monochromatic Colors of #C611AC
Black with #C611AC
Text Example
Text Example
White with #C611AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611AC; }
p { color: rgb(198,17,172); }
H1.HeaderClassName
{
color: #C611AC;
}
.AnyTagClassName
{
color: #C611AC;
}
</style>
background-color css
<style>
a { background-color: #C611AC; }
a { background-color: rgb(198,17,172); }
div.DivClassName
{
background-color: #C611AC;
}
.BgClassName
{
background-color: #C611AC;
}
</style>
border-color css
<style>
span { border-color: #C611AC; }
span { border-color: rgb(198,17,172); }
td.TdClassName
{
border-color: #C611AC;
}
.TagClassName
{
border-color: #C611AC;
}
</style>