Shades of Medium Violet Red #C322A6
Tints of Medium Violet Red #C322A6
RGB
CMYK
RGB Variations
Color information
#C322A6 (or 0xC322A6) is known color: Medium Violet Red. HEX triplet: C3, 22 and A6. RGB value is (195,34,166). Sum of RGB (Red+Green+Blue) = 195+34+166=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C322A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C322A6 is #3CDD59. Grayscale: #606060. Windows color (decimal): -3988826 or 10887875. OLE color: 10887875.
HSL color Cylindrical-coordinate representation of color #C322A6: hue angle of 310.81º 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 #C322A6 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 166 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.24 |
| HSL | 310.81º | 0.7% | 0.45% | - |
| HSV(B) | 310.81º | 0.83% | 0.76% | - |
| XYZ | 29.96 | 15.5 | 37.49 | - |
| YUV | 97.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 166 | 0 | 0.83 | 0.15 | 0.24 | 310.81 | 0.7 | 0.45 |
| Hex | C3 | 22 | A6 | 0 | 53 | F | 18 | 137 | 46 | 2D |
| Octal | 303 | 42 | 246 | 0 | 123 | 17 | 30 | 467 | 106 | 55 |
| Binary | 11000011 | 100010 | 10100110 | 0 | 1010011 | 1111 | 11000 | 100110111 | 1000110 | 101101 |
Color Harmonies of #C322A6
Complementary color
Monochromatic Colors of #C322A6
Black with #C322A6
Text Example
Text Example
White with #C322A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322A6; }
p { color: rgb(195,34,166); }
H1.HeaderClassName
{
color: #C322A6;
}
.AnyTagClassName
{
color: #C322A6;
}
</style>
background-color css
<style>
a { background-color: #C322A6; }
a { background-color: rgb(195,34,166); }
div.DivClassName
{
background-color: #C322A6;
}
.BgClassName
{
background-color: #C322A6;
}
</style>
border-color css
<style>
span { border-color: #C322A6; }
span { border-color: rgb(195,34,166); }
td.TdClassName
{
border-color: #C322A6;
}
.TagClassName
{
border-color: #C322A6;
}
</style>