Shades of Deep Magenta #C317DF
Tints of Deep Magenta #C317DF
RGB
CMYK
RGB Variations
Color information
#C317DF (or 0xC317DF) is known color: Deep Magenta. HEX triplet: C3, 17 and DF. RGB value is (195,23,223). Sum of RGB (Red+Green+Blue) = 195+23+223=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #C317DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317DF is #3CE820. Grayscale: #606060. Windows color (decimal): -3991585 or 14620611. OLE color: 14620611.
HSL color Cylindrical-coordinate representation of color #C317DF: hue angle of 291.6º 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 #C317DF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 23 | 223 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.13 |
| HSL | 291.6º | 0.81% | 0.48% | - |
| HSV(B) | 291.6º | 0.9% | 0.87% | - |
| XYZ | 36.13 | 17.54 | 71.29 | - |
| YUV | 97.23 | 198.98 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 223 | 0.13 | 0.90 | 0 | 0.13 | 291.6 | 0.81 | 0.48 |
| Hex | C3 | 17 | DF | D | 5A | 0 | D | 124 | 51 | 30 |
| Octal | 303 | 27 | 337 | 15 | 132 | 0 | 15 | 444 | 121 | 60 |
| Binary | 11000011 | 10111 | 11011111 | 1101 | 1011010 | 0 | 1101 | 100100100 | 1010001 | 110000 |
Color Harmonies of #C317DF
Complementary color
Monochromatic Colors of #C317DF
Black with #C317DF
Text Example
Text Example
White with #C317DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317DF; }
p { color: rgb(195,23,223); }
H1.HeaderClassName
{
color: #C317DF;
}
.AnyTagClassName
{
color: #C317DF;
}
</style>
background-color css
<style>
a { background-color: #C317DF; }
a { background-color: rgb(195,23,223); }
div.DivClassName
{
background-color: #C317DF;
}
.BgClassName
{
background-color: #C317DF;
}
</style>
border-color css
<style>
span { border-color: #C317DF; }
span { border-color: rgb(195,23,223); }
td.TdClassName
{
border-color: #C317DF;
}
.TagClassName
{
border-color: #C317DF;
}
</style>