Shades of Medium Violet Red #CE027B
Tints of Medium Violet Red #CE027B
RGB
CMYK
RGB Variations
Color information
#CE027B (or 0xCE027B) is known color: Medium Violet Red. HEX triplet: CE, 02 and 7B. RGB value is (206,2,123). Sum of RGB (Red+Green+Blue) = 206+2+123=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE027B is #31FD84. Grayscale: #4C4C4C. Windows color (decimal): -3276165 or 8061646. OLE color: 8061646.
HSL color Cylindrical-coordinate representation of color #CE027B: hue angle of 324.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE027B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.19 |
| HSL | 324.41º | 0.98% | 0.41% | - |
| HSV(B) | 324.41º | 0.99% | 0.81% | - |
| XYZ | 29.05 | 14.6 | 20.02 | - |
| YUV | 76.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 123 | 0 | 0.99 | 0.40 | 0.19 | 324.41 | 0.98 | 0.41 |
| Hex | CE | 2 | 7B | 0 | 63 | 28 | 13 | 144 | 62 | 29 |
| Octal | 316 | 2 | 173 | 0 | 143 | 50 | 23 | 504 | 142 | 51 |
| Binary | 11001110 | 10 | 1111011 | 0 | 1100011 | 101000 | 10011 | 101000100 | 1100010 | 101001 |
Color Harmonies of #CE027B
Complementary color
Monochromatic Colors of #CE027B
Black with #CE027B
Text Example
Text Example
White with #CE027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE027B; }
p { color: rgb(206,2,123); }
H1.HeaderClassName
{
color: #CE027B;
}
.AnyTagClassName
{
color: #CE027B;
}
</style>
background-color css
<style>
a { background-color: #CE027B; }
a { background-color: rgb(206,2,123); }
div.DivClassName
{
background-color: #CE027B;
}
.BgClassName
{
background-color: #CE027B;
}
</style>
border-color css
<style>
span { border-color: #CE027B; }
span { border-color: rgb(206,2,123); }
td.TdClassName
{
border-color: #CE027B;
}
.TagClassName
{
border-color: #CE027B;
}
</style>