Shades of Deep Magenta #C319DE
Tints of Deep Magenta #C319DE
RGB
CMYK
RGB Variations
Color information
#C319DE (or 0xC319DE) is known color: Deep Magenta. HEX triplet: C3, 19 and DE. RGB value is (195,25,222). Sum of RGB (Red+Green+Blue) = 195+25+222=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #C319DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319DE is #3CE621. Grayscale: #616161. Windows color (decimal): -3991074 or 14555587. OLE color: 14555587.
HSL color Cylindrical-coordinate representation of color #C319DE: hue angle of 291.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C319DE is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 25 | 222 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.13 |
| HSL | 291.78º | 0.8% | 0.48% | - |
| HSV(B) | 291.78º | 0.89% | 0.87% | - |
| XYZ | 36.04 | 17.57 | 70.6 | - |
| YUV | 98.29 | 197.82 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 222 | 0.12 | 0.89 | 0 | 0.13 | 291.78 | 0.8 | 0.48 |
| Hex | C3 | 19 | DE | C | 59 | 0 | D | 124 | 50 | 30 |
| Octal | 303 | 31 | 336 | 14 | 131 | 0 | 15 | 444 | 120 | 60 |
| Binary | 11000011 | 11001 | 11011110 | 1100 | 1011001 | 0 | 1101 | 100100100 | 1010000 | 110000 |
Color Harmonies of #C319DE
Complementary color
Monochromatic Colors of #C319DE
Black with #C319DE
Text Example
Text Example
White with #C319DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319DE; }
p { color: rgb(195,25,222); }
H1.HeaderClassName
{
color: #C319DE;
}
.AnyTagClassName
{
color: #C319DE;
}
</style>
background-color css
<style>
a { background-color: #C319DE; }
a { background-color: rgb(195,25,222); }
div.DivClassName
{
background-color: #C319DE;
}
.BgClassName
{
background-color: #C319DE;
}
</style>
border-color css
<style>
span { border-color: #C319DE; }
span { border-color: rgb(195,25,222); }
td.TdClassName
{
border-color: #C319DE;
}
.TagClassName
{
border-color: #C319DE;
}
</style>