Shades of Medium Red Violet #C327AD
Tints of Medium Red Violet #C327AD
RGB
CMYK
RGB Variations
Color information
#C327AD (or 0xC327AD) is known color: Medium Red Violet. HEX triplet: C3, 27 and AD. RGB value is (195,39,173). Sum of RGB (Red+Green+Blue) = 195+39+173=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C327AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327AD is #3CD852. Grayscale: #646464. Windows color (decimal): -3987539 or 11347907. OLE color: 11347907.
HSL color Cylindrical-coordinate representation of color #C327AD: hue angle of 308.46º 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 #C327AD is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 173 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.24 |
| HSL | 308.46º | 0.67% | 0.46% | - |
| HSV(B) | 308.46º | 0.8% | 0.76% | - |
| XYZ | 30.77 | 16.07 | 41.02 | - |
| YUV | 100.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 173 | 0 | 0.80 | 0.11 | 0.24 | 308.46 | 0.67 | 0.46 |
| Hex | C3 | 27 | AD | 0 | 50 | B | 18 | 134 | 43 | 2E |
| Octal | 303 | 47 | 255 | 0 | 120 | 13 | 30 | 464 | 103 | 56 |
| Binary | 11000011 | 100111 | 10101101 | 0 | 1010000 | 1011 | 11000 | 100110100 | 1000011 | 101110 |
Color Harmonies of #C327AD
Complementary color
Monochromatic Colors of #C327AD
Black with #C327AD
Text Example
Text Example
White with #C327AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327AD; }
p { color: rgb(195,39,173); }
H1.HeaderClassName
{
color: #C327AD;
}
.AnyTagClassName
{
color: #C327AD;
}
</style>
background-color css
<style>
a { background-color: #C327AD; }
a { background-color: rgb(195,39,173); }
div.DivClassName
{
background-color: #C327AD;
}
.BgClassName
{
background-color: #C327AD;
}
</style>
border-color css
<style>
span { border-color: #C327AD; }
span { border-color: rgb(195,39,173); }
td.TdClassName
{
border-color: #C327AD;
}
.TagClassName
{
border-color: #C327AD;
}
</style>