Shades of Medium Red Violet #C328AC
Tints of Medium Red Violet #C328AC
RGB
CMYK
RGB Variations
Color information
#C328AC (or 0xC328AC) is known color: Medium Red Violet. HEX triplet: C3, 28 and AC. RGB value is (195,40,172). Sum of RGB (Red+Green+Blue) = 195+40+172=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C328AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C328AC is #3CD753. Grayscale: #656565. Windows color (decimal): -3987284 or 11282627. OLE color: 11282627.
HSL color Cylindrical-coordinate representation of color #C328AC: hue angle of 308.9º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C328AC is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 172 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.24 |
| HSL | 308.9º | 0.66% | 0.46% | - |
| HSV(B) | 308.9º | 0.79% | 0.76% | - |
| XYZ | 30.71 | 16.1 | 40.52 | - |
| YUV | 101.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 172 | 0 | 0.79 | 0.12 | 0.24 | 308.9 | 0.66 | 0.46 |
| Hex | C3 | 28 | AC | 0 | 4F | C | 18 | 135 | 42 | 2E |
| Octal | 303 | 50 | 254 | 0 | 117 | 14 | 30 | 465 | 102 | 56 |
| Binary | 11000011 | 101000 | 10101100 | 0 | 1001111 | 1100 | 11000 | 100110101 | 1000010 | 101110 |
Color Harmonies of #C328AC
Complementary color
Monochromatic Colors of #C328AC
Black with #C328AC
Text Example
Text Example
White with #C328AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328AC; }
p { color: rgb(195,40,172); }
H1.HeaderClassName
{
color: #C328AC;
}
.AnyTagClassName
{
color: #C328AC;
}
</style>
background-color css
<style>
a { background-color: #C328AC; }
a { background-color: rgb(195,40,172); }
div.DivClassName
{
background-color: #C328AC;
}
.BgClassName
{
background-color: #C328AC;
}
</style>
border-color css
<style>
span { border-color: #C328AC; }
span { border-color: rgb(195,40,172); }
td.TdClassName
{
border-color: #C328AC;
}
.TagClassName
{
border-color: #C328AC;
}
</style>