Shades of Medium Red Violet #C5308E
Tints of Medium Red Violet #C5308E
RGB
CMYK
RGB Variations
Color information
#C5308E (or 0xC5308E) is known color: Medium Red Violet. HEX triplet: C5, 30 and 8E. RGB value is (197,48,142). Sum of RGB (Red+Green+Blue) = 197+48+142=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5308E is #3ACF71. Grayscale: #676767. Windows color (decimal): -3854194 or 9318597. OLE color: 9318597.
HSL color Cylindrical-coordinate representation of color #C5308E: hue angle of 322.15º 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 #C5308E is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 142 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.23 |
| HSL | 322.15º | 0.61% | 0.48% | - |
| HSV(B) | 322.15º | 0.76% | 0.77% | - |
| XYZ | 28.97 | 15.94 | 27.14 | - |
| YUV | 103.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 142 | 0 | 0.76 | 0.28 | 0.23 | 322.15 | 0.61 | 0.48 |
| Hex | C5 | 30 | 8E | 0 | 4C | 1C | 17 | 142 | 3D | 30 |
| Octal | 305 | 60 | 216 | 0 | 114 | 34 | 27 | 502 | 75 | 60 |
| Binary | 11000101 | 110000 | 10001110 | 0 | 1001100 | 11100 | 10111 | 101000010 | 111101 | 110000 |
Color Harmonies of #C5308E
Complementary color
Monochromatic Colors of #C5308E
Black with #C5308E
Text Example
Text Example
White with #C5308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5308E; }
p { color: rgb(197,48,142); }
H1.HeaderClassName
{
color: #C5308E;
}
.AnyTagClassName
{
color: #C5308E;
}
</style>
background-color css
<style>
a { background-color: #C5308E; }
a { background-color: rgb(197,48,142); }
div.DivClassName
{
background-color: #C5308E;
}
.BgClassName
{
background-color: #C5308E;
}
</style>
border-color css
<style>
span { border-color: #C5308E; }
span { border-color: rgb(197,48,142); }
td.TdClassName
{
border-color: #C5308E;
}
.TagClassName
{
border-color: #C5308E;
}
</style>