Shades of Medium Violet Red #C32284
Tints of Medium Violet Red #C32284
RGB
CMYK
RGB Variations
Color information
#C32284 (or 0xC32284) is known color: Medium Violet Red. HEX triplet: C3, 22 and 84. RGB value is (195,34,132). Sum of RGB (Red+Green+Blue) = 195+34+132=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C32284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32284 is #3CDD7B. Grayscale: #5D5D5D. Windows color (decimal): -3988860 or 8659651. OLE color: 8659651.
HSL color Cylindrical-coordinate representation of color #C32284: hue angle of 323.48º degrees, saturation: 0.7, 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 #C32284 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 132 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.24 |
| HSL | 323.48º | 0.7% | 0.45% | - |
| HSV(B) | 323.48º | 0.83% | 0.76% | - |
| XYZ | 27.24 | 14.41 | 23.18 | - |
| YUV | 93.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 132 | 0 | 0.83 | 0.32 | 0.24 | 323.48 | 0.7 | 0.45 |
| Hex | C3 | 22 | 84 | 0 | 53 | 20 | 18 | 143 | 46 | 2D |
| Octal | 303 | 42 | 204 | 0 | 123 | 40 | 30 | 503 | 106 | 55 |
| Binary | 11000011 | 100010 | 10000100 | 0 | 1010011 | 100000 | 11000 | 101000011 | 1000110 | 101101 |
Color Harmonies of #C32284
Complementary color
Monochromatic Colors of #C32284
Black with #C32284
Text Example
Text Example
White with #C32284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32284; }
p { color: rgb(195,34,132); }
H1.HeaderClassName
{
color: #C32284;
}
.AnyTagClassName
{
color: #C32284;
}
</style>
background-color css
<style>
a { background-color: #C32284; }
a { background-color: rgb(195,34,132); }
div.DivClassName
{
background-color: #C32284;
}
.BgClassName
{
background-color: #C32284;
}
</style>
border-color css
<style>
span { border-color: #C32284; }
span { border-color: rgb(195,34,132); }
td.TdClassName
{
border-color: #C32284;
}
.TagClassName
{
border-color: #C32284;
}
</style>