Shades of Deep Magenta #C011B3
Tints of Deep Magenta #C011B3
RGB
CMYK
RGB Variations
Color information
#C011B3 (or 0xC011B3) is known color: Deep Magenta. HEX triplet: C0, 11 and B3. RGB value is (192,17,179). Sum of RGB (Red+Green+Blue) = 192+17+179=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C011B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011B3 is #3FEE4C. Grayscale: #575757. Windows color (decimal): -4189773 or 11735488. OLE color: 11735488.
HSL color Cylindrical-coordinate representation of color #C011B3: hue angle of 304.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011B3 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 179 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.25 |
| HSL | 304.46º | 0.84% | 0.41% | - |
| HSV(B) | 304.46º | 0.91% | 0.75% | - |
| XYZ | 30.08 | 14.86 | 43.93 | - |
| YUV | 87.79 | 179.48 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 179 | 0 | 0.91 | 0.07 | 0.25 | 304.46 | 0.84 | 0.41 |
| Hex | C0 | 11 | B3 | 0 | 5B | 7 | 19 | 130 | 54 | 29 |
| Octal | 300 | 21 | 263 | 0 | 133 | 7 | 31 | 460 | 124 | 51 |
| Binary | 11000000 | 10001 | 10110011 | 0 | 1011011 | 111 | 11001 | 100110000 | 1010100 | 101001 |
Color Harmonies of #C011B3
Complementary color
Monochromatic Colors of #C011B3
Black with #C011B3
Text Example
Text Example
White with #C011B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011B3; }
p { color: rgb(192,17,179); }
H1.HeaderClassName
{
color: #C011B3;
}
.AnyTagClassName
{
color: #C011B3;
}
</style>
background-color css
<style>
a { background-color: #C011B3; }
a { background-color: rgb(192,17,179); }
div.DivClassName
{
background-color: #C011B3;
}
.BgClassName
{
background-color: #C011B3;
}
</style>
border-color css
<style>
span { border-color: #C011B3; }
span { border-color: rgb(192,17,179); }
td.TdClassName
{
border-color: #C011B3;
}
.TagClassName
{
border-color: #C011B3;
}
</style>