Shades of Medium Red Violet #C7349A
Tints of Medium Red Violet #C7349A
RGB
CMYK
RGB Variations
Color information
#C7349A (or 0xC7349A) is known color: Medium Red Violet. HEX triplet: C7, 34 and 9A. RGB value is (199,52,154). Sum of RGB (Red+Green+Blue) = 199+52+154=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7349A is #38CB65. Grayscale: #6B6B6B. Windows color (decimal): -3722086 or 10106055. OLE color: 10106055.
HSL color Cylindrical-coordinate representation of color #C7349A: hue angle of 318.37º 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 #C7349A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 154 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.22 |
| HSL | 318.37º | 0.59% | 0.49% | - |
| HSV(B) | 318.37º | 0.74% | 0.78% | - |
| XYZ | 30.61 | 16.93 | 32.23 | - |
| YUV | 107.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 154 | 0 | 0.74 | 0.23 | 0.22 | 318.37 | 0.59 | 0.49 |
| Hex | C7 | 34 | 9A | 0 | 4A | 17 | 16 | 13E | 3B | 31 |
| Octal | 307 | 64 | 232 | 0 | 112 | 27 | 26 | 476 | 73 | 61 |
| Binary | 11000111 | 110100 | 10011010 | 0 | 1001010 | 10111 | 10110 | 100111110 | 111011 | 110001 |
Color Harmonies of #C7349A
Complementary color
Monochromatic Colors of #C7349A
Black with #C7349A
Text Example
Text Example
White with #C7349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7349A; }
p { color: rgb(199,52,154); }
H1.HeaderClassName
{
color: #C7349A;
}
.AnyTagClassName
{
color: #C7349A;
}
</style>
background-color css
<style>
a { background-color: #C7349A; }
a { background-color: rgb(199,52,154); }
div.DivClassName
{
background-color: #C7349A;
}
.BgClassName
{
background-color: #C7349A;
}
</style>
border-color css
<style>
span { border-color: #C7349A; }
span { border-color: rgb(199,52,154); }
td.TdClassName
{
border-color: #C7349A;
}
.TagClassName
{
border-color: #C7349A;
}
</style>