Shades of Medium Red Violet #C231A3
Tints of Medium Red Violet #C231A3
RGB
CMYK
RGB Variations
Color information
#C231A3 (or 0xC231A3) is known color: Medium Red Violet. HEX triplet: C2, 31 and A3. RGB value is (194,49,163). Sum of RGB (Red+Green+Blue) = 194+49+163=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C231A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231A3 is #3DCE5C. Grayscale: #696969. Windows color (decimal): -4050525 or 10695106. OLE color: 10695106.
HSL color Cylindrical-coordinate representation of color #C231A3: hue angle of 312.83º 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 #C231A3 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 163 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.24 |
| HSL | 312.83º | 0.6% | 0.48% | - |
| HSV(B) | 312.83º | 0.75% | 0.76% | - |
| XYZ | 29.96 | 16.31 | 36.22 | - |
| YUV | 105.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 163 | 0 | 0.75 | 0.16 | 0.24 | 312.83 | 0.6 | 0.48 |
| Hex | C2 | 31 | A3 | 0 | 4B | 10 | 18 | 139 | 3C | 30 |
| Octal | 302 | 61 | 243 | 0 | 113 | 20 | 30 | 471 | 74 | 60 |
| Binary | 11000010 | 110001 | 10100011 | 0 | 1001011 | 10000 | 11000 | 100111001 | 111100 | 110000 |
Color Harmonies of #C231A3
Complementary color
Monochromatic Colors of #C231A3
Black with #C231A3
Text Example
Text Example
White with #C231A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231A3; }
p { color: rgb(194,49,163); }
H1.HeaderClassName
{
color: #C231A3;
}
.AnyTagClassName
{
color: #C231A3;
}
</style>
background-color css
<style>
a { background-color: #C231A3; }
a { background-color: rgb(194,49,163); }
div.DivClassName
{
background-color: #C231A3;
}
.BgClassName
{
background-color: #C231A3;
}
</style>
border-color css
<style>
span { border-color: #C231A3; }
span { border-color: rgb(194,49,163); }
td.TdClassName
{
border-color: #C231A3;
}
.TagClassName
{
border-color: #C231A3;
}
</style>