Shades of Medium Red Violet #C2319A
Tints of Medium Red Violet #C2319A
RGB
CMYK
RGB Variations
Color information
#C2319A (or 0xC2319A) is known color: Medium Red Violet. HEX triplet: C2, 31 and 9A. RGB value is (194,49,154). Sum of RGB (Red+Green+Blue) = 194+49+154=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2319A is #3DCE65. Grayscale: #686868. Windows color (decimal): -4050534 or 10105282. OLE color: 10105282.
HSL color Cylindrical-coordinate representation of color #C2319A: hue angle of 316.55º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2319A is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 154 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.24 |
| HSL | 316.55º | 0.6% | 0.48% | - |
| HSV(B) | 316.55º | 0.75% | 0.76% | - |
| XYZ | 29.18 | 16 | 32.12 | - |
| YUV | 104.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 154 | 0 | 0.75 | 0.21 | 0.24 | 316.55 | 0.6 | 0.48 |
| Hex | C2 | 31 | 9A | 0 | 4B | 15 | 18 | 13D | 3C | 30 |
| Octal | 302 | 61 | 232 | 0 | 113 | 25 | 30 | 475 | 74 | 60 |
| Binary | 11000010 | 110001 | 10011010 | 0 | 1001011 | 10101 | 11000 | 100111101 | 111100 | 110000 |
Color Harmonies of #C2319A
Complementary color
Monochromatic Colors of #C2319A
Black with #C2319A
Text Example
Text Example
White with #C2319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2319A; }
p { color: rgb(194,49,154); }
H1.HeaderClassName
{
color: #C2319A;
}
.AnyTagClassName
{
color: #C2319A;
}
</style>
background-color css
<style>
a { background-color: #C2319A; }
a { background-color: rgb(194,49,154); }
div.DivClassName
{
background-color: #C2319A;
}
.BgClassName
{
background-color: #C2319A;
}
</style>
border-color css
<style>
span { border-color: #C2319A; }
span { border-color: rgb(194,49,154); }
td.TdClassName
{
border-color: #C2319A;
}
.TagClassName
{
border-color: #C2319A;
}
</style>