Shades of Medium Violet Red #C323A2
Tints of Medium Violet Red #C323A2
RGB
CMYK
RGB Variations
Color information
#C323A2 (or 0xC323A2) is known color: Medium Violet Red. HEX triplet: C3, 23 and A2. RGB value is (195,35,162). Sum of RGB (Red+Green+Blue) = 195+35+162=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C323A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323A2 is #3CDC5D. Grayscale: #606060. Windows color (decimal): -3988574 or 10625987. OLE color: 10625987.
HSL color Cylindrical-coordinate representation of color #C323A2: hue angle of 312.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C323A2 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 162 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.24 |
| HSL | 312.38º | 0.7% | 0.45% | - |
| HSV(B) | 312.38º | 0.82% | 0.76% | - |
| XYZ | 29.63 | 15.41 | 35.6 | - |
| YUV | 97.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 162 | 0 | 0.82 | 0.17 | 0.24 | 312.38 | 0.7 | 0.45 |
| Hex | C3 | 23 | A2 | 0 | 52 | 11 | 18 | 138 | 46 | 2D |
| Octal | 303 | 43 | 242 | 0 | 122 | 21 | 30 | 470 | 106 | 55 |
| Binary | 11000011 | 100011 | 10100010 | 0 | 1010010 | 10001 | 11000 | 100111000 | 1000110 | 101101 |
Color Harmonies of #C323A2
Complementary color
Monochromatic Colors of #C323A2
Black with #C323A2
Text Example
Text Example
White with #C323A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323A2; }
p { color: rgb(195,35,162); }
H1.HeaderClassName
{
color: #C323A2;
}
.AnyTagClassName
{
color: #C323A2;
}
</style>
background-color css
<style>
a { background-color: #C323A2; }
a { background-color: rgb(195,35,162); }
div.DivClassName
{
background-color: #C323A2;
}
.BgClassName
{
background-color: #C323A2;
}
</style>
border-color css
<style>
span { border-color: #C323A2; }
span { border-color: rgb(195,35,162); }
td.TdClassName
{
border-color: #C323A2;
}
.TagClassName
{
border-color: #C323A2;
}
</style>