Shades of Medium Red Violet #C7297B
Tints of Medium Red Violet #C7297B
RGB
CMYK
RGB Variations
Color information
#C7297B (or 0xC7297B) is known color: Medium Red Violet. HEX triplet: C7, 29 and 7B. RGB value is (199,41,123). Sum of RGB (Red+Green+Blue) = 199+41+123=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7297B is #38D684. Grayscale: #616161. Windows color (decimal): -3724933 or 8071623. OLE color: 8071623.
HSL color Cylindrical-coordinate representation of color #C7297B: hue angle of 328.86º 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 #C7297B is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 123 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.22 |
| HSL | 328.86º | 0.66% | 0.47% | - |
| HSV(B) | 328.86º | 0.79% | 0.78% | - |
| XYZ | 27.92 | 15.16 | 20.19 | - |
| YUV | 97.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 123 | 0 | 0.79 | 0.38 | 0.22 | 328.86 | 0.66 | 0.47 |
| Hex | C7 | 29 | 7B | 0 | 4F | 26 | 16 | 149 | 42 | 2F |
| Octal | 307 | 51 | 173 | 0 | 117 | 46 | 26 | 511 | 102 | 57 |
| Binary | 11000111 | 101001 | 1111011 | 0 | 1001111 | 100110 | 10110 | 101001001 | 1000010 | 101111 |
Color Harmonies of #C7297B
Complementary color
Monochromatic Colors of #C7297B
Black with #C7297B
Text Example
Text Example
White with #C7297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7297B; }
p { color: rgb(199,41,123); }
H1.HeaderClassName
{
color: #C7297B;
}
.AnyTagClassName
{
color: #C7297B;
}
</style>
background-color css
<style>
a { background-color: #C7297B; }
a { background-color: rgb(199,41,123); }
div.DivClassName
{
background-color: #C7297B;
}
.BgClassName
{
background-color: #C7297B;
}
</style>
border-color css
<style>
span { border-color: #C7297B; }
span { border-color: rgb(199,41,123); }
td.TdClassName
{
border-color: #C7297B;
}
.TagClassName
{
border-color: #C7297B;
}
</style>