Shades of Medium Red Violet #C7369E
Tints of Medium Red Violet #C7369E
RGB
CMYK
RGB Variations
Color information
#C7369E (or 0xC7369E) is known color: Medium Red Violet. HEX triplet: C7, 36 and 9E. RGB value is (199,54,158). Sum of RGB (Red+Green+Blue) = 199+54+158=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7369E is #38C961. Grayscale: #6C6C6C. Windows color (decimal): -3721570 or 10368711. OLE color: 10368711.
HSL color Cylindrical-coordinate representation of color #C7369E: hue angle of 316.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7369E is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 158 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.22 |
| HSL | 316.97º | 0.57% | 0.5% | - |
| HSV(B) | 316.97º | 0.73% | 0.78% | - |
| XYZ | 31.04 | 17.25 | 34.04 | - |
| YUV | 109.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 158 | 0 | 0.73 | 0.21 | 0.22 | 316.97 | 0.57 | 0.5 |
| Hex | C7 | 36 | 9E | 0 | 49 | 15 | 16 | 13D | 39 | 32 |
| Octal | 307 | 66 | 236 | 0 | 111 | 25 | 26 | 475 | 71 | 62 |
| Binary | 11000111 | 110110 | 10011110 | 0 | 1001001 | 10101 | 10110 | 100111101 | 111001 | 110010 |
Color Harmonies of #C7369E
Complementary color
Monochromatic Colors of #C7369E
Black with #C7369E
Text Example
Text Example
White with #C7369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7369E; }
p { color: rgb(199,54,158); }
H1.HeaderClassName
{
color: #C7369E;
}
.AnyTagClassName
{
color: #C7369E;
}
</style>
background-color css
<style>
a { background-color: #C7369E; }
a { background-color: rgb(199,54,158); }
div.DivClassName
{
background-color: #C7369E;
}
.BgClassName
{
background-color: #C7369E;
}
</style>
border-color css
<style>
span { border-color: #C7369E; }
span { border-color: rgb(199,54,158); }
td.TdClassName
{
border-color: #C7369E;
}
.TagClassName
{
border-color: #C7369E;
}
</style>