Shades of Medium Red Violet #C7328E
Tints of Medium Red Violet #C7328E
RGB
CMYK
RGB Variations
Color information
#C7328E (or 0xC7328E) is known color: Medium Red Violet. HEX triplet: C7, 32 and 8E. RGB value is (199,50,142). Sum of RGB (Red+Green+Blue) = 199+50+142=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7328E is #38CD71. Grayscale: #686868. Windows color (decimal): -3722610 or 9319111. OLE color: 9319111.
HSL color Cylindrical-coordinate representation of color #C7328E: hue angle of 322.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7328E is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 142 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.22 |
| HSL | 322.95º | 0.6% | 0.49% | - |
| HSV(B) | 322.95º | 0.75% | 0.78% | - |
| XYZ | 29.58 | 16.38 | 27.19 | - |
| YUV | 105.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 142 | 0 | 0.75 | 0.29 | 0.22 | 322.95 | 0.6 | 0.49 |
| Hex | C7 | 32 | 8E | 0 | 4B | 1D | 16 | 143 | 3C | 31 |
| Octal | 307 | 62 | 216 | 0 | 113 | 35 | 26 | 503 | 74 | 61 |
| Binary | 11000111 | 110010 | 10001110 | 0 | 1001011 | 11101 | 10110 | 101000011 | 111100 | 110001 |
Color Harmonies of #C7328E
Complementary color
Monochromatic Colors of #C7328E
Black with #C7328E
Text Example
Text Example
White with #C7328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7328E; }
p { color: rgb(199,50,142); }
H1.HeaderClassName
{
color: #C7328E;
}
.AnyTagClassName
{
color: #C7328E;
}
</style>
background-color css
<style>
a { background-color: #C7328E; }
a { background-color: rgb(199,50,142); }
div.DivClassName
{
background-color: #C7328E;
}
.BgClassName
{
background-color: #C7328E;
}
</style>
border-color css
<style>
span { border-color: #C7328E; }
span { border-color: rgb(199,50,142); }
td.TdClassName
{
border-color: #C7328E;
}
.TagClassName
{
border-color: #C7328E;
}
</style>