Shades of Deep Magenta #C319DC
Tints of Deep Magenta #C319DC
RGB
CMYK
RGB Variations
Color information
#C319DC (or 0xC319DC) is known color: Deep Magenta. HEX triplet: C3, 19 and DC. RGB value is (195,25,220). Sum of RGB (Red+Green+Blue) = 195+25+220=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #C319DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319DC is #3CE623. Grayscale: #616161. Windows color (decimal): -3991076 or 14424515. OLE color: 14424515.
HSL color Cylindrical-coordinate representation of color #C319DC: hue angle of 292.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C319DC is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 25 | 220 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.14 |
| HSL | 292.31º | 0.8% | 0.48% | - |
| HSV(B) | 292.31º | 0.89% | 0.86% | - |
| XYZ | 35.77 | 17.46 | 69.2 | - |
| YUV | 98.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 220 | 0.11 | 0.89 | 0 | 0.14 | 292.31 | 0.8 | 0.48 |
| Hex | C3 | 19 | DC | B | 59 | 0 | E | 124 | 50 | 30 |
| Octal | 303 | 31 | 334 | 13 | 131 | 0 | 16 | 444 | 120 | 60 |
| Binary | 11000011 | 11001 | 11011100 | 1011 | 1011001 | 0 | 1110 | 100100100 | 1010000 | 110000 |
Color Harmonies of #C319DC
Complementary color
Monochromatic Colors of #C319DC
Black with #C319DC
Text Example
Text Example
White with #C319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319DC; }
p { color: rgb(195,25,220); }
H1.HeaderClassName
{
color: #C319DC;
}
.AnyTagClassName
{
color: #C319DC;
}
</style>
background-color css
<style>
a { background-color: #C319DC; }
a { background-color: rgb(195,25,220); }
div.DivClassName
{
background-color: #C319DC;
}
.BgClassName
{
background-color: #C319DC;
}
</style>
border-color css
<style>
span { border-color: #C319DC; }
span { border-color: rgb(195,25,220); }
td.TdClassName
{
border-color: #C319DC;
}
.TagClassName
{
border-color: #C319DC;
}
</style>