Shades of Medium Violet Red #C32481
Tints of Medium Violet Red #C32481
RGB
CMYK
RGB Variations
Color information
#C32481 (or 0xC32481) is known color: Medium Violet Red. HEX triplet: C3, 24 and 81. RGB value is (195,36,129). Sum of RGB (Red+Green+Blue) = 195+36+129=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C32481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32481 is #3CDB7E. Grayscale: #5D5D5D. Windows color (decimal): -3988351 or 8463555. OLE color: 8463555.
HSL color Cylindrical-coordinate representation of color #C32481: hue angle of 324.91º 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 #C32481 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 129 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.24 |
| HSL | 324.91º | 0.69% | 0.45% | - |
| HSV(B) | 324.91º | 0.82% | 0.76% | - |
| XYZ | 27.1 | 14.45 | 22.13 | - |
| YUV | 94.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 129 | 0 | 0.82 | 0.34 | 0.24 | 324.91 | 0.69 | 0.45 |
| Hex | C3 | 24 | 81 | 0 | 52 | 22 | 18 | 145 | 45 | 2D |
| Octal | 303 | 44 | 201 | 0 | 122 | 42 | 30 | 505 | 105 | 55 |
| Binary | 11000011 | 100100 | 10000001 | 0 | 1010010 | 100010 | 11000 | 101000101 | 1000101 | 101101 |
Color Harmonies of #C32481
Complementary color
Monochromatic Colors of #C32481
Black with #C32481
Text Example
Text Example
White with #C32481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32481; }
p { color: rgb(195,36,129); }
H1.HeaderClassName
{
color: #C32481;
}
.AnyTagClassName
{
color: #C32481;
}
</style>
background-color css
<style>
a { background-color: #C32481; }
a { background-color: rgb(195,36,129); }
div.DivClassName
{
background-color: #C32481;
}
.BgClassName
{
background-color: #C32481;
}
</style>
border-color css
<style>
span { border-color: #C32481; }
span { border-color: rgb(195,36,129); }
td.TdClassName
{
border-color: #C32481;
}
.TagClassName
{
border-color: #C32481;
}
</style>