Shades of Deep Magenta #C317DD
Tints of Deep Magenta #C317DD
RGB
CMYK
RGB Variations
Color information
#C317DD (or 0xC317DD) is known color: Deep Magenta. HEX triplet: C3, 17 and DD. RGB value is (195,23,221). Sum of RGB (Red+Green+Blue) = 195+23+221=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #C317DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317DD is #3CE822. Grayscale: #606060. Windows color (decimal): -3991587 or 14489539. OLE color: 14489539.
HSL color Cylindrical-coordinate representation of color #C317DD: hue angle of 292.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C317DD is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 23 | 221 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.13 |
| HSL | 292.12º | 0.81% | 0.48% | - |
| HSV(B) | 292.12º | 0.9% | 0.87% | - |
| XYZ | 35.86 | 17.44 | 69.88 | - |
| YUV | 97 | 197.98 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 221 | 0.12 | 0.90 | 0 | 0.13 | 292.12 | 0.81 | 0.48 |
| Hex | C3 | 17 | DD | C | 5A | 0 | D | 124 | 51 | 30 |
| Octal | 303 | 27 | 335 | 14 | 132 | 0 | 15 | 444 | 121 | 60 |
| Binary | 11000011 | 10111 | 11011101 | 1100 | 1011010 | 0 | 1101 | 100100100 | 1010001 | 110000 |
Color Harmonies of #C317DD
Complementary color
Monochromatic Colors of #C317DD
Black with #C317DD
Text Example
Text Example
White with #C317DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317DD; }
p { color: rgb(195,23,221); }
H1.HeaderClassName
{
color: #C317DD;
}
.AnyTagClassName
{
color: #C317DD;
}
</style>
background-color css
<style>
a { background-color: #C317DD; }
a { background-color: rgb(195,23,221); }
div.DivClassName
{
background-color: #C317DD;
}
.BgClassName
{
background-color: #C317DD;
}
</style>
border-color css
<style>
span { border-color: #C317DD; }
span { border-color: rgb(195,23,221); }
td.TdClassName
{
border-color: #C317DD;
}
.TagClassName
{
border-color: #C317DD;
}
</style>