Shades of Medium Violet Red #C325A3
Tints of Medium Violet Red #C325A3
RGB
CMYK
RGB Variations
Color information
#C325A3 (or 0xC325A3) is known color: Medium Violet Red. HEX triplet: C3, 25 and A3. RGB value is (195,37,163). Sum of RGB (Red+Green+Blue) = 195+37+163=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C325A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325A3 is #3CDA5C. Grayscale: #626262. Windows color (decimal): -3988061 or 10692035. OLE color: 10692035.
HSL color Cylindrical-coordinate representation of color #C325A3: hue angle of 312.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C325A3 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 163 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.24 |
| HSL | 312.15º | 0.68% | 0.45% | - |
| HSV(B) | 312.15º | 0.81% | 0.76% | - |
| XYZ | 29.78 | 15.57 | 36.09 | - |
| YUV | 98.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 163 | 0 | 0.81 | 0.16 | 0.24 | 312.15 | 0.68 | 0.45 |
| Hex | C3 | 25 | A3 | 0 | 51 | 10 | 18 | 138 | 44 | 2D |
| Octal | 303 | 45 | 243 | 0 | 121 | 20 | 30 | 470 | 104 | 55 |
| Binary | 11000011 | 100101 | 10100011 | 0 | 1010001 | 10000 | 11000 | 100111000 | 1000100 | 101101 |
Color Harmonies of #C325A3
Complementary color
Monochromatic Colors of #C325A3
Black with #C325A3
Text Example
Text Example
White with #C325A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325A3; }
p { color: rgb(195,37,163); }
H1.HeaderClassName
{
color: #C325A3;
}
.AnyTagClassName
{
color: #C325A3;
}
</style>
background-color css
<style>
a { background-color: #C325A3; }
a { background-color: rgb(195,37,163); }
div.DivClassName
{
background-color: #C325A3;
}
.BgClassName
{
background-color: #C325A3;
}
</style>
border-color css
<style>
span { border-color: #C325A3; }
span { border-color: rgb(195,37,163); }
td.TdClassName
{
border-color: #C325A3;
}
.TagClassName
{
border-color: #C325A3;
}
</style>