Shades of Deep Magenta #C611BC
Tints of Deep Magenta #C611BC
RGB
CMYK
RGB Variations
Color information
#C611BC (or 0xC611BC) is known color: Deep Magenta. HEX triplet: C6, 11 and BC. RGB value is (198,17,188). Sum of RGB (Red+Green+Blue) = 198+17+188=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C611BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C611BC is #39EE43. Grayscale: #5A5A5A. Windows color (decimal): -3796548 or 12325318. OLE color: 12325318.
HSL color Cylindrical-coordinate representation of color #C611BC: hue angle of 303.31º 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 #C611BC is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 188 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.22 |
| HSL | 303.31º | 0.84% | 0.42% | - |
| HSV(B) | 303.31º | 0.91% | 0.78% | - |
| XYZ | 32.57 | 16.04 | 48.96 | - |
| YUV | 90.61 | 182.97 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 188 | 0 | 0.91 | 0.05 | 0.22 | 303.31 | 0.84 | 0.42 |
| Hex | C6 | 11 | BC | 0 | 5B | 5 | 16 | 12F | 54 | 2A |
| Octal | 306 | 21 | 274 | 0 | 133 | 5 | 26 | 457 | 124 | 52 |
| Binary | 11000110 | 10001 | 10111100 | 0 | 1011011 | 101 | 10110 | 100101111 | 1010100 | 101010 |
Color Harmonies of #C611BC
Complementary color
Monochromatic Colors of #C611BC
Black with #C611BC
Text Example
Text Example
White with #C611BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C611BC; }
p { color: rgb(198,17,188); }
H1.HeaderClassName
{
color: #C611BC;
}
.AnyTagClassName
{
color: #C611BC;
}
</style>
background-color css
<style>
a { background-color: #C611BC; }
a { background-color: rgb(198,17,188); }
div.DivClassName
{
background-color: #C611BC;
}
.BgClassName
{
background-color: #C611BC;
}
</style>
border-color css
<style>
span { border-color: #C611BC; }
span { border-color: rgb(198,17,188); }
td.TdClassName
{
border-color: #C611BC;
}
.TagClassName
{
border-color: #C611BC;
}
</style>