Shades of Medium Red Violet #C8289F
Tints of Medium Red Violet #C8289F
RGB
CMYK
RGB Variations
Color information
#C8289F (or 0xC8289F) is known color: Medium Red Violet. HEX triplet: C8, 28 and 9F. RGB value is (200,40,159). Sum of RGB (Red+Green+Blue) = 200+40+159=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8289F is #37D760. Grayscale: #656565. Windows color (decimal): -3659617 or 10430664. OLE color: 10430664.
HSL color Cylindrical-coordinate representation of color #C8289F: hue angle of 315.38º 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 #C8289F is Cyan = 0, Magento = 0.8, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 159 | - |
| CMYK | 0 | 0.8 | 0.20 | 0.22 |
| HSL | 315.38º | 0.67% | 0.47% | - |
| HSV(B) | 315.38º | 0.8% | 0.78% | - |
| XYZ | 30.84 | 16.3 | 34.32 | - |
| YUV | 101.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 159 | 0 | 0.8 | 0.20 | 0.22 | 315.38 | 0.67 | 0.47 |
| Hex | C8 | 28 | 9F | 0 | 50 | 14 | 16 | 13B | 43 | 2F |
| Octal | 310 | 50 | 237 | 0 | 120 | 24 | 26 | 473 | 103 | 57 |
| Binary | 11001000 | 101000 | 10011111 | 0 | 1010000 | 10100 | 10110 | 100111011 | 1000011 | 101111 |
Color Harmonies of #C8289F
Complementary color
Monochromatic Colors of #C8289F
Black with #C8289F
Text Example
Text Example
White with #C8289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8289F; }
p { color: rgb(200,40,159); }
H1.HeaderClassName
{
color: #C8289F;
}
.AnyTagClassName
{
color: #C8289F;
}
</style>
background-color css
<style>
a { background-color: #C8289F; }
a { background-color: rgb(200,40,159); }
div.DivClassName
{
background-color: #C8289F;
}
.BgClassName
{
background-color: #C8289F;
}
</style>
border-color css
<style>
span { border-color: #C8289F; }
span { border-color: rgb(200,40,159); }
td.TdClassName
{
border-color: #C8289F;
}
.TagClassName
{
border-color: #C8289F;
}
</style>