Shades of Medium Red Violet #C8289A
Tints of Medium Red Violet #C8289A
RGB
CMYK
RGB Variations
Color information
#C8289A (or 0xC8289A) is known color: Medium Red Violet. HEX triplet: C8, 28 and 9A. RGB value is (200,40,154). Sum of RGB (Red+Green+Blue) = 200+40+154=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8289A is #37D765. Grayscale: #646464. Windows color (decimal): -3659622 or 10102984. OLE color: 10102984.
HSL color Cylindrical-coordinate representation of color #C8289A: hue angle of 317.25º 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 #C8289A is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 154 | - |
| CMYK | 0 | 0.8 | 0.23 | 0.22 |
| HSL | 317.25º | 0.67% | 0.47% | - |
| HSV(B) | 317.25º | 0.8% | 0.78% | - |
| XYZ | 30.41 | 16.13 | 32.08 | - |
| YUV | 100.84 | 158.01 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 154 | 0 | 0.8 | 0.23 | 0.22 | 317.25 | 0.67 | 0.47 |
| Hex | C8 | 28 | 9A | 0 | 50 | 17 | 16 | 13D | 43 | 2F |
| Octal | 310 | 50 | 232 | 0 | 120 | 27 | 26 | 475 | 103 | 57 |
| Binary | 11001000 | 101000 | 10011010 | 0 | 1010000 | 10111 | 10110 | 100111101 | 1000011 | 101111 |
Color Harmonies of #C8289A
Complementary color
Monochromatic Colors of #C8289A
Black with #C8289A
Text Example
Text Example
White with #C8289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8289A; }
p { color: rgb(200,40,154); }
H1.HeaderClassName
{
color: #C8289A;
}
.AnyTagClassName
{
color: #C8289A;
}
</style>
background-color css
<style>
a { background-color: #C8289A; }
a { background-color: rgb(200,40,154); }
div.DivClassName
{
background-color: #C8289A;
}
.BgClassName
{
background-color: #C8289A;
}
</style>
border-color css
<style>
span { border-color: #C8289A; }
span { border-color: rgb(200,40,154); }
td.TdClassName
{
border-color: #C8289A;
}
.TagClassName
{
border-color: #C8289A;
}
</style>