Shades of Medium Violet Red #C322A3
Tints of Medium Violet Red #C322A3
RGB
CMYK
RGB Variations
Color information
#C322A3 (or 0xC322A3) is known color: Medium Violet Red. HEX triplet: C3, 22 and A3. RGB value is (195,34,163). Sum of RGB (Red+Green+Blue) = 195+34+163=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C322A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C322A3 is #3CDD5C. Grayscale: #606060. Windows color (decimal): -3988829 or 10691267. OLE color: 10691267.
HSL color Cylindrical-coordinate representation of color #C322A3: hue angle of 311.93º 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 #C322A3 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 163 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.24 |
| HSL | 311.93º | 0.7% | 0.45% | - |
| HSV(B) | 311.93º | 0.83% | 0.76% | - |
| XYZ | 29.69 | 15.39 | 36.06 | - |
| YUV | 96.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 163 | 0 | 0.83 | 0.16 | 0.24 | 311.93 | 0.7 | 0.45 |
| Hex | C3 | 22 | A3 | 0 | 53 | 10 | 18 | 138 | 46 | 2D |
| Octal | 303 | 42 | 243 | 0 | 123 | 20 | 30 | 470 | 106 | 55 |
| Binary | 11000011 | 100010 | 10100011 | 0 | 1010011 | 10000 | 11000 | 100111000 | 1000110 | 101101 |
Color Harmonies of #C322A3
Complementary color
Monochromatic Colors of #C322A3
Black with #C322A3
Text Example
Text Example
White with #C322A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322A3; }
p { color: rgb(195,34,163); }
H1.HeaderClassName
{
color: #C322A3;
}
.AnyTagClassName
{
color: #C322A3;
}
</style>
background-color css
<style>
a { background-color: #C322A3; }
a { background-color: rgb(195,34,163); }
div.DivClassName
{
background-color: #C322A3;
}
.BgClassName
{
background-color: #C322A3;
}
</style>
border-color css
<style>
span { border-color: #C322A3; }
span { border-color: rgb(195,34,163); }
td.TdClassName
{
border-color: #C322A3;
}
.TagClassName
{
border-color: #C322A3;
}
</style>