Shades of Medium Red Violet #C5339A
Tints of Medium Red Violet #C5339A
RGB
CMYK
RGB Variations
Color information
#C5339A (or 0xC5339A) is known color: Medium Red Violet. HEX triplet: C5, 33 and 9A. RGB value is (197,51,154). Sum of RGB (Red+Green+Blue) = 197+51+154=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5339A is #3ACC65. Grayscale: #6A6A6A. Windows color (decimal): -3853414 or 10105797. OLE color: 10105797.
HSL color Cylindrical-coordinate representation of color #C5339A: hue angle of 317.67º degrees, saturation: 0.59, 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 #C5339A is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 154 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.23 |
| HSL | 317.67º | 0.59% | 0.49% | - |
| HSV(B) | 317.67º | 0.74% | 0.77% | - |
| XYZ | 30.04 | 16.57 | 32.19 | - |
| YUV | 106.4 | 154.87 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 154 | 0 | 0.74 | 0.22 | 0.23 | 317.67 | 0.59 | 0.49 |
| Hex | C5 | 33 | 9A | 0 | 4A | 16 | 17 | 13E | 3B | 31 |
| Octal | 305 | 63 | 232 | 0 | 112 | 26 | 27 | 476 | 73 | 61 |
| Binary | 11000101 | 110011 | 10011010 | 0 | 1001010 | 10110 | 10111 | 100111110 | 111011 | 110001 |
Color Harmonies of #C5339A
Complementary color
Monochromatic Colors of #C5339A
Black with #C5339A
Text Example
Text Example
White with #C5339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5339A; }
p { color: rgb(197,51,154); }
H1.HeaderClassName
{
color: #C5339A;
}
.AnyTagClassName
{
color: #C5339A;
}
</style>
background-color css
<style>
a { background-color: #C5339A; }
a { background-color: rgb(197,51,154); }
div.DivClassName
{
background-color: #C5339A;
}
.BgClassName
{
background-color: #C5339A;
}
</style>
border-color css
<style>
span { border-color: #C5339A; }
span { border-color: rgb(197,51,154); }
td.TdClassName
{
border-color: #C5339A;
}
.TagClassName
{
border-color: #C5339A;
}
</style>