Shades of Medium Red Violet #C327A2
Tints of Medium Red Violet #C327A2
RGB
CMYK
RGB Variations
Color information
#C327A2 (or 0xC327A2) is known color: Medium Red Violet. HEX triplet: C3, 27 and A2. RGB value is (195,39,162). Sum of RGB (Red+Green+Blue) = 195+39+162=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C327A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327A2 is #3CD85D. Grayscale: #636363. Windows color (decimal): -3987550 or 10627011. OLE color: 10627011.
HSL color Cylindrical-coordinate representation of color #C327A2: hue angle of 312.69º 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 #C327A2 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 162 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.24 |
| HSL | 312.69º | 0.67% | 0.46% | - |
| HSV(B) | 312.69º | 0.8% | 0.76% | - |
| XYZ | 29.75 | 15.66 | 35.64 | - |
| YUV | 99.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 162 | 0 | 0.80 | 0.17 | 0.24 | 312.69 | 0.67 | 0.46 |
| Hex | C3 | 27 | A2 | 0 | 50 | 11 | 18 | 139 | 43 | 2E |
| Octal | 303 | 47 | 242 | 0 | 120 | 21 | 30 | 471 | 103 | 56 |
| Binary | 11000011 | 100111 | 10100010 | 0 | 1010000 | 10001 | 11000 | 100111001 | 1000011 | 101110 |
Color Harmonies of #C327A2
Complementary color
Monochromatic Colors of #C327A2
Black with #C327A2
Text Example
Text Example
White with #C327A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327A2; }
p { color: rgb(195,39,162); }
H1.HeaderClassName
{
color: #C327A2;
}
.AnyTagClassName
{
color: #C327A2;
}
</style>
background-color css
<style>
a { background-color: #C327A2; }
a { background-color: rgb(195,39,162); }
div.DivClassName
{
background-color: #C327A2;
}
.BgClassName
{
background-color: #C327A2;
}
</style>
border-color css
<style>
span { border-color: #C327A2; }
span { border-color: rgb(195,39,162); }
td.TdClassName
{
border-color: #C327A2;
}
.TagClassName
{
border-color: #C327A2;
}
</style>