Shades of Medium Red Violet #C7297A
Tints of Medium Red Violet #C7297A
RGB
CMYK
RGB Variations
Color information
#C7297A (or 0xC7297A) is known color: Medium Red Violet. HEX triplet: C7, 29 and 7A. RGB value is (199,41,122). Sum of RGB (Red+Green+Blue) = 199+41+122=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7297A is #38D685. Grayscale: #616161. Windows color (decimal): -3724934 or 8006087. OLE color: 8006087.
HSL color Cylindrical-coordinate representation of color #C7297A: hue angle of 329.24º 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 #C7297A is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 122 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.22 |
| HSL | 329.24º | 0.66% | 0.47% | - |
| HSV(B) | 329.24º | 0.79% | 0.78% | - |
| XYZ | 27.86 | 15.13 | 19.87 | - |
| YUV | 97.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 122 | 0 | 0.79 | 0.39 | 0.22 | 329.24 | 0.66 | 0.47 |
| Hex | C7 | 29 | 7A | 0 | 4F | 27 | 16 | 149 | 42 | 2F |
| Octal | 307 | 51 | 172 | 0 | 117 | 47 | 26 | 511 | 102 | 57 |
| Binary | 11000111 | 101001 | 1111010 | 0 | 1001111 | 100111 | 10110 | 101001001 | 1000010 | 101111 |
Color Harmonies of #C7297A
Complementary color
Monochromatic Colors of #C7297A
Black with #C7297A
Text Example
Text Example
White with #C7297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7297A; }
p { color: rgb(199,41,122); }
H1.HeaderClassName
{
color: #C7297A;
}
.AnyTagClassName
{
color: #C7297A;
}
</style>
background-color css
<style>
a { background-color: #C7297A; }
a { background-color: rgb(199,41,122); }
div.DivClassName
{
background-color: #C7297A;
}
.BgClassName
{
background-color: #C7297A;
}
</style>
border-color css
<style>
span { border-color: #C7297A; }
span { border-color: rgb(199,41,122); }
td.TdClassName
{
border-color: #C7297A;
}
.TagClassName
{
border-color: #C7297A;
}
</style>