Shades of Medium Red Violet #C6297A
Tints of Medium Red Violet #C6297A
RGB
CMYK
RGB Variations
Color information
#C6297A (or 0xC6297A) is known color: Medium Red Violet. HEX triplet: C6, 29 and 7A. RGB value is (198,41,122). Sum of RGB (Red+Green+Blue) = 198+41+122=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6297A is #39D685. Grayscale: #616161. Windows color (decimal): -3790470 or 8006086. OLE color: 8006086.
HSL color Cylindrical-coordinate representation of color #C6297A: hue angle of 329.04º 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 #C6297A is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 122 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.22 |
| HSL | 329.04º | 0.66% | 0.47% | - |
| HSV(B) | 329.04º | 0.79% | 0.78% | - |
| XYZ | 27.59 | 15 | 19.85 | - |
| YUV | 97.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 122 | 0 | 0.79 | 0.38 | 0.22 | 329.04 | 0.66 | 0.47 |
| Hex | C6 | 29 | 7A | 0 | 4F | 26 | 16 | 149 | 42 | 2F |
| Octal | 306 | 51 | 172 | 0 | 117 | 46 | 26 | 511 | 102 | 57 |
| Binary | 11000110 | 101001 | 1111010 | 0 | 1001111 | 100110 | 10110 | 101001001 | 1000010 | 101111 |
Color Harmonies of #C6297A
Complementary color
Monochromatic Colors of #C6297A
Black with #C6297A
Text Example
Text Example
White with #C6297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6297A; }
p { color: rgb(198,41,122); }
H1.HeaderClassName
{
color: #C6297A;
}
.AnyTagClassName
{
color: #C6297A;
}
</style>
background-color css
<style>
a { background-color: #C6297A; }
a { background-color: rgb(198,41,122); }
div.DivClassName
{
background-color: #C6297A;
}
.BgClassName
{
background-color: #C6297A;
}
</style>
border-color css
<style>
span { border-color: #C6297A; }
span { border-color: rgb(198,41,122); }
td.TdClassName
{
border-color: #C6297A;
}
.TagClassName
{
border-color: #C6297A;
}
</style>