Shades of Medium Violet Red #C32092
Tints of Medium Violet Red #C32092
RGB
CMYK
RGB Variations
Color information
#C32092 (or 0xC32092) is known color: Medium Violet Red. HEX triplet: C3, 20 and 92. RGB value is (195,32,146). Sum of RGB (Red+Green+Blue) = 195+32+146=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C32092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32092 is #3CDF6D. Grayscale: #5D5D5D. Windows color (decimal): -3989358 or 9576643. OLE color: 9576643.
HSL color Cylindrical-coordinate representation of color #C32092: hue angle of 318.04º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32092 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 146 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.24 |
| HSL | 318.04º | 0.72% | 0.45% | - |
| HSV(B) | 318.04º | 0.84% | 0.76% | - |
| XYZ | 28.21 | 14.71 | 28.55 | - |
| YUV | 93.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 146 | 0 | 0.84 | 0.25 | 0.24 | 318.04 | 0.72 | 0.45 |
| Hex | C3 | 20 | 92 | 0 | 54 | 19 | 18 | 13E | 48 | 2D |
| Octal | 303 | 40 | 222 | 0 | 124 | 31 | 30 | 476 | 110 | 55 |
| Binary | 11000011 | 100000 | 10010010 | 0 | 1010100 | 11001 | 11000 | 100111110 | 1001000 | 101101 |
Color Harmonies of #C32092
Complementary color
Monochromatic Colors of #C32092
Black with #C32092
Text Example
Text Example
White with #C32092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32092; }
p { color: rgb(195,32,146); }
H1.HeaderClassName
{
color: #C32092;
}
.AnyTagClassName
{
color: #C32092;
}
</style>
background-color css
<style>
a { background-color: #C32092; }
a { background-color: rgb(195,32,146); }
div.DivClassName
{
background-color: #C32092;
}
.BgClassName
{
background-color: #C32092;
}
</style>
border-color css
<style>
span { border-color: #C32092; }
span { border-color: rgb(195,32,146); }
td.TdClassName
{
border-color: #C32092;
}
.TagClassName
{
border-color: #C32092;
}
</style>