Shades of Medium Violet Red #CE1672
Tints of Medium Violet Red #CE1672
RGB
CMYK
RGB Variations
Color information
#CE1672 (or 0xCE1672) is known color: Medium Violet Red. HEX triplet: CE, 16 and 72. RGB value is (206,22,114). Sum of RGB (Red+Green+Blue) = 206+22+114=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1672 is #31E98D. Grayscale: #575757. Windows color (decimal): -3271054 or 7476942. OLE color: 7476942.
HSL color Cylindrical-coordinate representation of color #CE1672: hue angle of 330º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1672 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 114 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.19 |
| HSL | 330º | 0.81% | 0.45% | - |
| HSV(B) | 330º | 0.89% | 0.81% | - |
| XYZ | 28.78 | 14.91 | 17.28 | - |
| YUV | 87.5 | 142.96 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 114 | 0 | 0.89 | 0.45 | 0.19 | 330 | 0.81 | 0.45 |
| Hex | CE | 16 | 72 | 0 | 59 | 2D | 13 | 14A | 51 | 2D |
| Octal | 316 | 26 | 162 | 0 | 131 | 55 | 23 | 512 | 121 | 55 |
| Binary | 11001110 | 10110 | 1110010 | 0 | 1011001 | 101101 | 10011 | 101001010 | 1010001 | 101101 |
Color Harmonies of #CE1672
Complementary color
Monochromatic Colors of #CE1672
Black with #CE1672
Text Example
Text Example
White with #CE1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1672; }
p { color: rgb(206,22,114); }
H1.HeaderClassName
{
color: #CE1672;
}
.AnyTagClassName
{
color: #CE1672;
}
</style>
background-color css
<style>
a { background-color: #CE1672; }
a { background-color: rgb(206,22,114); }
div.DivClassName
{
background-color: #CE1672;
}
.BgClassName
{
background-color: #CE1672;
}
</style>
border-color css
<style>
span { border-color: #CE1672; }
span { border-color: rgb(206,22,114); }
td.TdClassName
{
border-color: #CE1672;
}
.TagClassName
{
border-color: #CE1672;
}
</style>