Shades of Deep Magenta #C319BD
Tints of Deep Magenta #C319BD
RGB
CMYK
RGB Variations
Color information
#C319BD (or 0xC319BD) is known color: Deep Magenta. HEX triplet: C3, 19 and BD. RGB value is (195,25,189). Sum of RGB (Red+Green+Blue) = 195+25+189=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C319BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319BD is #3CE642. Grayscale: #5E5E5E. Windows color (decimal): -3991107 or 12392899. OLE color: 12392899.
HSL color Cylindrical-coordinate representation of color #C319BD: hue angle of 302.12º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C319BD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 189 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.24 |
| HSL | 302.12º | 0.77% | 0.43% | - |
| HSV(B) | 302.12º | 0.87% | 0.76% | - |
| XYZ | 32.04 | 15.97 | 49.54 | - |
| YUV | 94.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 189 | 0 | 0.87 | 0.03 | 0.24 | 302.12 | 0.77 | 0.43 |
| Hex | C3 | 19 | BD | 0 | 57 | 3 | 18 | 12E | 4D | 2B |
| Octal | 303 | 31 | 275 | 0 | 127 | 3 | 30 | 456 | 115 | 53 |
| Binary | 11000011 | 11001 | 10111101 | 0 | 1010111 | 11 | 11000 | 100101110 | 1001101 | 101011 |
Color Harmonies of #C319BD
Complementary color
Monochromatic Colors of #C319BD
Black with #C319BD
Text Example
Text Example
White with #C319BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319BD; }
p { color: rgb(195,25,189); }
H1.HeaderClassName
{
color: #C319BD;
}
.AnyTagClassName
{
color: #C319BD;
}
</style>
background-color css
<style>
a { background-color: #C319BD; }
a { background-color: rgb(195,25,189); }
div.DivClassName
{
background-color: #C319BD;
}
.BgClassName
{
background-color: #C319BD;
}
</style>
border-color css
<style>
span { border-color: #C319BD; }
span { border-color: rgb(195,25,189); }
td.TdClassName
{
border-color: #C319BD;
}
.TagClassName
{
border-color: #C319BD;
}
</style>