Shades of Medium Violet Red #C325A6
Tints of Medium Violet Red #C325A6
RGB
CMYK
RGB Variations
Color information
#C325A6 (or 0xC325A6) is known color: Medium Violet Red. HEX triplet: C3, 25 and A6. RGB value is (195,37,166). Sum of RGB (Red+Green+Blue) = 195+37+166=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C325A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325A6 is #3CDA59. Grayscale: #626262. Windows color (decimal): -3988058 or 10888643. OLE color: 10888643.
HSL color Cylindrical-coordinate representation of color #C325A6: hue angle of 311.01º 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 #C325A6 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 166 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.24 |
| HSL | 311.01º | 0.68% | 0.45% | - |
| HSV(B) | 311.01º | 0.81% | 0.76% | - |
| XYZ | 30.05 | 15.68 | 37.52 | - |
| YUV | 98.95 | 165.85 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 166 | 0 | 0.81 | 0.15 | 0.24 | 311.01 | 0.68 | 0.45 |
| Hex | C3 | 25 | A6 | 0 | 51 | F | 18 | 137 | 44 | 2D |
| Octal | 303 | 45 | 246 | 0 | 121 | 17 | 30 | 467 | 104 | 55 |
| Binary | 11000011 | 100101 | 10100110 | 0 | 1010001 | 1111 | 11000 | 100110111 | 1000100 | 101101 |
Color Harmonies of #C325A6
Complementary color
Monochromatic Colors of #C325A6
Black with #C325A6
Text Example
Text Example
White with #C325A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325A6; }
p { color: rgb(195,37,166); }
H1.HeaderClassName
{
color: #C325A6;
}
.AnyTagClassName
{
color: #C325A6;
}
</style>
background-color css
<style>
a { background-color: #C325A6; }
a { background-color: rgb(195,37,166); }
div.DivClassName
{
background-color: #C325A6;
}
.BgClassName
{
background-color: #C325A6;
}
</style>
border-color css
<style>
span { border-color: #C325A6; }
span { border-color: rgb(195,37,166); }
td.TdClassName
{
border-color: #C325A6;
}
.TagClassName
{
border-color: #C325A6;
}
</style>