Shades of Medium Red Violet #C232A1
Tints of Medium Red Violet #C232A1
RGB
CMYK
RGB Variations
Color information
#C232A1 (or 0xC232A1) is known color: Medium Red Violet. HEX triplet: C2, 32 and A1. RGB value is (194,50,161). Sum of RGB (Red+Green+Blue) = 194+50+161=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C232A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232A1 is #3DCD5E. Grayscale: #696969. Windows color (decimal): -4050271 or 10564290. OLE color: 10564290.
HSL color Cylindrical-coordinate representation of color #C232A1: hue angle of 313.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C232A1 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 161 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.24 |
| HSL | 313.75º | 0.59% | 0.48% | - |
| HSV(B) | 313.75º | 0.74% | 0.76% | - |
| XYZ | 29.82 | 16.32 | 35.3 | - |
| YUV | 105.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 161 | 0 | 0.74 | 0.17 | 0.24 | 313.75 | 0.59 | 0.48 |
| Hex | C2 | 32 | A1 | 0 | 4A | 11 | 18 | 13A | 3B | 30 |
| Octal | 302 | 62 | 241 | 0 | 112 | 21 | 30 | 472 | 73 | 60 |
| Binary | 11000010 | 110010 | 10100001 | 0 | 1001010 | 10001 | 11000 | 100111010 | 111011 | 110000 |
Color Harmonies of #C232A1
Complementary color
Monochromatic Colors of #C232A1
Black with #C232A1
Text Example
Text Example
White with #C232A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232A1; }
p { color: rgb(194,50,161); }
H1.HeaderClassName
{
color: #C232A1;
}
.AnyTagClassName
{
color: #C232A1;
}
</style>
background-color css
<style>
a { background-color: #C232A1; }
a { background-color: rgb(194,50,161); }
div.DivClassName
{
background-color: #C232A1;
}
.BgClassName
{
background-color: #C232A1;
}
</style>
border-color css
<style>
span { border-color: #C232A1; }
span { border-color: rgb(194,50,161); }
td.TdClassName
{
border-color: #C232A1;
}
.TagClassName
{
border-color: #C232A1;
}
</style>