Shades of Medium Red Violet #C5278F
Tints of Medium Red Violet #C5278F
RGB
CMYK
RGB Variations
Color information
#C5278F (or 0xC5278F) is known color: Medium Red Violet. HEX triplet: C5, 27 and 8F. RGB value is (197,39,143). Sum of RGB (Red+Green+Blue) = 197+39+143=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5278F is #3AD870. Grayscale: #616161. Windows color (decimal): -3856497 or 9381829. OLE color: 9381829.
HSL color Cylindrical-coordinate representation of color #C5278F: hue angle of 320.51º 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 #C5278F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 143 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.23 |
| HSL | 320.51º | 0.67% | 0.46% | - |
| HSV(B) | 320.51º | 0.8% | 0.77% | - |
| XYZ | 28.71 | 15.3 | 27.43 | - |
| YUV | 98.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 143 | 0 | 0.80 | 0.27 | 0.23 | 320.51 | 0.67 | 0.46 |
| Hex | C5 | 27 | 8F | 0 | 50 | 1B | 17 | 141 | 43 | 2E |
| Octal | 305 | 47 | 217 | 0 | 120 | 33 | 27 | 501 | 103 | 56 |
| Binary | 11000101 | 100111 | 10001111 | 0 | 1010000 | 11011 | 10111 | 101000001 | 1000011 | 101110 |
Color Harmonies of #C5278F
Complementary color
Monochromatic Colors of #C5278F
Black with #C5278F
Text Example
Text Example
White with #C5278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5278F; }
p { color: rgb(197,39,143); }
H1.HeaderClassName
{
color: #C5278F;
}
.AnyTagClassName
{
color: #C5278F;
}
</style>
background-color css
<style>
a { background-color: #C5278F; }
a { background-color: rgb(197,39,143); }
div.DivClassName
{
background-color: #C5278F;
}
.BgClassName
{
background-color: #C5278F;
}
</style>
border-color css
<style>
span { border-color: #C5278F; }
span { border-color: rgb(197,39,143); }
td.TdClassName
{
border-color: #C5278F;
}
.TagClassName
{
border-color: #C5278F;
}
</style>