Shades of Medium Violet Red #C324A1
Tints of Medium Violet Red #C324A1
RGB
CMYK
RGB Variations
Color information
#C324A1 (or 0xC324A1) is known color: Medium Violet Red. HEX triplet: C3, 24 and A1. RGB value is (195,36,161). Sum of RGB (Red+Green+Blue) = 195+36+161=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C324A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324A1 is #3CDB5E. Grayscale: #616161. Windows color (decimal): -3988319 or 10560707. OLE color: 10560707.
HSL color Cylindrical-coordinate representation of color #C324A1: hue angle of 312.83º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C324A1 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 161 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.24 |
| HSL | 312.83º | 0.69% | 0.45% | - |
| HSV(B) | 312.83º | 0.82% | 0.76% | - |
| XYZ | 29.57 | 15.44 | 35.14 | - |
| YUV | 97.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 161 | 0 | 0.82 | 0.17 | 0.24 | 312.83 | 0.69 | 0.45 |
| Hex | C3 | 24 | A1 | 0 | 52 | 11 | 18 | 139 | 45 | 2D |
| Octal | 303 | 44 | 241 | 0 | 122 | 21 | 30 | 471 | 105 | 55 |
| Binary | 11000011 | 100100 | 10100001 | 0 | 1010010 | 10001 | 11000 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C324A1
Complementary color
Monochromatic Colors of #C324A1
Black with #C324A1
Text Example
Text Example
White with #C324A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324A1; }
p { color: rgb(195,36,161); }
H1.HeaderClassName
{
color: #C324A1;
}
.AnyTagClassName
{
color: #C324A1;
}
</style>
background-color css
<style>
a { background-color: #C324A1; }
a { background-color: rgb(195,36,161); }
div.DivClassName
{
background-color: #C324A1;
}
.BgClassName
{
background-color: #C324A1;
}
</style>
border-color css
<style>
span { border-color: #C324A1; }
span { border-color: rgb(195,36,161); }
td.TdClassName
{
border-color: #C324A1;
}
.TagClassName
{
border-color: #C324A1;
}
</style>