Shades of Medium Red Violet #C327AB
Tints of Medium Red Violet #C327AB
RGB
CMYK
RGB Variations
Color information
#C327AB (or 0xC327AB) is known color: Medium Red Violet. HEX triplet: C3, 27 and AB. RGB value is (195,39,171). Sum of RGB (Red+Green+Blue) = 195+39+171=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C327AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327AB is #3CD854. Grayscale: #646464. Windows color (decimal): -3987541 or 11216835. OLE color: 11216835.
HSL color Cylindrical-coordinate representation of color #C327AB: hue angle of 309.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C327AB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 171 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.24 |
| HSL | 309.23º | 0.67% | 0.46% | - |
| HSV(B) | 309.23º | 0.8% | 0.76% | - |
| XYZ | 30.58 | 15.99 | 40 | - |
| YUV | 100.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 171 | 0 | 0.80 | 0.12 | 0.24 | 309.23 | 0.67 | 0.46 |
| Hex | C3 | 27 | AB | 0 | 50 | C | 18 | 135 | 43 | 2E |
| Octal | 303 | 47 | 253 | 0 | 120 | 14 | 30 | 465 | 103 | 56 |
| Binary | 11000011 | 100111 | 10101011 | 0 | 1010000 | 1100 | 11000 | 100110101 | 1000011 | 101110 |
Color Harmonies of #C327AB
Complementary color
Monochromatic Colors of #C327AB
Black with #C327AB
Text Example
Text Example
White with #C327AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327AB; }
p { color: rgb(195,39,171); }
H1.HeaderClassName
{
color: #C327AB;
}
.AnyTagClassName
{
color: #C327AB;
}
</style>
background-color css
<style>
a { background-color: #C327AB; }
a { background-color: rgb(195,39,171); }
div.DivClassName
{
background-color: #C327AB;
}
.BgClassName
{
background-color: #C327AB;
}
</style>
border-color css
<style>
span { border-color: #C327AB; }
span { border-color: rgb(195,39,171); }
td.TdClassName
{
border-color: #C327AB;
}
.TagClassName
{
border-color: #C327AB;
}
</style>