Shades of Deep Magenta #C319BE
Tints of Deep Magenta #C319BE
RGB
CMYK
RGB Variations
Color information
#C319BE (or 0xC319BE) is known color: Deep Magenta. HEX triplet: C3, 19 and BE. RGB value is (195,25,190). Sum of RGB (Red+Green+Blue) = 195+25+190=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C319BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319BE is #3CE641. Grayscale: #5E5E5E. Windows color (decimal): -3991106 or 12458435. OLE color: 12458435.
HSL color Cylindrical-coordinate representation of color #C319BE: hue angle of 301.76º 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 #C319BE is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 190 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.24 |
| HSL | 301.76º | 0.77% | 0.43% | - |
| HSV(B) | 301.76º | 0.87% | 0.76% | - |
| XYZ | 32.15 | 16.02 | 50.11 | - |
| YUV | 94.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 190 | 0 | 0.87 | 0.03 | 0.24 | 301.76 | 0.77 | 0.43 |
| Hex | C3 | 19 | BE | 0 | 57 | 3 | 18 | 12E | 4D | 2B |
| Octal | 303 | 31 | 276 | 0 | 127 | 3 | 30 | 456 | 115 | 53 |
| Binary | 11000011 | 11001 | 10111110 | 0 | 1010111 | 11 | 11000 | 100101110 | 1001101 | 101011 |
Color Harmonies of #C319BE
Complementary color
Monochromatic Colors of #C319BE
Black with #C319BE
Text Example
Text Example
White with #C319BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319BE; }
p { color: rgb(195,25,190); }
H1.HeaderClassName
{
color: #C319BE;
}
.AnyTagClassName
{
color: #C319BE;
}
</style>
background-color css
<style>
a { background-color: #C319BE; }
a { background-color: rgb(195,25,190); }
div.DivClassName
{
background-color: #C319BE;
}
.BgClassName
{
background-color: #C319BE;
}
</style>
border-color css
<style>
span { border-color: #C319BE; }
span { border-color: rgb(195,25,190); }
td.TdClassName
{
border-color: #C319BE;
}
.TagClassName
{
border-color: #C319BE;
}
</style>