Shades of Medium Violet Red #C325A8
Tints of Medium Violet Red #C325A8
RGB
CMYK
RGB Variations
Color information
#C325A8 (or 0xC325A8) is known color: Medium Violet Red. HEX triplet: C3, 25 and A8. RGB value is (195,37,168). Sum of RGB (Red+Green+Blue) = 195+37+168=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C325A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325A8 is #3CDA57. Grayscale: #626262. Windows color (decimal): -3988056 or 11019715. OLE color: 11019715.
HSL color Cylindrical-coordinate representation of color #C325A8: hue angle of 310.25º 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 #C325A8 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 168 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.24 |
| HSL | 310.25º | 0.68% | 0.45% | - |
| HSV(B) | 310.25º | 0.81% | 0.76% | - |
| XYZ | 30.24 | 15.75 | 38.49 | - |
| YUV | 99.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 168 | 0 | 0.81 | 0.14 | 0.24 | 310.25 | 0.68 | 0.45 |
| Hex | C3 | 25 | A8 | 0 | 51 | E | 18 | 136 | 44 | 2D |
| Octal | 303 | 45 | 250 | 0 | 121 | 16 | 30 | 466 | 104 | 55 |
| Binary | 11000011 | 100101 | 10101000 | 0 | 1010001 | 1110 | 11000 | 100110110 | 1000100 | 101101 |
Color Harmonies of #C325A8
Complementary color
Monochromatic Colors of #C325A8
Black with #C325A8
Text Example
Text Example
White with #C325A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325A8; }
p { color: rgb(195,37,168); }
H1.HeaderClassName
{
color: #C325A8;
}
.AnyTagClassName
{
color: #C325A8;
}
</style>
background-color css
<style>
a { background-color: #C325A8; }
a { background-color: rgb(195,37,168); }
div.DivClassName
{
background-color: #C325A8;
}
.BgClassName
{
background-color: #C325A8;
}
</style>
border-color css
<style>
span { border-color: #C325A8; }
span { border-color: rgb(195,37,168); }
td.TdClassName
{
border-color: #C325A8;
}
.TagClassName
{
border-color: #C325A8;
}
</style>