Shades of Medium Violet Red #C32193
Tints of Medium Violet Red #C32193
RGB
CMYK
RGB Variations
Color information
#C32193 (or 0xC32193) is known color: Medium Violet Red. HEX triplet: C3, 21 and 93. RGB value is (195,33,147). Sum of RGB (Red+Green+Blue) = 195+33+147=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C32193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32193 is #3CDE6C. Grayscale: #5E5E5E. Windows color (decimal): -3989101 or 9642435. OLE color: 9642435.
HSL color Cylindrical-coordinate representation of color #C32193: hue angle of 317.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C32193 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 33 | 147 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.24 |
| HSL | 317.78º | 0.71% | 0.45% | - |
| HSV(B) | 317.78º | 0.83% | 0.76% | - |
| XYZ | 28.32 | 14.8 | 28.97 | - |
| YUV | 94.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 147 | 0 | 0.83 | 0.25 | 0.24 | 317.78 | 0.71 | 0.45 |
| Hex | C3 | 21 | 93 | 0 | 53 | 19 | 18 | 13E | 47 | 2D |
| Octal | 303 | 41 | 223 | 0 | 123 | 31 | 30 | 476 | 107 | 55 |
| Binary | 11000011 | 100001 | 10010011 | 0 | 1010011 | 11001 | 11000 | 100111110 | 1000111 | 101101 |
Color Harmonies of #C32193
Complementary color
Monochromatic Colors of #C32193
Black with #C32193
Text Example
Text Example
White with #C32193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32193; }
p { color: rgb(195,33,147); }
H1.HeaderClassName
{
color: #C32193;
}
.AnyTagClassName
{
color: #C32193;
}
</style>
background-color css
<style>
a { background-color: #C32193; }
a { background-color: rgb(195,33,147); }
div.DivClassName
{
background-color: #C32193;
}
.BgClassName
{
background-color: #C32193;
}
</style>
border-color css
<style>
span { border-color: #C32193; }
span { border-color: rgb(195,33,147); }
td.TdClassName
{
border-color: #C32193;
}
.TagClassName
{
border-color: #C32193;
}
</style>