Shades of Medium Red Violet #C7297D
Tints of Medium Red Violet #C7297D
RGB
CMYK
RGB Variations
Color information
#C7297D (or 0xC7297D) is known color: Medium Red Violet. HEX triplet: C7, 29 and 7D. RGB value is (199,41,125). Sum of RGB (Red+Green+Blue) = 199+41+125=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7297D is #38D682. Grayscale: #616161. Windows color (decimal): -3724931 or 8202695. OLE color: 8202695.
HSL color Cylindrical-coordinate representation of color #C7297D: hue angle of 328.1º 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 #C7297D is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 125 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.22 |
| HSL | 328.1º | 0.66% | 0.47% | - |
| HSV(B) | 328.1º | 0.79% | 0.78% | - |
| XYZ | 28.05 | 15.21 | 20.86 | - |
| YUV | 97.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 125 | 0 | 0.79 | 0.37 | 0.22 | 328.1 | 0.66 | 0.47 |
| Hex | C7 | 29 | 7D | 0 | 4F | 25 | 16 | 148 | 42 | 2F |
| Octal | 307 | 51 | 175 | 0 | 117 | 45 | 26 | 510 | 102 | 57 |
| Binary | 11000111 | 101001 | 1111101 | 0 | 1001111 | 100101 | 10110 | 101001000 | 1000010 | 101111 |
Color Harmonies of #C7297D
Complementary color
Monochromatic Colors of #C7297D
Black with #C7297D
Text Example
Text Example
White with #C7297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7297D; }
p { color: rgb(199,41,125); }
H1.HeaderClassName
{
color: #C7297D;
}
.AnyTagClassName
{
color: #C7297D;
}
</style>
background-color css
<style>
a { background-color: #C7297D; }
a { background-color: rgb(199,41,125); }
div.DivClassName
{
background-color: #C7297D;
}
.BgClassName
{
background-color: #C7297D;
}
</style>
border-color css
<style>
span { border-color: #C7297D; }
span { border-color: rgb(199,41,125); }
td.TdClassName
{
border-color: #C7297D;
}
.TagClassName
{
border-color: #C7297D;
}
</style>