Shades of Medium Red Violet #C5308C
Tints of Medium Red Violet #C5308C
RGB
CMYK
RGB Variations
Color information
#C5308C (or 0xC5308C) is known color: Medium Red Violet. HEX triplet: C5, 30 and 8C. RGB value is (197,48,140). Sum of RGB (Red+Green+Blue) = 197+48+140=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5308C is #3ACF73. Grayscale: #666666. Windows color (decimal): -3854196 or 9187525. OLE color: 9187525.
HSL color Cylindrical-coordinate representation of color #C5308C: hue angle of 322.95º 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 #C5308C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 140 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.23 |
| HSL | 322.95º | 0.61% | 0.48% | - |
| HSV(B) | 322.95º | 0.76% | 0.77% | - |
| XYZ | 28.82 | 15.88 | 26.36 | - |
| YUV | 103.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 140 | 0 | 0.76 | 0.29 | 0.23 | 322.95 | 0.61 | 0.48 |
| Hex | C5 | 30 | 8C | 0 | 4C | 1D | 17 | 143 | 3D | 30 |
| Octal | 305 | 60 | 214 | 0 | 114 | 35 | 27 | 503 | 75 | 60 |
| Binary | 11000101 | 110000 | 10001100 | 0 | 1001100 | 11101 | 10111 | 101000011 | 111101 | 110000 |
Color Harmonies of #C5308C
Complementary color
Monochromatic Colors of #C5308C
Black with #C5308C
Text Example
Text Example
White with #C5308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5308C; }
p { color: rgb(197,48,140); }
H1.HeaderClassName
{
color: #C5308C;
}
.AnyTagClassName
{
color: #C5308C;
}
</style>
background-color css
<style>
a { background-color: #C5308C; }
a { background-color: rgb(197,48,140); }
div.DivClassName
{
background-color: #C5308C;
}
.BgClassName
{
background-color: #C5308C;
}
</style>
border-color css
<style>
span { border-color: #C5308C; }
span { border-color: rgb(197,48,140); }
td.TdClassName
{
border-color: #C5308C;
}
.TagClassName
{
border-color: #C5308C;
}
</style>