Shades of Medium Violet Red #C8239B
Tints of Medium Violet Red #C8239B
RGB
CMYK
RGB Variations
Color information
#C8239B (or 0xC8239B) is known color: Medium Violet Red. HEX triplet: C8, 23 and 9B. RGB value is (200,35,155). Sum of RGB (Red+Green+Blue) = 200+35+155=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8239B is #37DC64. Grayscale: #616161. Windows color (decimal): -3660901 or 10167240. OLE color: 10167240.
HSL color Cylindrical-coordinate representation of color #C8239B: hue angle of 316.36º 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 #C8239B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 155 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.22 |
| HSL | 316.36º | 0.7% | 0.46% | - |
| HSV(B) | 316.36º | 0.83% | 0.78% | - |
| XYZ | 30.34 | 15.85 | 32.47 | - |
| YUV | 98.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 155 | 0 | 0.82 | 0.22 | 0.22 | 316.36 | 0.7 | 0.46 |
| Hex | C8 | 23 | 9B | 0 | 52 | 16 | 16 | 13C | 46 | 2E |
| Octal | 310 | 43 | 233 | 0 | 122 | 26 | 26 | 474 | 106 | 56 |
| Binary | 11001000 | 100011 | 10011011 | 0 | 1010010 | 10110 | 10110 | 100111100 | 1000110 | 101110 |
Color Harmonies of #C8239B
Complementary color
Monochromatic Colors of #C8239B
Black with #C8239B
Text Example
Text Example
White with #C8239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8239B; }
p { color: rgb(200,35,155); }
H1.HeaderClassName
{
color: #C8239B;
}
.AnyTagClassName
{
color: #C8239B;
}
</style>
background-color css
<style>
a { background-color: #C8239B; }
a { background-color: rgb(200,35,155); }
div.DivClassName
{
background-color: #C8239B;
}
.BgClassName
{
background-color: #C8239B;
}
</style>
border-color css
<style>
span { border-color: #C8239B; }
span { border-color: rgb(200,35,155); }
td.TdClassName
{
border-color: #C8239B;
}
.TagClassName
{
border-color: #C8239B;
}
</style>