Shades of Deep Magenta #C316AD
Tints of Deep Magenta #C316AD
RGB
CMYK
RGB Variations
Color information
#C316AD (or 0xC316AD) is known color: Deep Magenta. HEX triplet: C3, 16 and AD. RGB value is (195,22,173). Sum of RGB (Red+Green+Blue) = 195+22+173=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C316AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C316AD is #3CE952. Grayscale: #5A5A5A. Windows color (decimal): -3991891 or 11343555. OLE color: 11343555.
HSL color Cylindrical-coordinate representation of color #C316AD: hue angle of 307.63º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C316AD is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 173 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.24 |
| HSL | 307.63º | 0.8% | 0.43% | - |
| HSV(B) | 307.63º | 0.89% | 0.76% | - |
| XYZ | 30.34 | 15.19 | 40.87 | - |
| YUV | 90.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 173 | 0 | 0.89 | 0.11 | 0.24 | 307.63 | 0.8 | 0.43 |
| Hex | C3 | 16 | AD | 0 | 59 | B | 18 | 134 | 50 | 2B |
| Octal | 303 | 26 | 255 | 0 | 131 | 13 | 30 | 464 | 120 | 53 |
| Binary | 11000011 | 10110 | 10101101 | 0 | 1011001 | 1011 | 11000 | 100110100 | 1010000 | 101011 |
Color Harmonies of #C316AD
Complementary color
Monochromatic Colors of #C316AD
Black with #C316AD
Text Example
Text Example
White with #C316AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C316AD; }
p { color: rgb(195,22,173); }
H1.HeaderClassName
{
color: #C316AD;
}
.AnyTagClassName
{
color: #C316AD;
}
</style>
background-color css
<style>
a { background-color: #C316AD; }
a { background-color: rgb(195,22,173); }
div.DivClassName
{
background-color: #C316AD;
}
.BgClassName
{
background-color: #C316AD;
}
</style>
border-color css
<style>
span { border-color: #C316AD; }
span { border-color: rgb(195,22,173); }
td.TdClassName
{
border-color: #C316AD;
}
.TagClassName
{
border-color: #C316AD;
}
</style>