Shades of Medium Violet Red #CE238B
Tints of Medium Violet Red #CE238B
RGB
CMYK
RGB Variations
Color information
#CE238B (or 0xCE238B) is known color: Medium Violet Red. HEX triplet: CE, 23 and 8B. RGB value is (206,35,139). Sum of RGB (Red+Green+Blue) = 206+35+139=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE238B is #31DC74. Grayscale: #616161. Windows color (decimal): -3267701 or 9118670. OLE color: 9118670.
HSL color Cylindrical-coordinate representation of color #CE238B: hue angle of 323.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE238B is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 139 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.19 |
| HSL | 323.51º | 0.71% | 0.47% | - |
| HSV(B) | 323.51º | 0.83% | 0.81% | - |
| XYZ | 30.71 | 16.19 | 25.93 | - |
| YUV | 97.99 | 151.15 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 139 | 0 | 0.83 | 0.33 | 0.19 | 323.51 | 0.71 | 0.47 |
| Hex | CE | 23 | 8B | 0 | 53 | 21 | 13 | 144 | 47 | 2F |
| Octal | 316 | 43 | 213 | 0 | 123 | 41 | 23 | 504 | 107 | 57 |
| Binary | 11001110 | 100011 | 10001011 | 0 | 1010011 | 100001 | 10011 | 101000100 | 1000111 | 101111 |
Color Harmonies of #CE238B
Complementary color
Monochromatic Colors of #CE238B
Black with #CE238B
Text Example
Text Example
White with #CE238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE238B; }
p { color: rgb(206,35,139); }
H1.HeaderClassName
{
color: #CE238B;
}
.AnyTagClassName
{
color: #CE238B;
}
</style>
background-color css
<style>
a { background-color: #CE238B; }
a { background-color: rgb(206,35,139); }
div.DivClassName
{
background-color: #CE238B;
}
.BgClassName
{
background-color: #CE238B;
}
</style>
border-color css
<style>
span { border-color: #CE238B; }
span { border-color: rgb(206,35,139); }
td.TdClassName
{
border-color: #CE238B;
}
.TagClassName
{
border-color: #CE238B;
}
</style>