Shades of Medium Red Violet #C5308A
Tints of Medium Red Violet #C5308A
RGB
CMYK
RGB Variations
Color information
#C5308A (or 0xC5308A) is known color: Medium Red Violet. HEX triplet: C5, 30 and 8A. RGB value is (197,48,138). Sum of RGB (Red+Green+Blue) = 197+48+138=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5308A is #3ACF75. Grayscale: #666666. Windows color (decimal): -3854198 or 9056453. OLE color: 9056453.
HSL color Cylindrical-coordinate representation of color #C5308A: hue angle of 323.76º 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 #C5308A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 138 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.23 |
| HSL | 323.76º | 0.61% | 0.48% | - |
| HSV(B) | 323.76º | 0.76% | 0.77% | - |
| XYZ | 28.67 | 15.82 | 25.59 | - |
| YUV | 102.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 138 | 0 | 0.76 | 0.30 | 0.23 | 323.76 | 0.61 | 0.48 |
| Hex | C5 | 30 | 8A | 0 | 4C | 1E | 17 | 144 | 3D | 30 |
| Octal | 305 | 60 | 212 | 0 | 114 | 36 | 27 | 504 | 75 | 60 |
| Binary | 11000101 | 110000 | 10001010 | 0 | 1001100 | 11110 | 10111 | 101000100 | 111101 | 110000 |
Color Harmonies of #C5308A
Complementary color
Monochromatic Colors of #C5308A
Black with #C5308A
Text Example
Text Example
White with #C5308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5308A; }
p { color: rgb(197,48,138); }
H1.HeaderClassName
{
color: #C5308A;
}
.AnyTagClassName
{
color: #C5308A;
}
</style>
background-color css
<style>
a { background-color: #C5308A; }
a { background-color: rgb(197,48,138); }
div.DivClassName
{
background-color: #C5308A;
}
.BgClassName
{
background-color: #C5308A;
}
</style>
border-color css
<style>
span { border-color: #C5308A; }
span { border-color: rgb(197,48,138); }
td.TdClassName
{
border-color: #C5308A;
}
.TagClassName
{
border-color: #C5308A;
}
</style>