Shades of Medium Red Violet #C5308F
Tints of Medium Red Violet #C5308F
RGB
CMYK
RGB Variations
Color information
#C5308F (or 0xC5308F) is known color: Medium Red Violet. HEX triplet: C5, 30 and 8F. RGB value is (197,48,143). Sum of RGB (Red+Green+Blue) = 197+48+143=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5308F is #3ACF70. Grayscale: #676767. Windows color (decimal): -3854193 or 9384133. OLE color: 9384133.
HSL color Cylindrical-coordinate representation of color #C5308F: hue angle of 321.74º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5308F is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 143 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.23 |
| HSL | 321.75º | 0.61% | 0.48% | - |
| HSV(B) | 321.75º | 0.76% | 0.77% | - |
| XYZ | 29.04 | 15.97 | 27.54 | - |
| YUV | 103.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 143 | 0 | 0.76 | 0.27 | 0.23 | 321.75 | 0.61 | 0.48 |
| Hex | C5 | 30 | 8F | 0 | 4C | 1B | 17 | 142 | 3D | 30 |
| Octal | 305 | 60 | 217 | 0 | 114 | 33 | 27 | 502 | 75 | 60 |
| Binary | 11000101 | 110000 | 10001111 | 0 | 1001100 | 11011 | 10111 | 101000010 | 111101 | 110000 |
Color Harmonies of #C5308F
Complementary color
Monochromatic Colors of #C5308F
Black with #C5308F
Text Example
Text Example
White with #C5308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5308F; }
p { color: rgb(197,48,143); }
H1.HeaderClassName
{
color: #C5308F;
}
.AnyTagClassName
{
color: #C5308F;
}
</style>
background-color css
<style>
a { background-color: #C5308F; }
a { background-color: rgb(197,48,143); }
div.DivClassName
{
background-color: #C5308F;
}
.BgClassName
{
background-color: #C5308F;
}
</style>
border-color css
<style>
span { border-color: #C5308F; }
span { border-color: rgb(197,48,143); }
td.TdClassName
{
border-color: #C5308F;
}
.TagClassName
{
border-color: #C5308F;
}
</style>