Shades of Deep Magenta #C319DA
Tints of Deep Magenta #C319DA
RGB
CMYK
RGB Variations
Color information
#C319DA (or 0xC319DA) is known color: Deep Magenta. HEX triplet: C3, 19 and DA. RGB value is (195,25,218). Sum of RGB (Red+Green+Blue) = 195+25+218=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #C319DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319DA is #3CE625. Grayscale: #616161. Windows color (decimal): -3991078 or 14293443. OLE color: 14293443.
HSL color Cylindrical-coordinate representation of color #C319DA: hue angle of 292.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C319DA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 25 | 218 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.15 |
| HSL | 292.85º | 0.79% | 0.48% | - |
| HSV(B) | 292.85º | 0.89% | 0.85% | - |
| XYZ | 35.51 | 17.36 | 67.81 | - |
| YUV | 97.83 | 195.82 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 218 | 0.11 | 0.89 | 0 | 0.15 | 292.85 | 0.79 | 0.48 |
| Hex | C3 | 19 | DA | B | 59 | 0 | F | 125 | 4F | 30 |
| Octal | 303 | 31 | 332 | 13 | 131 | 0 | 17 | 445 | 117 | 60 |
| Binary | 11000011 | 11001 | 11011010 | 1011 | 1011001 | 0 | 1111 | 100100101 | 1001111 | 110000 |
Color Harmonies of #C319DA
Complementary color
Monochromatic Colors of #C319DA
Black with #C319DA
Text Example
Text Example
White with #C319DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319DA; }
p { color: rgb(195,25,218); }
H1.HeaderClassName
{
color: #C319DA;
}
.AnyTagClassName
{
color: #C319DA;
}
</style>
background-color css
<style>
a { background-color: #C319DA; }
a { background-color: rgb(195,25,218); }
div.DivClassName
{
background-color: #C319DA;
}
.BgClassName
{
background-color: #C319DA;
}
</style>
border-color css
<style>
span { border-color: #C319DA; }
span { border-color: rgb(195,25,218); }
td.TdClassName
{
border-color: #C319DA;
}
.TagClassName
{
border-color: #C319DA;
}
</style>