Shades of Medium Violet Red #CE027F
Tints of Medium Violet Red #CE027F
RGB
CMYK
RGB Variations
Color information
#CE027F (or 0xCE027F) is known color: Medium Violet Red. HEX triplet: CE, 02 and 7F. RGB value is (206,2,127). Sum of RGB (Red+Green+Blue) = 206+2+127=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE027F is #31FD80. Grayscale: #4C4C4C. Windows color (decimal): -3276161 or 8323790. OLE color: 8323790.
HSL color Cylindrical-coordinate representation of color #CE027F: hue angle of 323.24º 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 #CE027F is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.19 |
| HSL | 323.24º | 0.98% | 0.41% | - |
| HSV(B) | 323.24º | 0.99% | 0.81% | - |
| XYZ | 29.31 | 14.7 | 21.37 | - |
| YUV | 77.25 | 156.09 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 127 | 0 | 0.99 | 0.38 | 0.19 | 323.24 | 0.98 | 0.41 |
| Hex | CE | 2 | 7F | 0 | 63 | 26 | 13 | 143 | 62 | 29 |
| Octal | 316 | 2 | 177 | 0 | 143 | 46 | 23 | 503 | 142 | 51 |
| Binary | 11001110 | 10 | 1111111 | 0 | 1100011 | 100110 | 10011 | 101000011 | 1100010 | 101001 |
Color Harmonies of #CE027F
Complementary color
Monochromatic Colors of #CE027F
Black with #CE027F
Text Example
Text Example
White with #CE027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE027F; }
p { color: rgb(206,2,127); }
H1.HeaderClassName
{
color: #CE027F;
}
.AnyTagClassName
{
color: #CE027F;
}
</style>
background-color css
<style>
a { background-color: #CE027F; }
a { background-color: rgb(206,2,127); }
div.DivClassName
{
background-color: #CE027F;
}
.BgClassName
{
background-color: #CE027F;
}
</style>
border-color css
<style>
span { border-color: #CE027F; }
span { border-color: rgb(206,2,127); }
td.TdClassName
{
border-color: #CE027F;
}
.TagClassName
{
border-color: #CE027F;
}
</style>