Shades of Deep Magenta #C319C7
Tints of Deep Magenta #C319C7
RGB
CMYK
RGB Variations
Color information
#C319C7 (or 0xC319C7) is known color: Deep Magenta. HEX triplet: C3, 19 and C7. RGB value is (195,25,199). Sum of RGB (Red+Green+Blue) = 195+25+199=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #C319C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C319C7 is #3CE638. Grayscale: #5F5F5F. Windows color (decimal): -3991097 or 13048259. OLE color: 13048259.
HSL color Cylindrical-coordinate representation of color #C319C7: hue angle of 298.62º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C319C7 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 25 | 199 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.22 |
| HSL | 298.62º | 0.78% | 0.44% | - |
| HSV(B) | 298.62º | 0.87% | 0.78% | - |
| XYZ | 33.16 | 16.42 | 55.45 | - |
| YUV | 95.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 199 | 0.02 | 0.87 | 0 | 0.22 | 298.62 | 0.78 | 0.44 |
| Hex | C3 | 19 | C7 | 2 | 57 | 0 | 16 | 12B | 4E | 2C |
| Octal | 303 | 31 | 307 | 2 | 127 | 0 | 26 | 453 | 116 | 54 |
| Binary | 11000011 | 11001 | 11000111 | 10 | 1010111 | 0 | 10110 | 100101011 | 1001110 | 101100 |
Color Harmonies of #C319C7
Complementary color
Monochromatic Colors of #C319C7
Black with #C319C7
Text Example
Text Example
White with #C319C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319C7; }
p { color: rgb(195,25,199); }
H1.HeaderClassName
{
color: #C319C7;
}
.AnyTagClassName
{
color: #C319C7;
}
</style>
background-color css
<style>
a { background-color: #C319C7; }
a { background-color: rgb(195,25,199); }
div.DivClassName
{
background-color: #C319C7;
}
.BgClassName
{
background-color: #C319C7;
}
</style>
border-color css
<style>
span { border-color: #C319C7; }
span { border-color: rgb(195,25,199); }
td.TdClassName
{
border-color: #C319C7;
}
.TagClassName
{
border-color: #C319C7;
}
</style>