Shades of Medium Red Violet #C534A2
Tints of Medium Red Violet #C534A2
RGB
CMYK
RGB Variations
Color information
#C534A2 (or 0xC534A2) is known color: Medium Red Violet. HEX triplet: C5, 34 and A2. RGB value is (197,52,162). Sum of RGB (Red+Green+Blue) = 197+52+162=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C534A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534A2 is #3ACB5D. Grayscale: #6B6B6B. Windows color (decimal): -3853150 or 10630341. OLE color: 10630341.
HSL color Cylindrical-coordinate representation of color #C534A2: hue angle of 314.48º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534A2 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 162 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.23 |
| HSL | 314.48º | 0.58% | 0.49% | - |
| HSV(B) | 314.48º | 0.74% | 0.77% | - |
| XYZ | 30.78 | 16.93 | 35.83 | - |
| YUV | 107.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 162 | 0 | 0.74 | 0.18 | 0.23 | 314.48 | 0.58 | 0.49 |
| Hex | C5 | 34 | A2 | 0 | 4A | 12 | 17 | 13A | 3A | 31 |
| Octal | 305 | 64 | 242 | 0 | 112 | 22 | 27 | 472 | 72 | 61 |
| Binary | 11000101 | 110100 | 10100010 | 0 | 1001010 | 10010 | 10111 | 100111010 | 111010 | 110001 |
Color Harmonies of #C534A2
Complementary color
Monochromatic Colors of #C534A2
Black with #C534A2
Text Example
Text Example
White with #C534A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534A2; }
p { color: rgb(197,52,162); }
H1.HeaderClassName
{
color: #C534A2;
}
.AnyTagClassName
{
color: #C534A2;
}
</style>
background-color css
<style>
a { background-color: #C534A2; }
a { background-color: rgb(197,52,162); }
div.DivClassName
{
background-color: #C534A2;
}
.BgClassName
{
background-color: #C534A2;
}
</style>
border-color css
<style>
span { border-color: #C534A2; }
span { border-color: rgb(197,52,162); }
td.TdClassName
{
border-color: #C534A2;
}
.TagClassName
{
border-color: #C534A2;
}
</style>