Shades of Deep Magenta #C319DF
Tints of Deep Magenta #C319DF
RGB
CMYK
RGB Variations
Color information
#C319DF (or 0xC319DF) is known color: Deep Magenta. HEX triplet: C3, 19 and DF. RGB value is (195,25,223). Sum of RGB (Red+Green+Blue) = 195+25+223=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #C319DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319DF is #3CE620. Grayscale: #616161. Windows color (decimal): -3991073 or 14621123. OLE color: 14621123.
HSL color Cylindrical-coordinate representation of color #C319DF: hue angle of 291.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C319DF is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 25 | 223 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.13 |
| HSL | 291.52º | 0.8% | 0.49% | - |
| HSV(B) | 291.52º | 0.89% | 0.87% | - |
| XYZ | 36.17 | 17.63 | 71.31 | - |
| YUV | 98.4 | 198.32 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 223 | 0.13 | 0.89 | 0 | 0.13 | 291.52 | 0.8 | 0.49 |
| Hex | C3 | 19 | DF | D | 59 | 0 | D | 124 | 50 | 31 |
| Octal | 303 | 31 | 337 | 15 | 131 | 0 | 15 | 444 | 120 | 61 |
| Binary | 11000011 | 11001 | 11011111 | 1101 | 1011001 | 0 | 1101 | 100100100 | 1010000 | 110001 |
Color Harmonies of #C319DF
Complementary color
Monochromatic Colors of #C319DF
Black with #C319DF
Text Example
Text Example
White with #C319DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319DF; }
p { color: rgb(195,25,223); }
H1.HeaderClassName
{
color: #C319DF;
}
.AnyTagClassName
{
color: #C319DF;
}
</style>
background-color css
<style>
a { background-color: #C319DF; }
a { background-color: rgb(195,25,223); }
div.DivClassName
{
background-color: #C319DF;
}
.BgClassName
{
background-color: #C319DF;
}
</style>
border-color css
<style>
span { border-color: #C319DF; }
span { border-color: rgb(195,25,223); }
td.TdClassName
{
border-color: #C319DF;
}
.TagClassName
{
border-color: #C319DF;
}
</style>