Shades of Medium Violet Red #C326A6
Tints of Medium Violet Red #C326A6
RGB
CMYK
RGB Variations
Color information
#C326A6 (or 0xC326A6) is known color: Medium Violet Red. HEX triplet: C3, 26 and A6. RGB value is (195,38,166). Sum of RGB (Red+Green+Blue) = 195+38+166=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C326A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C326A6 is #3CD959. Grayscale: #636363. Windows color (decimal): -3987802 or 10888899. OLE color: 10888899.
HSL color Cylindrical-coordinate representation of color #C326A6: hue angle of 311.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C326A6 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 166 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.24 |
| HSL | 311.08º | 0.67% | 0.46% | - |
| HSV(B) | 311.08º | 0.81% | 0.76% | - |
| XYZ | 30.08 | 15.74 | 37.53 | - |
| YUV | 99.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 166 | 0 | 0.81 | 0.15 | 0.24 | 311.08 | 0.67 | 0.46 |
| Hex | C3 | 26 | A6 | 0 | 51 | F | 18 | 137 | 43 | 2E |
| Octal | 303 | 46 | 246 | 0 | 121 | 17 | 30 | 467 | 103 | 56 |
| Binary | 11000011 | 100110 | 10100110 | 0 | 1010001 | 1111 | 11000 | 100110111 | 1000011 | 101110 |
Color Harmonies of #C326A6
Complementary color
Monochromatic Colors of #C326A6
Black with #C326A6
Text Example
Text Example
White with #C326A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C326A6; }
p { color: rgb(195,38,166); }
H1.HeaderClassName
{
color: #C326A6;
}
.AnyTagClassName
{
color: #C326A6;
}
</style>
background-color css
<style>
a { background-color: #C326A6; }
a { background-color: rgb(195,38,166); }
div.DivClassName
{
background-color: #C326A6;
}
.BgClassName
{
background-color: #C326A6;
}
</style>
border-color css
<style>
span { border-color: #C326A6; }
span { border-color: rgb(195,38,166); }
td.TdClassName
{
border-color: #C326A6;
}
.TagClassName
{
border-color: #C326A6;
}
</style>