Shades of Medium Violet Red #CE027A
Tints of Medium Violet Red #CE027A
RGB
CMYK
RGB Variations
Color information
#CE027A (or 0xCE027A) is known color: Medium Violet Red. HEX triplet: CE, 02 and 7A. RGB value is (206,2,122). Sum of RGB (Red+Green+Blue) = 206+2+122=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE027A is #31FD85. Grayscale: #4C4C4C. Windows color (decimal): -3276166 or 7996110. OLE color: 7996110.
HSL color Cylindrical-coordinate representation of color #CE027A: hue angle of 324.71º 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 #CE027A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.19 |
| HSL | 324.71º | 0.98% | 0.41% | - |
| HSV(B) | 324.71º | 0.99% | 0.81% | - |
| XYZ | 28.99 | 14.57 | 19.7 | - |
| YUV | 76.68 | 153.59 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 122 | 0 | 0.99 | 0.41 | 0.19 | 324.71 | 0.98 | 0.41 |
| Hex | CE | 2 | 7A | 0 | 63 | 29 | 13 | 145 | 62 | 29 |
| Octal | 316 | 2 | 172 | 0 | 143 | 51 | 23 | 505 | 142 | 51 |
| Binary | 11001110 | 10 | 1111010 | 0 | 1100011 | 101001 | 10011 | 101000101 | 1100010 | 101001 |
Color Harmonies of #CE027A
Complementary color
Monochromatic Colors of #CE027A
Black with #CE027A
Text Example
Text Example
White with #CE027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE027A; }
p { color: rgb(206,2,122); }
H1.HeaderClassName
{
color: #CE027A;
}
.AnyTagClassName
{
color: #CE027A;
}
</style>
background-color css
<style>
a { background-color: #CE027A; }
a { background-color: rgb(206,2,122); }
div.DivClassName
{
background-color: #CE027A;
}
.BgClassName
{
background-color: #CE027A;
}
</style>
border-color css
<style>
span { border-color: #CE027A; }
span { border-color: rgb(206,2,122); }
td.TdClassName
{
border-color: #CE027A;
}
.TagClassName
{
border-color: #CE027A;
}
</style>