Shades of Medium Red Violet #C8288E
Tints of Medium Red Violet #C8288E
RGB
CMYK
RGB Variations
Color information
#C8288E (or 0xC8288E) is known color: Medium Red Violet. HEX triplet: C8, 28 and 8E. RGB value is (200,40,142). Sum of RGB (Red+Green+Blue) = 200+40+142=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8288E is #37D771. Grayscale: #636363. Windows color (decimal): -3659634 or 9316552. OLE color: 9316552.
HSL color Cylindrical-coordinate representation of color #C8288E: hue angle of 321.75º degrees, saturation: 0.67, 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 #C8288E is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 142 | - |
| CMYK | 0 | 0.8 | 0.29 | 0.22 |
| HSL | 321.75º | 0.67% | 0.47% | - |
| HSV(B) | 321.75º | 0.8% | 0.78% | - |
| XYZ | 29.46 | 15.75 | 27.08 | - |
| YUV | 99.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 142 | 0 | 0.8 | 0.29 | 0.22 | 321.75 | 0.67 | 0.47 |
| Hex | C8 | 28 | 8E | 0 | 50 | 1D | 16 | 142 | 43 | 2F |
| Octal | 310 | 50 | 216 | 0 | 120 | 35 | 26 | 502 | 103 | 57 |
| Binary | 11001000 | 101000 | 10001110 | 0 | 1010000 | 11101 | 10110 | 101000010 | 1000011 | 101111 |
Color Harmonies of #C8288E
Complementary color
Monochromatic Colors of #C8288E
Black with #C8288E
Text Example
Text Example
White with #C8288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8288E; }
p { color: rgb(200,40,142); }
H1.HeaderClassName
{
color: #C8288E;
}
.AnyTagClassName
{
color: #C8288E;
}
</style>
background-color css
<style>
a { background-color: #C8288E; }
a { background-color: rgb(200,40,142); }
div.DivClassName
{
background-color: #C8288E;
}
.BgClassName
{
background-color: #C8288E;
}
</style>
border-color css
<style>
span { border-color: #C8288E; }
span { border-color: rgb(200,40,142); }
td.TdClassName
{
border-color: #C8288E;
}
.TagClassName
{
border-color: #C8288E;
}
</style>