Shades of Medium Red Violet #C8298E
Tints of Medium Red Violet #C8298E
RGB
CMYK
RGB Variations
Color information
#C8298E (or 0xC8298E) is known color: Medium Red Violet. HEX triplet: C8, 29 and 8E. RGB value is (200,41,142). Sum of RGB (Red+Green+Blue) = 200+41+142=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8298E is #37D671. Grayscale: #636363. Windows color (decimal): -3659378 or 9316808. OLE color: 9316808.
HSL color Cylindrical-coordinate representation of color #C8298E: hue angle of 321.89º 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 #C8298E is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 142 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.22 |
| HSL | 321.89º | 0.66% | 0.47% | - |
| HSV(B) | 321.89º | 0.8% | 0.78% | - |
| XYZ | 29.49 | 15.82 | 27.09 | - |
| YUV | 100.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 142 | 0 | 0.80 | 0.29 | 0.22 | 321.89 | 0.66 | 0.47 |
| Hex | C8 | 29 | 8E | 0 | 50 | 1D | 16 | 142 | 42 | 2F |
| Octal | 310 | 51 | 216 | 0 | 120 | 35 | 26 | 502 | 102 | 57 |
| Binary | 11001000 | 101001 | 10001110 | 0 | 1010000 | 11101 | 10110 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C8298E
Complementary color
Monochromatic Colors of #C8298E
Black with #C8298E
Text Example
Text Example
White with #C8298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8298E; }
p { color: rgb(200,41,142); }
H1.HeaderClassName
{
color: #C8298E;
}
.AnyTagClassName
{
color: #C8298E;
}
</style>
background-color css
<style>
a { background-color: #C8298E; }
a { background-color: rgb(200,41,142); }
div.DivClassName
{
background-color: #C8298E;
}
.BgClassName
{
background-color: #C8298E;
}
</style>
border-color css
<style>
span { border-color: #C8298E; }
span { border-color: rgb(200,41,142); }
td.TdClassName
{
border-color: #C8298E;
}
.TagClassName
{
border-color: #C8298E;
}
</style>