Shades of Deep Magenta #C310AB
Tints of Deep Magenta #C310AB
RGB
CMYK
RGB Variations
Color information
#C310AB (or 0xC310AB) is known color: Deep Magenta. HEX triplet: C3, 10 and AB. RGB value is (195,16,171). Sum of RGB (Red+Green+Blue) = 195+16+171=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C310AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C310AB is #3CEF54. Grayscale: #565656. Windows color (decimal): -3993429 or 11210947. OLE color: 11210947.
HSL color Cylindrical-coordinate representation of color #C310AB: hue angle of 308.04º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C310AB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 171 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.24 |
| HSL | 308.04º | 0.85% | 0.41% | - |
| HSV(B) | 308.04º | 0.92% | 0.76% | - |
| XYZ | 30.04 | 14.91 | 39.82 | - |
| YUV | 87.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 171 | 0 | 0.92 | 0.12 | 0.24 | 308.04 | 0.85 | 0.41 |
| Hex | C3 | 10 | AB | 0 | 5C | C | 18 | 134 | 55 | 29 |
| Octal | 303 | 20 | 253 | 0 | 134 | 14 | 30 | 464 | 125 | 51 |
| Binary | 11000011 | 10000 | 10101011 | 0 | 1011100 | 1100 | 11000 | 100110100 | 1010101 | 101001 |
Color Harmonies of #C310AB
Complementary color
Monochromatic Colors of #C310AB
Black with #C310AB
Text Example
Text Example
White with #C310AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C310AB; }
p { color: rgb(195,16,171); }
H1.HeaderClassName
{
color: #C310AB;
}
.AnyTagClassName
{
color: #C310AB;
}
</style>
background-color css
<style>
a { background-color: #C310AB; }
a { background-color: rgb(195,16,171); }
div.DivClassName
{
background-color: #C310AB;
}
.BgClassName
{
background-color: #C310AB;
}
</style>
border-color css
<style>
span { border-color: #C310AB; }
span { border-color: rgb(195,16,171); }
td.TdClassName
{
border-color: #C310AB;
}
.TagClassName
{
border-color: #C310AB;
}
</style>