Shades of Medium Violet Red #CE017B
Tints of Medium Violet Red #CE017B
RGB
CMYK
RGB Variations
Color information
#CE017B (or 0xCE017B) is known color: Medium Violet Red. HEX triplet: CE, 01 and 7B. RGB value is (206,1,123). Sum of RGB (Red+Green+Blue) = 206+1+123=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE017B is #31FE84. Grayscale: #4B4B4B. Windows color (decimal): -3276421 or 8061390. OLE color: 8061390.
HSL color Cylindrical-coordinate representation of color #CE017B: hue angle of 324.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE017B is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.19 |
| HSL | 324.29º | 0.99% | 0.41% | - |
| HSV(B) | 324.29º | 1% | 0.81% | - |
| XYZ | 29.04 | 14.57 | 20.02 | - |
| YUV | 76.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 123 | 0 | 1.00 | 0.40 | 0.19 | 324.29 | 0.99 | 0.41 |
| Hex | CE | 1 | 7B | 0 | 64 | 28 | 13 | 144 | 63 | 29 |
| Octal | 316 | 1 | 173 | 0 | 144 | 50 | 23 | 504 | 143 | 51 |
| Binary | 11001110 | 1 | 1111011 | 0 | 1100100 | 101000 | 10011 | 101000100 | 1100011 | 101001 |
Color Harmonies of #CE017B
Complementary color
Monochromatic Colors of #CE017B
Black with #CE017B
Text Example
Text Example
White with #CE017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE017B; }
p { color: rgb(206,1,123); }
H1.HeaderClassName
{
color: #CE017B;
}
.AnyTagClassName
{
color: #CE017B;
}
</style>
background-color css
<style>
a { background-color: #CE017B; }
a { background-color: rgb(206,1,123); }
div.DivClassName
{
background-color: #CE017B;
}
.BgClassName
{
background-color: #CE017B;
}
</style>
border-color css
<style>
span { border-color: #CE017B; }
span { border-color: rgb(206,1,123); }
td.TdClassName
{
border-color: #CE017B;
}
.TagClassName
{
border-color: #CE017B;
}
</style>