Shades of Deep Magenta #C311BA
Tints of Deep Magenta #C311BA
RGB
CMYK
RGB Variations
Color information
#C311BA (or 0xC311BA) is known color: Deep Magenta. HEX triplet: C3, 11 and BA. RGB value is (195,17,186). Sum of RGB (Red+Green+Blue) = 195+17+186=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C311BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311BA is #3CEE45. Grayscale: #585858. Windows color (decimal): -3993158 or 12194243. OLE color: 12194243.
HSL color Cylindrical-coordinate representation of color #C311BA: hue angle of 303.03º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C311BA is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 186 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.24 |
| HSL | 303.03º | 0.84% | 0.42% | - |
| HSV(B) | 303.03º | 0.91% | 0.76% | - |
| XYZ | 31.57 | 15.55 | 47.79 | - |
| YUV | 89.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 186 | 0 | 0.91 | 0.05 | 0.24 | 303.03 | 0.84 | 0.42 |
| Hex | C3 | 11 | BA | 0 | 5B | 5 | 18 | 12F | 54 | 2A |
| Octal | 303 | 21 | 272 | 0 | 133 | 5 | 30 | 457 | 124 | 52 |
| Binary | 11000011 | 10001 | 10111010 | 0 | 1011011 | 101 | 11000 | 100101111 | 1010100 | 101010 |
Color Harmonies of #C311BA
Complementary color
Monochromatic Colors of #C311BA
Black with #C311BA
Text Example
Text Example
White with #C311BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311BA; }
p { color: rgb(195,17,186); }
H1.HeaderClassName
{
color: #C311BA;
}
.AnyTagClassName
{
color: #C311BA;
}
</style>
background-color css
<style>
a { background-color: #C311BA; }
a { background-color: rgb(195,17,186); }
div.DivClassName
{
background-color: #C311BA;
}
.BgClassName
{
background-color: #C311BA;
}
</style>
border-color css
<style>
span { border-color: #C311BA; }
span { border-color: rgb(195,17,186); }
td.TdClassName
{
border-color: #C311BA;
}
.TagClassName
{
border-color: #C311BA;
}
</style>