Shades of Deep Magenta #C311AC
Tints of Deep Magenta #C311AC
RGB
CMYK
RGB Variations
Color information
#C311AC (or 0xC311AC) is known color: Deep Magenta. HEX triplet: C3, 11 and AC. RGB value is (195,17,172). Sum of RGB (Red+Green+Blue) = 195+17+172=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C311AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C311AC is #3CEE53. Grayscale: #575757. Windows color (decimal): -3993172 or 11276739. OLE color: 11276739.
HSL color Cylindrical-coordinate representation of color #C311AC: hue angle of 307.75º 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 #C311AC is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 172 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.24 |
| HSL | 307.75º | 0.84% | 0.42% | - |
| HSV(B) | 307.75º | 0.91% | 0.76% | - |
| XYZ | 30.15 | 14.98 | 40.33 | - |
| YUV | 87.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 172 | 0 | 0.91 | 0.12 | 0.24 | 307.75 | 0.84 | 0.42 |
| Hex | C3 | 11 | AC | 0 | 5B | C | 18 | 134 | 54 | 2A |
| Octal | 303 | 21 | 254 | 0 | 133 | 14 | 30 | 464 | 124 | 52 |
| Binary | 11000011 | 10001 | 10101100 | 0 | 1011011 | 1100 | 11000 | 100110100 | 1010100 | 101010 |
Color Harmonies of #C311AC
Complementary color
Monochromatic Colors of #C311AC
Black with #C311AC
Text Example
Text Example
White with #C311AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311AC; }
p { color: rgb(195,17,172); }
H1.HeaderClassName
{
color: #C311AC;
}
.AnyTagClassName
{
color: #C311AC;
}
</style>
background-color css
<style>
a { background-color: #C311AC; }
a { background-color: rgb(195,17,172); }
div.DivClassName
{
background-color: #C311AC;
}
.BgClassName
{
background-color: #C311AC;
}
</style>
border-color css
<style>
span { border-color: #C311AC; }
span { border-color: rgb(195,17,172); }
td.TdClassName
{
border-color: #C311AC;
}
.TagClassName
{
border-color: #C311AC;
}
</style>