Shades of Medium Red Violet #C536A3
Tints of Medium Red Violet #C536A3
RGB
CMYK
RGB Variations
Color information
#C536A3 (or 0xC536A3) is known color: Medium Red Violet. HEX triplet: C5, 36 and A3. RGB value is (197,54,163). Sum of RGB (Red+Green+Blue) = 197+54+163=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C536A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C536A3 is #3AC95C. Grayscale: #6C6C6C. Windows color (decimal): -3852637 or 10696389. OLE color: 10696389.
HSL color Cylindrical-coordinate representation of color #C536A3: hue angle of 314.27º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C536A3 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 163 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.23 |
| HSL | 314.27º | 0.57% | 0.49% | - |
| HSV(B) | 314.27º | 0.73% | 0.77% | - |
| XYZ | 30.96 | 17.15 | 36.33 | - |
| YUV | 109.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 163 | 0 | 0.73 | 0.17 | 0.23 | 314.27 | 0.57 | 0.49 |
| Hex | C5 | 36 | A3 | 0 | 49 | 11 | 17 | 13A | 39 | 31 |
| Octal | 305 | 66 | 243 | 0 | 111 | 21 | 27 | 472 | 71 | 61 |
| Binary | 11000101 | 110110 | 10100011 | 0 | 1001001 | 10001 | 10111 | 100111010 | 111001 | 110001 |
Color Harmonies of #C536A3
Complementary color
Monochromatic Colors of #C536A3
Black with #C536A3
Text Example
Text Example
White with #C536A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536A3; }
p { color: rgb(197,54,163); }
H1.HeaderClassName
{
color: #C536A3;
}
.AnyTagClassName
{
color: #C536A3;
}
</style>
background-color css
<style>
a { background-color: #C536A3; }
a { background-color: rgb(197,54,163); }
div.DivClassName
{
background-color: #C536A3;
}
.BgClassName
{
background-color: #C536A3;
}
</style>
border-color css
<style>
span { border-color: #C536A3; }
span { border-color: rgb(197,54,163); }
td.TdClassName
{
border-color: #C536A3;
}
.TagClassName
{
border-color: #C536A3;
}
</style>