Shades of Medium Red Violet #C5299C
Tints of Medium Red Violet #C5299C
RGB
CMYK
RGB Variations
Color information
#C5299C (or 0xC5299C) is known color: Medium Red Violet. HEX triplet: C5, 29 and 9C. RGB value is (197,41,156). Sum of RGB (Red+Green+Blue) = 197+41+156=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5299C is #3AD663. Grayscale: #646464. Windows color (decimal): -3855972 or 10234309. OLE color: 10234309.
HSL color Cylindrical-coordinate representation of color #C5299C: hue angle of 315.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5299C is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 156 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.23 |
| HSL | 315.77º | 0.66% | 0.47% | - |
| HSV(B) | 315.77º | 0.79% | 0.77% | - |
| XYZ | 29.82 | 15.86 | 32.94 | - |
| YUV | 100.75 | 159.18 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 156 | 0 | 0.79 | 0.21 | 0.23 | 315.77 | 0.66 | 0.47 |
| Hex | C5 | 29 | 9C | 0 | 4F | 15 | 17 | 13C | 42 | 2F |
| Octal | 305 | 51 | 234 | 0 | 117 | 25 | 27 | 474 | 102 | 57 |
| Binary | 11000101 | 101001 | 10011100 | 0 | 1001111 | 10101 | 10111 | 100111100 | 1000010 | 101111 |
Color Harmonies of #C5299C
Complementary color
Monochromatic Colors of #C5299C
Black with #C5299C
Text Example
Text Example
White with #C5299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5299C; }
p { color: rgb(197,41,156); }
H1.HeaderClassName
{
color: #C5299C;
}
.AnyTagClassName
{
color: #C5299C;
}
</style>
background-color css
<style>
a { background-color: #C5299C; }
a { background-color: rgb(197,41,156); }
div.DivClassName
{
background-color: #C5299C;
}
.BgClassName
{
background-color: #C5299C;
}
</style>
border-color css
<style>
span { border-color: #C5299C; }
span { border-color: rgb(197,41,156); }
td.TdClassName
{
border-color: #C5299C;
}
.TagClassName
{
border-color: #C5299C;
}
</style>