Shades of Medium Violet Red #CE218B
Tints of Medium Violet Red #CE218B
RGB
CMYK
RGB Variations
Color information
#CE218B (or 0xCE218B) is known color: Medium Violet Red. HEX triplet: CE, 21 and 8B. RGB value is (206,33,139). Sum of RGB (Red+Green+Blue) = 206+33+139=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE218B is #31DE74. Grayscale: #606060. Windows color (decimal): -3268213 or 9118158. OLE color: 9118158.
HSL color Cylindrical-coordinate representation of color #CE218B: hue angle of 323.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE218B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 139 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.19 |
| HSL | 323.24º | 0.72% | 0.47% | - |
| HSV(B) | 323.24º | 0.84% | 0.81% | - |
| XYZ | 30.66 | 16.07 | 25.91 | - |
| YUV | 96.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 139 | 0 | 0.84 | 0.33 | 0.19 | 323.24 | 0.72 | 0.47 |
| Hex | CE | 21 | 8B | 0 | 54 | 21 | 13 | 143 | 48 | 2F |
| Octal | 316 | 41 | 213 | 0 | 124 | 41 | 23 | 503 | 110 | 57 |
| Binary | 11001110 | 100001 | 10001011 | 0 | 1010100 | 100001 | 10011 | 101000011 | 1001000 | 101111 |
Color Harmonies of #CE218B
Complementary color
Monochromatic Colors of #CE218B
Black with #CE218B
Text Example
Text Example
White with #CE218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE218B; }
p { color: rgb(206,33,139); }
H1.HeaderClassName
{
color: #CE218B;
}
.AnyTagClassName
{
color: #CE218B;
}
</style>
background-color css
<style>
a { background-color: #CE218B; }
a { background-color: rgb(206,33,139); }
div.DivClassName
{
background-color: #CE218B;
}
.BgClassName
{
background-color: #CE218B;
}
</style>
border-color css
<style>
span { border-color: #CE218B; }
span { border-color: rgb(206,33,139); }
td.TdClassName
{
border-color: #CE218B;
}
.TagClassName
{
border-color: #CE218B;
}
</style>