Shades of Medium Red Violet #C7298C
Tints of Medium Red Violet #C7298C
RGB
CMYK
RGB Variations
Color information
#C7298C (or 0xC7298C) is known color: Medium Red Violet. HEX triplet: C7, 29 and 8C. RGB value is (199,41,140). Sum of RGB (Red+Green+Blue) = 199+41+140=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7298C is #38D673. Grayscale: #636363. Windows color (decimal): -3724916 or 9185735. OLE color: 9185735.
HSL color Cylindrical-coordinate representation of color #C7298C: hue angle of 322.41º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7298C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 140 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.22 |
| HSL | 322.41º | 0.66% | 0.47% | - |
| HSV(B) | 322.41º | 0.79% | 0.78% | - |
| XYZ | 29.08 | 15.62 | 26.29 | - |
| YUV | 99.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 140 | 0 | 0.79 | 0.30 | 0.22 | 322.41 | 0.66 | 0.47 |
| Hex | C7 | 29 | 8C | 0 | 4F | 1E | 16 | 142 | 42 | 2F |
| Octal | 307 | 51 | 214 | 0 | 117 | 36 | 26 | 502 | 102 | 57 |
| Binary | 11000111 | 101001 | 10001100 | 0 | 1001111 | 11110 | 10110 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C7298C
Complementary color
Monochromatic Colors of #C7298C
Black with #C7298C
Text Example
Text Example
White with #C7298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7298C; }
p { color: rgb(199,41,140); }
H1.HeaderClassName
{
color: #C7298C;
}
.AnyTagClassName
{
color: #C7298C;
}
</style>
background-color css
<style>
a { background-color: #C7298C; }
a { background-color: rgb(199,41,140); }
div.DivClassName
{
background-color: #C7298C;
}
.BgClassName
{
background-color: #C7298C;
}
</style>
border-color css
<style>
span { border-color: #C7298C; }
span { border-color: rgb(199,41,140); }
td.TdClassName
{
border-color: #C7298C;
}
.TagClassName
{
border-color: #C7298C;
}
</style>