Shades of Medium Red Violet #C7308E
Tints of Medium Red Violet #C7308E
RGB
CMYK
RGB Variations
Color information
#C7308E (or 0xC7308E) is known color: Medium Red Violet. HEX triplet: C7, 30 and 8E. RGB value is (199,48,142). Sum of RGB (Red+Green+Blue) = 199+48+142=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7308E is #38CF71. Grayscale: #676767. Windows color (decimal): -3723122 or 9318599. OLE color: 9318599.
HSL color Cylindrical-coordinate representation of color #C7308E: hue angle of 322.65º 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 #C7308E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 142 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.22 |
| HSL | 322.65º | 0.61% | 0.48% | - |
| HSV(B) | 322.65º | 0.76% | 0.78% | - |
| XYZ | 29.49 | 16.21 | 27.17 | - |
| YUV | 103.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 142 | 0 | 0.76 | 0.29 | 0.22 | 322.65 | 0.61 | 0.48 |
| Hex | C7 | 30 | 8E | 0 | 4C | 1D | 16 | 143 | 3D | 30 |
| Octal | 307 | 60 | 216 | 0 | 114 | 35 | 26 | 503 | 75 | 60 |
| Binary | 11000111 | 110000 | 10001110 | 0 | 1001100 | 11101 | 10110 | 101000011 | 111101 | 110000 |
Color Harmonies of #C7308E
Complementary color
Monochromatic Colors of #C7308E
Black with #C7308E
Text Example
Text Example
White with #C7308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7308E; }
p { color: rgb(199,48,142); }
H1.HeaderClassName
{
color: #C7308E;
}
.AnyTagClassName
{
color: #C7308E;
}
</style>
background-color css
<style>
a { background-color: #C7308E; }
a { background-color: rgb(199,48,142); }
div.DivClassName
{
background-color: #C7308E;
}
.BgClassName
{
background-color: #C7308E;
}
</style>
border-color css
<style>
span { border-color: #C7308E; }
span { border-color: rgb(199,48,142); }
td.TdClassName
{
border-color: #C7308E;
}
.TagClassName
{
border-color: #C7308E;
}
</style>