Shades of Medium Violet Red #C32282
Tints of Medium Violet Red #C32282
RGB
CMYK
RGB Variations
Color information
#C32282 (or 0xC32282) is known color: Medium Violet Red. HEX triplet: C3, 22 and 82. RGB value is (195,34,130). Sum of RGB (Red+Green+Blue) = 195+34+130=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C32282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32282 is #3CDD7D. Grayscale: #5C5C5C. Windows color (decimal): -3988862 or 8528579. OLE color: 8528579.
HSL color Cylindrical-coordinate representation of color #C32282: hue angle of 324.22º 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 #C32282 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 130 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.24 |
| HSL | 324.22º | 0.7% | 0.45% | - |
| HSV(B) | 324.22º | 0.83% | 0.76% | - |
| XYZ | 27.11 | 14.36 | 22.46 | - |
| YUV | 93.08 | 148.84 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 130 | 0 | 0.83 | 0.33 | 0.24 | 324.22 | 0.7 | 0.45 |
| Hex | C3 | 22 | 82 | 0 | 53 | 21 | 18 | 144 | 46 | 2D |
| Octal | 303 | 42 | 202 | 0 | 123 | 41 | 30 | 504 | 106 | 55 |
| Binary | 11000011 | 100010 | 10000010 | 0 | 1010011 | 100001 | 11000 | 101000100 | 1000110 | 101101 |
Color Harmonies of #C32282
Complementary color
Monochromatic Colors of #C32282
Black with #C32282
Text Example
Text Example
White with #C32282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32282; }
p { color: rgb(195,34,130); }
H1.HeaderClassName
{
color: #C32282;
}
.AnyTagClassName
{
color: #C32282;
}
</style>
background-color css
<style>
a { background-color: #C32282; }
a { background-color: rgb(195,34,130); }
div.DivClassName
{
background-color: #C32282;
}
.BgClassName
{
background-color: #C32282;
}
</style>
border-color css
<style>
span { border-color: #C32282; }
span { border-color: rgb(195,34,130); }
td.TdClassName
{
border-color: #C32282;
}
.TagClassName
{
border-color: #C32282;
}
</style>