Shades of Medium Red Violet #C7308D
Tints of Medium Red Violet #C7308D
RGB
CMYK
RGB Variations
Color information
#C7308D (or 0xC7308D) is known color: Medium Red Violet. HEX triplet: C7, 30 and 8D. RGB value is (199,48,141). Sum of RGB (Red+Green+Blue) = 199+48+141=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7308D is #38CF72. Grayscale: #676767. Windows color (decimal): -3723123 or 9253063. OLE color: 9253063.
HSL color Cylindrical-coordinate representation of color #C7308D: hue angle of 323.05º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7308D is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 141 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.22 |
| HSL | 323.05º | 0.61% | 0.48% | - |
| HSV(B) | 323.05º | 0.76% | 0.78% | - |
| XYZ | 29.42 | 16.18 | 26.77 | - |
| YUV | 103.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 141 | 0 | 0.76 | 0.29 | 0.22 | 323.05 | 0.61 | 0.48 |
| Hex | C7 | 30 | 8D | 0 | 4C | 1D | 16 | 143 | 3D | 30 |
| Octal | 307 | 60 | 215 | 0 | 114 | 35 | 26 | 503 | 75 | 60 |
| Binary | 11000111 | 110000 | 10001101 | 0 | 1001100 | 11101 | 10110 | 101000011 | 111101 | 110000 |
Color Harmonies of #C7308D
Complementary color
Monochromatic Colors of #C7308D
Black with #C7308D
Text Example
Text Example
White with #C7308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7308D; }
p { color: rgb(199,48,141); }
H1.HeaderClassName
{
color: #C7308D;
}
.AnyTagClassName
{
color: #C7308D;
}
</style>
background-color css
<style>
a { background-color: #C7308D; }
a { background-color: rgb(199,48,141); }
div.DivClassName
{
background-color: #C7308D;
}
.BgClassName
{
background-color: #C7308D;
}
</style>
border-color css
<style>
span { border-color: #C7308D; }
span { border-color: rgb(199,48,141); }
td.TdClassName
{
border-color: #C7308D;
}
.TagClassName
{
border-color: #C7308D;
}
</style>