Shades of Deep Magenta #C314AD
Tints of Deep Magenta #C314AD
RGB
CMYK
RGB Variations
Color information
#C314AD (or 0xC314AD) is known color: Deep Magenta. HEX triplet: C3, 14 and AD. RGB value is (195,20,173). Sum of RGB (Red+Green+Blue) = 195+20+173=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C314AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314AD is #3CEB52. Grayscale: #595959. Windows color (decimal): -3992403 or 11343043. OLE color: 11343043.
HSL color Cylindrical-coordinate representation of color #C314AD: hue angle of 307.54º 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 #C314AD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.24 |
| HSL | 307.54º | 0.81% | 0.42% | - |
| HSV(B) | 307.54º | 0.9% | 0.76% | - |
| XYZ | 30.3 | 15.12 | 40.86 | - |
| YUV | 89.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 173 | 0 | 0.90 | 0.11 | 0.24 | 307.54 | 0.81 | 0.42 |
| Hex | C3 | 14 | AD | 0 | 5A | B | 18 | 134 | 51 | 2A |
| Octal | 303 | 24 | 255 | 0 | 132 | 13 | 30 | 464 | 121 | 52 |
| Binary | 11000011 | 10100 | 10101101 | 0 | 1011010 | 1011 | 11000 | 100110100 | 1010001 | 101010 |
Color Harmonies of #C314AD
Complementary color
Monochromatic Colors of #C314AD
Black with #C314AD
Text Example
Text Example
White with #C314AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314AD; }
p { color: rgb(195,20,173); }
H1.HeaderClassName
{
color: #C314AD;
}
.AnyTagClassName
{
color: #C314AD;
}
</style>
background-color css
<style>
a { background-color: #C314AD; }
a { background-color: rgb(195,20,173); }
div.DivClassName
{
background-color: #C314AD;
}
.BgClassName
{
background-color: #C314AD;
}
</style>
border-color css
<style>
span { border-color: #C314AD; }
span { border-color: rgb(195,20,173); }
td.TdClassName
{
border-color: #C314AD;
}
.TagClassName
{
border-color: #C314AD;
}
</style>