Shades of Medium Red Violet #C8297A
Tints of Medium Red Violet #C8297A
RGB
CMYK
RGB Variations
Color information
#C8297A (or 0xC8297A) is known color: Medium Red Violet. HEX triplet: C8, 29 and 7A. RGB value is (200,41,122). Sum of RGB (Red+Green+Blue) = 200+41+122=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8297A is #37D685. Grayscale: #616161. Windows color (decimal): -3659398 or 8006088. OLE color: 8006088.
HSL color Cylindrical-coordinate representation of color #C8297A: hue angle of 329.43º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8297A is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 122 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.22 |
| HSL | 329.43º | 0.66% | 0.47% | - |
| HSV(B) | 329.43º | 0.8% | 0.78% | - |
| XYZ | 28.13 | 15.27 | 19.88 | - |
| YUV | 97.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 122 | 0 | 0.80 | 0.39 | 0.22 | 329.43 | 0.66 | 0.47 |
| Hex | C8 | 29 | 7A | 0 | 50 | 27 | 16 | 149 | 42 | 2F |
| Octal | 310 | 51 | 172 | 0 | 120 | 47 | 26 | 511 | 102 | 57 |
| Binary | 11001000 | 101001 | 1111010 | 0 | 1010000 | 100111 | 10110 | 101001001 | 1000010 | 101111 |
Color Harmonies of #C8297A
Complementary color
Monochromatic Colors of #C8297A
Black with #C8297A
Text Example
Text Example
White with #C8297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8297A; }
p { color: rgb(200,41,122); }
H1.HeaderClassName
{
color: #C8297A;
}
.AnyTagClassName
{
color: #C8297A;
}
</style>
background-color css
<style>
a { background-color: #C8297A; }
a { background-color: rgb(200,41,122); }
div.DivClassName
{
background-color: #C8297A;
}
.BgClassName
{
background-color: #C8297A;
}
</style>
border-color css
<style>
span { border-color: #C8297A; }
span { border-color: rgb(200,41,122); }
td.TdClassName
{
border-color: #C8297A;
}
.TagClassName
{
border-color: #C8297A;
}
</style>