Shades of Medium Red Violet #C7349F
Tints of Medium Red Violet #C7349F
RGB
CMYK
RGB Variations
Color information
#C7349F (or 0xC7349F) is known color: Medium Red Violet. HEX triplet: C7, 34 and 9F. RGB value is (199,52,159). Sum of RGB (Red+Green+Blue) = 199+52+159=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7349F is #38CB60. Grayscale: #6B6B6B. Windows color (decimal): -3722081 or 10433735. OLE color: 10433735.
HSL color Cylindrical-coordinate representation of color #C7349F: hue angle of 316.33º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7349F is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 159 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.22 |
| HSL | 316.33º | 0.59% | 0.49% | - |
| HSV(B) | 316.33º | 0.74% | 0.78% | - |
| XYZ | 31.04 | 17.1 | 34.47 | - |
| YUV | 108.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 159 | 0 | 0.74 | 0.20 | 0.22 | 316.33 | 0.59 | 0.49 |
| Hex | C7 | 34 | 9F | 0 | 4A | 14 | 16 | 13C | 3B | 31 |
| Octal | 307 | 64 | 237 | 0 | 112 | 24 | 26 | 474 | 73 | 61 |
| Binary | 11000111 | 110100 | 10011111 | 0 | 1001010 | 10100 | 10110 | 100111100 | 111011 | 110001 |
Color Harmonies of #C7349F
Complementary color
Monochromatic Colors of #C7349F
Black with #C7349F
Text Example
Text Example
White with #C7349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7349F; }
p { color: rgb(199,52,159); }
H1.HeaderClassName
{
color: #C7349F;
}
.AnyTagClassName
{
color: #C7349F;
}
</style>
background-color css
<style>
a { background-color: #C7349F; }
a { background-color: rgb(199,52,159); }
div.DivClassName
{
background-color: #C7349F;
}
.BgClassName
{
background-color: #C7349F;
}
</style>
border-color css
<style>
span { border-color: #C7349F; }
span { border-color: rgb(199,52,159); }
td.TdClassName
{
border-color: #C7349F;
}
.TagClassName
{
border-color: #C7349F;
}
</style>