Shades of Medium Red Violet #C5279E
Tints of Medium Red Violet #C5279E
RGB
CMYK
RGB Variations
Color information
#C5279E (or 0xC5279E) is known color: Medium Red Violet. HEX triplet: C5, 27 and 9E. RGB value is (197,39,158). Sum of RGB (Red+Green+Blue) = 197+39+158=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5279E is #3AD861. Grayscale: #636363. Windows color (decimal): -3856482 or 10364869. OLE color: 10364869.
HSL color Cylindrical-coordinate representation of color #C5279E: hue angle of 314.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5279E is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 158 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.23 |
| HSL | 314.81º | 0.67% | 0.46% | - |
| HSV(B) | 314.81º | 0.8% | 0.77% | - |
| XYZ | 29.92 | 15.79 | 33.82 | - |
| YUV | 99.81 | 160.85 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 158 | 0 | 0.80 | 0.20 | 0.23 | 314.81 | 0.67 | 0.46 |
| Hex | C5 | 27 | 9E | 0 | 50 | 14 | 17 | 13B | 43 | 2E |
| Octal | 305 | 47 | 236 | 0 | 120 | 24 | 27 | 473 | 103 | 56 |
| Binary | 11000101 | 100111 | 10011110 | 0 | 1010000 | 10100 | 10111 | 100111011 | 1000011 | 101110 |
Color Harmonies of #C5279E
Complementary color
Monochromatic Colors of #C5279E
Black with #C5279E
Text Example
Text Example
White with #C5279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5279E; }
p { color: rgb(197,39,158); }
H1.HeaderClassName
{
color: #C5279E;
}
.AnyTagClassName
{
color: #C5279E;
}
</style>
background-color css
<style>
a { background-color: #C5279E; }
a { background-color: rgb(197,39,158); }
div.DivClassName
{
background-color: #C5279E;
}
.BgClassName
{
background-color: #C5279E;
}
</style>
border-color css
<style>
span { border-color: #C5279E; }
span { border-color: rgb(197,39,158); }
td.TdClassName
{
border-color: #C5279E;
}
.TagClassName
{
border-color: #C5279E;
}
</style>