Shades of Medium Violet Red #C324A0
Tints of Medium Violet Red #C324A0
RGB
CMYK
RGB Variations
Color information
#C324A0 (or 0xC324A0) is known color: Medium Violet Red. HEX triplet: C3, 24 and A0. RGB value is (195,36,160). Sum of RGB (Red+Green+Blue) = 195+36+160=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C324A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324A0 is #3CDB5F. Grayscale: #616161. Windows color (decimal): -3988320 or 10495171. OLE color: 10495171.
HSL color Cylindrical-coordinate representation of color #C324A0: hue angle of 313.21º 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 #C324A0 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 160 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.24 |
| HSL | 313.21º | 0.69% | 0.45% | - |
| HSV(B) | 313.21º | 0.82% | 0.76% | - |
| XYZ | 29.48 | 15.4 | 34.68 | - |
| YUV | 97.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 160 | 0 | 0.82 | 0.18 | 0.24 | 313.21 | 0.69 | 0.45 |
| Hex | C3 | 24 | A0 | 0 | 52 | 12 | 18 | 139 | 45 | 2D |
| Octal | 303 | 44 | 240 | 0 | 122 | 22 | 30 | 471 | 105 | 55 |
| Binary | 11000011 | 100100 | 10100000 | 0 | 1010010 | 10010 | 11000 | 100111001 | 1000101 | 101101 |
Color Harmonies of #C324A0
Complementary color
Monochromatic Colors of #C324A0
Black with #C324A0
Text Example
Text Example
White with #C324A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324A0; }
p { color: rgb(195,36,160); }
H1.HeaderClassName
{
color: #C324A0;
}
.AnyTagClassName
{
color: #C324A0;
}
</style>
background-color css
<style>
a { background-color: #C324A0; }
a { background-color: rgb(195,36,160); }
div.DivClassName
{
background-color: #C324A0;
}
.BgClassName
{
background-color: #C324A0;
}
</style>
border-color css
<style>
span { border-color: #C324A0; }
span { border-color: rgb(195,36,160); }
td.TdClassName
{
border-color: #C324A0;
}
.TagClassName
{
border-color: #C324A0;
}
</style>