Shades of Medium Violet Red #CE027D
Tints of Medium Violet Red #CE027D
RGB
CMYK
RGB Variations
Color information
#CE027D (or 0xCE027D) is known color: Medium Violet Red. HEX triplet: CE, 02 and 7D. RGB value is (206,2,125). Sum of RGB (Red+Green+Blue) = 206+2+125=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE027D is #31FD82. Grayscale: #4C4C4C. Windows color (decimal): -3276163 or 8192718. OLE color: 8192718.
HSL color Cylindrical-coordinate representation of color #CE027D: hue angle of 323.82º 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 #CE027D is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.19 |
| HSL | 323.82º | 0.98% | 0.41% | - |
| HSV(B) | 323.82º | 0.99% | 0.81% | - |
| XYZ | 29.18 | 14.65 | 20.69 | - |
| YUV | 77.02 | 155.09 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 125 | 0 | 0.99 | 0.39 | 0.19 | 323.82 | 0.98 | 0.41 |
| Hex | CE | 2 | 7D | 0 | 63 | 27 | 13 | 144 | 62 | 29 |
| Octal | 316 | 2 | 175 | 0 | 143 | 47 | 23 | 504 | 142 | 51 |
| Binary | 11001110 | 10 | 1111101 | 0 | 1100011 | 100111 | 10011 | 101000100 | 1100010 | 101001 |
Color Harmonies of #CE027D
Complementary color
Monochromatic Colors of #CE027D
Black with #CE027D
Text Example
Text Example
White with #CE027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE027D; }
p { color: rgb(206,2,125); }
H1.HeaderClassName
{
color: #CE027D;
}
.AnyTagClassName
{
color: #CE027D;
}
</style>
background-color css
<style>
a { background-color: #CE027D; }
a { background-color: rgb(206,2,125); }
div.DivClassName
{
background-color: #CE027D;
}
.BgClassName
{
background-color: #CE027D;
}
</style>
border-color css
<style>
span { border-color: #CE027D; }
span { border-color: rgb(206,2,125); }
td.TdClassName
{
border-color: #CE027D;
}
.TagClassName
{
border-color: #CE027D;
}
</style>