Shades of Medium Violet Red #C323AA
Tints of Medium Violet Red #C323AA
RGB
CMYK
RGB Variations
Color information
#C323AA (or 0xC323AA) is known color: Medium Violet Red. HEX triplet: C3, 23 and AA. RGB value is (195,35,170). Sum of RGB (Red+Green+Blue) = 195+35+170=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C323AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323AA is #3CDC55. Grayscale: #616161. Windows color (decimal): -3988566 or 11150275. OLE color: 11150275.
HSL color Cylindrical-coordinate representation of color #C323AA: hue angle of 309.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 #C323AA is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 170 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.24 |
| HSL | 309.38º | 0.7% | 0.45% | - |
| HSV(B) | 309.38º | 0.82% | 0.76% | - |
| XYZ | 30.36 | 15.71 | 39.46 | - |
| YUV | 98.23 | 168.51 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 170 | 0 | 0.82 | 0.13 | 0.24 | 309.38 | 0.7 | 0.45 |
| Hex | C3 | 23 | AA | 0 | 52 | D | 18 | 135 | 46 | 2D |
| Octal | 303 | 43 | 252 | 0 | 122 | 15 | 30 | 465 | 106 | 55 |
| Binary | 11000011 | 100011 | 10101010 | 0 | 1010010 | 1101 | 11000 | 100110101 | 1000110 | 101101 |
Color Harmonies of #C323AA
Complementary color
Monochromatic Colors of #C323AA
Black with #C323AA
Text Example
Text Example
White with #C323AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323AA; }
p { color: rgb(195,35,170); }
H1.HeaderClassName
{
color: #C323AA;
}
.AnyTagClassName
{
color: #C323AA;
}
</style>
background-color css
<style>
a { background-color: #C323AA; }
a { background-color: rgb(195,35,170); }
div.DivClassName
{
background-color: #C323AA;
}
.BgClassName
{
background-color: #C323AA;
}
</style>
border-color css
<style>
span { border-color: #C323AA; }
span { border-color: rgb(195,35,170); }
td.TdClassName
{
border-color: #C323AA;
}
.TagClassName
{
border-color: #C323AA;
}
</style>