Shades of Medium Violet Red #C325A2
Tints of Medium Violet Red #C325A2
RGB
CMYK
RGB Variations
Color information
#C325A2 (or 0xC325A2) is known color: Medium Violet Red. HEX triplet: C3, 25 and A2. RGB value is (195,37,162). Sum of RGB (Red+Green+Blue) = 195+37+162=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C325A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C325A2 is #3CDA5D. Grayscale: #626262. Windows color (decimal): -3988062 or 10626499. OLE color: 10626499.
HSL color Cylindrical-coordinate representation of color #C325A2: hue angle of 312.53º 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 #C325A2 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 162 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.24 |
| HSL | 312.53º | 0.68% | 0.45% | - |
| HSV(B) | 312.53º | 0.81% | 0.76% | - |
| XYZ | 29.69 | 15.53 | 35.62 | - |
| YUV | 98.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 162 | 0 | 0.81 | 0.17 | 0.24 | 312.53 | 0.68 | 0.45 |
| Hex | C3 | 25 | A2 | 0 | 51 | 11 | 18 | 139 | 44 | 2D |
| Octal | 303 | 45 | 242 | 0 | 121 | 21 | 30 | 471 | 104 | 55 |
| Binary | 11000011 | 100101 | 10100010 | 0 | 1010001 | 10001 | 11000 | 100111001 | 1000100 | 101101 |
Color Harmonies of #C325A2
Complementary color
Monochromatic Colors of #C325A2
Black with #C325A2
Text Example
Text Example
White with #C325A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C325A2; }
p { color: rgb(195,37,162); }
H1.HeaderClassName
{
color: #C325A2;
}
.AnyTagClassName
{
color: #C325A2;
}
</style>
background-color css
<style>
a { background-color: #C325A2; }
a { background-color: rgb(195,37,162); }
div.DivClassName
{
background-color: #C325A2;
}
.BgClassName
{
background-color: #C325A2;
}
</style>
border-color css
<style>
span { border-color: #C325A2; }
span { border-color: rgb(195,37,162); }
td.TdClassName
{
border-color: #C325A2;
}
.TagClassName
{
border-color: #C325A2;
}
</style>