Shades of Medium Violet Red #C8239A
Tints of Medium Violet Red #C8239A
RGB
CMYK
RGB Variations
Color information
#C8239A (or 0xC8239A) is known color: Medium Violet Red. HEX triplet: C8, 23 and 9A. RGB value is (200,35,154). Sum of RGB (Red+Green+Blue) = 200+35+154=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8239A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8239A is #37DC65. Grayscale: #616161. Windows color (decimal): -3660902 or 10101704. OLE color: 10101704.
HSL color Cylindrical-coordinate representation of color #C8239A: hue angle of 316.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8239A is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 154 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.22 |
| HSL | 316.73º | 0.7% | 0.46% | - |
| HSV(B) | 316.73º | 0.83% | 0.78% | - |
| XYZ | 30.25 | 15.81 | 32.03 | - |
| YUV | 97.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 154 | 0 | 0.82 | 0.23 | 0.22 | 316.73 | 0.7 | 0.46 |
| Hex | C8 | 23 | 9A | 0 | 52 | 17 | 16 | 13D | 46 | 2E |
| Octal | 310 | 43 | 232 | 0 | 122 | 27 | 26 | 475 | 106 | 56 |
| Binary | 11001000 | 100011 | 10011010 | 0 | 1010010 | 10111 | 10110 | 100111101 | 1000110 | 101110 |
Color Harmonies of #C8239A
Complementary color
Monochromatic Colors of #C8239A
Black with #C8239A
Text Example
Text Example
White with #C8239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8239A; }
p { color: rgb(200,35,154); }
H1.HeaderClassName
{
color: #C8239A;
}
.AnyTagClassName
{
color: #C8239A;
}
</style>
background-color css
<style>
a { background-color: #C8239A; }
a { background-color: rgb(200,35,154); }
div.DivClassName
{
background-color: #C8239A;
}
.BgClassName
{
background-color: #C8239A;
}
</style>
border-color css
<style>
span { border-color: #C8239A; }
span { border-color: rgb(200,35,154); }
td.TdClassName
{
border-color: #C8239A;
}
.TagClassName
{
border-color: #C8239A;
}
</style>