Shades of Medium Red Violet #C8297C
Tints of Medium Red Violet #C8297C
RGB
CMYK
RGB Variations
Color information
#C8297C (or 0xC8297C) is known color: Medium Red Violet. HEX triplet: C8, 29 and 7C. RGB value is (200,41,124). Sum of RGB (Red+Green+Blue) = 200+41+124=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C8297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8297C is #37D683. Grayscale: #616161. Windows color (decimal): -3659396 or 8137160. OLE color: 8137160.
HSL color Cylindrical-coordinate representation of color #C8297C: hue angle of 328.68º 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 #C8297C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 124 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.22 |
| HSL | 328.68º | 0.66% | 0.47% | - |
| HSV(B) | 328.68º | 0.8% | 0.78% | - |
| XYZ | 28.25 | 15.32 | 20.54 | - |
| YUV | 98 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 124 | 0 | 0.80 | 0.38 | 0.22 | 328.68 | 0.66 | 0.47 |
| Hex | C8 | 29 | 7C | 0 | 50 | 26 | 16 | 149 | 42 | 2F |
| Octal | 310 | 51 | 174 | 0 | 120 | 46 | 26 | 511 | 102 | 57 |
| Binary | 11001000 | 101001 | 1111100 | 0 | 1010000 | 100110 | 10110 | 101001001 | 1000010 | 101111 |
Color Harmonies of #C8297C
Complementary color
Monochromatic Colors of #C8297C
Black with #C8297C
Text Example
Text Example
White with #C8297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8297C; }
p { color: rgb(200,41,124); }
H1.HeaderClassName
{
color: #C8297C;
}
.AnyTagClassName
{
color: #C8297C;
}
</style>
background-color css
<style>
a { background-color: #C8297C; }
a { background-color: rgb(200,41,124); }
div.DivClassName
{
background-color: #C8297C;
}
.BgClassName
{
background-color: #C8297C;
}
</style>
border-color css
<style>
span { border-color: #C8297C; }
span { border-color: rgb(200,41,124); }
td.TdClassName
{
border-color: #C8297C;
}
.TagClassName
{
border-color: #C8297C;
}
</style>