Shades of Deep Magenta #C314AB
Tints of Deep Magenta #C314AB
RGB
CMYK
RGB Variations
Color information
#C314AB (or 0xC314AB) is known color: Deep Magenta. HEX triplet: C3, 14 and AB. RGB value is (195,20,171). Sum of RGB (Red+Green+Blue) = 195+20+171=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C314AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314AB is #3CEB54. Grayscale: #595959. Windows color (decimal): -3992405 or 11211971. OLE color: 11211971.
HSL color Cylindrical-coordinate representation of color #C314AB: hue angle of 308.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C314AB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 171 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.24 |
| HSL | 308.23º | 0.81% | 0.42% | - |
| HSV(B) | 308.23º | 0.9% | 0.76% | - |
| XYZ | 30.11 | 15.04 | 39.84 | - |
| YUV | 89.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 171 | 0 | 0.90 | 0.12 | 0.24 | 308.23 | 0.81 | 0.42 |
| Hex | C3 | 14 | AB | 0 | 5A | C | 18 | 134 | 51 | 2A |
| Octal | 303 | 24 | 253 | 0 | 132 | 14 | 30 | 464 | 121 | 52 |
| Binary | 11000011 | 10100 | 10101011 | 0 | 1011010 | 1100 | 11000 | 100110100 | 1010001 | 101010 |
Color Harmonies of #C314AB
Complementary color
Monochromatic Colors of #C314AB
Black with #C314AB
Text Example
Text Example
White with #C314AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314AB; }
p { color: rgb(195,20,171); }
H1.HeaderClassName
{
color: #C314AB;
}
.AnyTagClassName
{
color: #C314AB;
}
</style>
background-color css
<style>
a { background-color: #C314AB; }
a { background-color: rgb(195,20,171); }
div.DivClassName
{
background-color: #C314AB;
}
.BgClassName
{
background-color: #C314AB;
}
</style>
border-color css
<style>
span { border-color: #C314AB; }
span { border-color: rgb(195,20,171); }
td.TdClassName
{
border-color: #C314AB;
}
.TagClassName
{
border-color: #C314AB;
}
</style>