Shades of Medium Violet Red #C323A3
Tints of Medium Violet Red #C323A3
RGB
CMYK
RGB Variations
Color information
#C323A3 (or 0xC323A3) is known color: Medium Violet Red. HEX triplet: C3, 23 and A3. RGB value is (195,35,163). Sum of RGB (Red+Green+Blue) = 195+35+163=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C323A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323A3 is #3CDC5C. Grayscale: #616161. Windows color (decimal): -3988573 or 10691523. OLE color: 10691523.
HSL color Cylindrical-coordinate representation of color #C323A3: hue angle of 312º 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 #C323A3 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 163 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.24 |
| HSL | 312º | 0.7% | 0.45% | - |
| HSV(B) | 312º | 0.82% | 0.76% | - |
| XYZ | 29.72 | 15.45 | 36.07 | - |
| YUV | 97.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 163 | 0 | 0.82 | 0.16 | 0.24 | 312 | 0.7 | 0.45 |
| Hex | C3 | 23 | A3 | 0 | 52 | 10 | 18 | 138 | 46 | 2D |
| Octal | 303 | 43 | 243 | 0 | 122 | 20 | 30 | 470 | 106 | 55 |
| Binary | 11000011 | 100011 | 10100011 | 0 | 1010010 | 10000 | 11000 | 100111000 | 1000110 | 101101 |
Color Harmonies of #C323A3
Complementary color
Monochromatic Colors of #C323A3
Black with #C323A3
Text Example
Text Example
White with #C323A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323A3; }
p { color: rgb(195,35,163); }
H1.HeaderClassName
{
color: #C323A3;
}
.AnyTagClassName
{
color: #C323A3;
}
</style>
background-color css
<style>
a { background-color: #C323A3; }
a { background-color: rgb(195,35,163); }
div.DivClassName
{
background-color: #C323A3;
}
.BgClassName
{
background-color: #C323A3;
}
</style>
border-color css
<style>
span { border-color: #C323A3; }
span { border-color: rgb(195,35,163); }
td.TdClassName
{
border-color: #C323A3;
}
.TagClassName
{
border-color: #C323A3;
}
</style>