Shades of Medium Red Violet #C7318C
Tints of Medium Red Violet #C7318C
RGB
CMYK
RGB Variations
Color information
#C7318C (or 0xC7318C) is known color: Medium Red Violet. HEX triplet: C7, 31 and 8C. RGB value is (199,49,140). Sum of RGB (Red+Green+Blue) = 199+49+140=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7318C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7318C is #38CE73. Grayscale: #686868. Windows color (decimal): -3722868 or 9187783. OLE color: 9187783.
HSL color Cylindrical-coordinate representation of color #C7318C: hue angle of 323.6º 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 #C7318C is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 140 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.22 |
| HSL | 323.6º | 0.6% | 0.49% | - |
| HSV(B) | 323.6º | 0.75% | 0.78% | - |
| XYZ | 29.39 | 16.23 | 26.4 | - |
| YUV | 104.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 140 | 0 | 0.75 | 0.30 | 0.22 | 323.6 | 0.6 | 0.49 |
| Hex | C7 | 31 | 8C | 0 | 4B | 1E | 16 | 144 | 3C | 31 |
| Octal | 307 | 61 | 214 | 0 | 113 | 36 | 26 | 504 | 74 | 61 |
| Binary | 11000111 | 110001 | 10001100 | 0 | 1001011 | 11110 | 10110 | 101000100 | 111100 | 110001 |
Color Harmonies of #C7318C
Complementary color
Monochromatic Colors of #C7318C
Black with #C7318C
Text Example
Text Example
White with #C7318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7318C; }
p { color: rgb(199,49,140); }
H1.HeaderClassName
{
color: #C7318C;
}
.AnyTagClassName
{
color: #C7318C;
}
</style>
background-color css
<style>
a { background-color: #C7318C; }
a { background-color: rgb(199,49,140); }
div.DivClassName
{
background-color: #C7318C;
}
.BgClassName
{
background-color: #C7318C;
}
</style>
border-color css
<style>
span { border-color: #C7318C; }
span { border-color: rgb(199,49,140); }
td.TdClassName
{
border-color: #C7318C;
}
.TagClassName
{
border-color: #C7318C;
}
</style>