Shades of Medium Red Violet #C7398C
Tints of Medium Red Violet #C7398C
RGB
CMYK
RGB Variations
Color information
#C7398C (or 0xC7398C) is known color: Medium Red Violet. HEX triplet: C7, 39 and 8C. RGB value is (199,57,140). Sum of RGB (Red+Green+Blue) = 199+57+140=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7398C is #38C673. Grayscale: #6C6C6C. Windows color (decimal): -3720820 or 9189831. OLE color: 9189831.
HSL color Cylindrical-coordinate representation of color #C7398C: hue angle of 324.93º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7398C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 140 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.22 |
| HSL | 324.93º | 0.56% | 0.5% | - |
| HSV(B) | 324.93º | 0.71% | 0.78% | - |
| XYZ | 29.75 | 16.96 | 26.52 | - |
| YUV | 108.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 140 | 0 | 0.71 | 0.30 | 0.22 | 324.93 | 0.56 | 0.5 |
| Hex | C7 | 39 | 8C | 0 | 47 | 1E | 16 | 145 | 38 | 32 |
| Octal | 307 | 71 | 214 | 0 | 107 | 36 | 26 | 505 | 70 | 62 |
| Binary | 11000111 | 111001 | 10001100 | 0 | 1000111 | 11110 | 10110 | 101000101 | 111000 | 110010 |
Color Harmonies of #C7398C
Complementary color
Monochromatic Colors of #C7398C
Black with #C7398C
Text Example
Text Example
White with #C7398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7398C; }
p { color: rgb(199,57,140); }
H1.HeaderClassName
{
color: #C7398C;
}
.AnyTagClassName
{
color: #C7398C;
}
</style>
background-color css
<style>
a { background-color: #C7398C; }
a { background-color: rgb(199,57,140); }
div.DivClassName
{
background-color: #C7398C;
}
.BgClassName
{
background-color: #C7398C;
}
</style>
border-color css
<style>
span { border-color: #C7398C; }
span { border-color: rgb(199,57,140); }
td.TdClassName
{
border-color: #C7398C;
}
.TagClassName
{
border-color: #C7398C;
}
</style>