Shades of Medium Violet Red #C324A6
Tints of Medium Violet Red #C324A6
RGB
CMYK
RGB Variations
Color information
#C324A6 (or 0xC324A6) is known color: Medium Violet Red. HEX triplet: C3, 24 and A6. RGB value is (195,36,166). Sum of RGB (Red+Green+Blue) = 195+36+166=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C324A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C324A6 is #3CDB59. Grayscale: #626262. Windows color (decimal): -3988314 or 10888387. OLE color: 10888387.
HSL color Cylindrical-coordinate representation of color #C324A6: hue angle of 310.94º 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 #C324A6 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 166 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.24 |
| HSL | 310.94º | 0.69% | 0.45% | - |
| HSV(B) | 310.94º | 0.82% | 0.76% | - |
| XYZ | 30.02 | 15.62 | 37.51 | - |
| YUV | 98.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 166 | 0 | 0.82 | 0.15 | 0.24 | 310.94 | 0.69 | 0.45 |
| Hex | C3 | 24 | A6 | 0 | 52 | F | 18 | 137 | 45 | 2D |
| Octal | 303 | 44 | 246 | 0 | 122 | 17 | 30 | 467 | 105 | 55 |
| Binary | 11000011 | 100100 | 10100110 | 0 | 1010010 | 1111 | 11000 | 100110111 | 1000101 | 101101 |
Color Harmonies of #C324A6
Complementary color
Monochromatic Colors of #C324A6
Black with #C324A6
Text Example
Text Example
White with #C324A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C324A6; }
p { color: rgb(195,36,166); }
H1.HeaderClassName
{
color: #C324A6;
}
.AnyTagClassName
{
color: #C324A6;
}
</style>
background-color css
<style>
a { background-color: #C324A6; }
a { background-color: rgb(195,36,166); }
div.DivClassName
{
background-color: #C324A6;
}
.BgClassName
{
background-color: #C324A6;
}
</style>
border-color css
<style>
span { border-color: #C324A6; }
span { border-color: rgb(195,36,166); }
td.TdClassName
{
border-color: #C324A6;
}
.TagClassName
{
border-color: #C324A6;
}
</style>