Shades of Medium Violet Red #C8238F
Tints of Medium Violet Red #C8238F
RGB
CMYK
RGB Variations
Color information
#C8238F (or 0xC8238F) is known color: Medium Violet Red. HEX triplet: C8, 23 and 8F. RGB value is (200,35,143). Sum of RGB (Red+Green+Blue) = 200+35+143=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8238F is #37DC70. Grayscale: #606060. Windows color (decimal): -3660913 or 9380808. OLE color: 9380808.
HSL color Cylindrical-coordinate representation of color #C8238F: hue angle of 320.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 #C8238F is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 143 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.22 |
| HSL | 320.73º | 0.7% | 0.46% | - |
| HSV(B) | 320.73º | 0.83% | 0.78% | - |
| XYZ | 29.38 | 15.46 | 27.42 | - |
| YUV | 96.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 143 | 0 | 0.82 | 0.28 | 0.22 | 320.73 | 0.7 | 0.46 |
| Hex | C8 | 23 | 8F | 0 | 52 | 1C | 16 | 141 | 46 | 2E |
| Octal | 310 | 43 | 217 | 0 | 122 | 34 | 26 | 501 | 106 | 56 |
| Binary | 11001000 | 100011 | 10001111 | 0 | 1010010 | 11100 | 10110 | 101000001 | 1000110 | 101110 |
Color Harmonies of #C8238F
Complementary color
Monochromatic Colors of #C8238F
Black with #C8238F
Text Example
Text Example
White with #C8238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8238F; }
p { color: rgb(200,35,143); }
H1.HeaderClassName
{
color: #C8238F;
}
.AnyTagClassName
{
color: #C8238F;
}
</style>
background-color css
<style>
a { background-color: #C8238F; }
a { background-color: rgb(200,35,143); }
div.DivClassName
{
background-color: #C8238F;
}
.BgClassName
{
background-color: #C8238F;
}
</style>
border-color css
<style>
span { border-color: #C8238F; }
span { border-color: rgb(200,35,143); }
td.TdClassName
{
border-color: #C8238F;
}
.TagClassName
{
border-color: #C8238F;
}
</style>