Shades of Medium Violet Red #C323A8
Tints of Medium Violet Red #C323A8
RGB
CMYK
RGB Variations
Color information
#C323A8 (or 0xC323A8) is known color: Medium Violet Red. HEX triplet: C3, 23 and A8. RGB value is (195,35,168). Sum of RGB (Red+Green+Blue) = 195+35+168=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C323A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323A8 is #3CDC57. Grayscale: #616161. Windows color (decimal): -3988568 or 11019203. OLE color: 11019203.
HSL color Cylindrical-coordinate representation of color #C323A8: hue angle of 310.12º 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 #C323A8 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 168 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.24 |
| HSL | 310.13º | 0.7% | 0.45% | - |
| HSV(B) | 310.13º | 0.82% | 0.76% | - |
| XYZ | 30.17 | 15.63 | 38.47 | - |
| YUV | 98 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 168 | 0 | 0.82 | 0.14 | 0.24 | 310.13 | 0.7 | 0.45 |
| Hex | C3 | 23 | A8 | 0 | 52 | E | 18 | 136 | 46 | 2D |
| Octal | 303 | 43 | 250 | 0 | 122 | 16 | 30 | 466 | 106 | 55 |
| Binary | 11000011 | 100011 | 10101000 | 0 | 1010010 | 1110 | 11000 | 100110110 | 1000110 | 101101 |
Color Harmonies of #C323A8
Complementary color
Monochromatic Colors of #C323A8
Black with #C323A8
Text Example
Text Example
White with #C323A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323A8; }
p { color: rgb(195,35,168); }
H1.HeaderClassName
{
color: #C323A8;
}
.AnyTagClassName
{
color: #C323A8;
}
</style>
background-color css
<style>
a { background-color: #C323A8; }
a { background-color: rgb(195,35,168); }
div.DivClassName
{
background-color: #C323A8;
}
.BgClassName
{
background-color: #C323A8;
}
</style>
border-color css
<style>
span { border-color: #C323A8; }
span { border-color: rgb(195,35,168); }
td.TdClassName
{
border-color: #C323A8;
}
.TagClassName
{
border-color: #C323A8;
}
</style>