Shades of Medium Violet Red #CE156F
Tints of Medium Violet Red #CE156F
RGB
CMYK
RGB Variations
Color information
#CE156F (or 0xCE156F) is known color: Medium Violet Red. HEX triplet: CE, 15 and 6F. RGB value is (206,21,111). Sum of RGB (Red+Green+Blue) = 206+21+111=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE156F is #31EA90. Grayscale: #565656. Windows color (decimal): -3271313 or 7280078. OLE color: 7280078.
HSL color Cylindrical-coordinate representation of color #CE156F: hue angle of 330.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE156F is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 111 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.19 |
| HSL | 330.81º | 0.81% | 0.45% | - |
| HSV(B) | 330.81º | 0.9% | 0.81% | - |
| XYZ | 28.59 | 14.81 | 16.39 | - |
| YUV | 86.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 111 | 0 | 0.90 | 0.46 | 0.19 | 330.81 | 0.81 | 0.45 |
| Hex | CE | 15 | 6F | 0 | 5A | 2E | 13 | 14B | 51 | 2D |
| Octal | 316 | 25 | 157 | 0 | 132 | 56 | 23 | 513 | 121 | 55 |
| Binary | 11001110 | 10101 | 1101111 | 0 | 1011010 | 101110 | 10011 | 101001011 | 1010001 | 101101 |
Color Harmonies of #CE156F
Complementary color
Monochromatic Colors of #CE156F
Black with #CE156F
Text Example
Text Example
White with #CE156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE156F; }
p { color: rgb(206,21,111); }
H1.HeaderClassName
{
color: #CE156F;
}
.AnyTagClassName
{
color: #CE156F;
}
</style>
background-color css
<style>
a { background-color: #CE156F; }
a { background-color: rgb(206,21,111); }
div.DivClassName
{
background-color: #CE156F;
}
.BgClassName
{
background-color: #CE156F;
}
</style>
border-color css
<style>
span { border-color: #CE156F; }
span { border-color: rgb(206,21,111); }
td.TdClassName
{
border-color: #CE156F;
}
.TagClassName
{
border-color: #CE156F;
}
</style>