Shades of Deep Magenta #C317AD
Tints of Deep Magenta #C317AD
RGB
CMYK
RGB Variations
Color information
#C317AD (or 0xC317AD) is known color: Deep Magenta. HEX triplet: C3, 17 and AD. RGB value is (195,23,173). Sum of RGB (Red+Green+Blue) = 195+23+173=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C317AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C317AD is #3CE852. Grayscale: #5B5B5B. Windows color (decimal): -3991635 or 11343811. OLE color: 11343811.
HSL color Cylindrical-coordinate representation of color #C317AD: hue angle of 307.67º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C317AD is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 173 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.24 |
| HSL | 307.67º | 0.79% | 0.43% | - |
| HSV(B) | 307.67º | 0.88% | 0.76% | - |
| XYZ | 30.35 | 15.23 | 40.88 | - |
| YUV | 91.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 173 | 0 | 0.88 | 0.11 | 0.24 | 307.67 | 0.79 | 0.43 |
| Hex | C3 | 17 | AD | 0 | 58 | B | 18 | 134 | 4F | 2B |
| Octal | 303 | 27 | 255 | 0 | 130 | 13 | 30 | 464 | 117 | 53 |
| Binary | 11000011 | 10111 | 10101101 | 0 | 1011000 | 1011 | 11000 | 100110100 | 1001111 | 101011 |
Color Harmonies of #C317AD
Complementary color
Monochromatic Colors of #C317AD
Black with #C317AD
Text Example
Text Example
White with #C317AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317AD; }
p { color: rgb(195,23,173); }
H1.HeaderClassName
{
color: #C317AD;
}
.AnyTagClassName
{
color: #C317AD;
}
</style>
background-color css
<style>
a { background-color: #C317AD; }
a { background-color: rgb(195,23,173); }
div.DivClassName
{
background-color: #C317AD;
}
.BgClassName
{
background-color: #C317AD;
}
</style>
border-color css
<style>
span { border-color: #C317AD; }
span { border-color: rgb(195,23,173); }
td.TdClassName
{
border-color: #C317AD;
}
.TagClassName
{
border-color: #C317AD;
}
</style>