Shades of Medium Violet Red #CE0672
Tints of Medium Violet Red #CE0672
RGB
CMYK
RGB Variations
Color information
#CE0672 (or 0xCE0672) is known color: Medium Violet Red. HEX triplet: CE, 06 and 72. RGB value is (206,6,114). Sum of RGB (Red+Green+Blue) = 206+6+114=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0672 is #31F98D. Grayscale: #4D4D4D. Windows color (decimal): -3275150 or 7472846. OLE color: 7472846.
HSL color Cylindrical-coordinate representation of color #CE0672: hue angle of 327.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0672 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.19 |
| HSL | 327.6º | 0.94% | 0.42% | - |
| HSV(B) | 327.6º | 0.97% | 0.81% | - |
| XYZ | 28.56 | 14.47 | 17.21 | - |
| YUV | 78.11 | 148.26 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 114 | 0 | 0.97 | 0.45 | 0.19 | 327.6 | 0.94 | 0.42 |
| Hex | CE | 6 | 72 | 0 | 61 | 2D | 13 | 148 | 5E | 2A |
| Octal | 316 | 6 | 162 | 0 | 141 | 55 | 23 | 510 | 136 | 52 |
| Binary | 11001110 | 110 | 1110010 | 0 | 1100001 | 101101 | 10011 | 101001000 | 1011110 | 101010 |
Color Harmonies of #CE0672
Complementary color
Monochromatic Colors of #CE0672
Black with #CE0672
Text Example
Text Example
White with #CE0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0672; }
p { color: rgb(206,6,114); }
H1.HeaderClassName
{
color: #CE0672;
}
.AnyTagClassName
{
color: #CE0672;
}
</style>
background-color css
<style>
a { background-color: #CE0672; }
a { background-color: rgb(206,6,114); }
div.DivClassName
{
background-color: #CE0672;
}
.BgClassName
{
background-color: #CE0672;
}
</style>
border-color css
<style>
span { border-color: #CE0672; }
span { border-color: rgb(206,6,114); }
td.TdClassName
{
border-color: #CE0672;
}
.TagClassName
{
border-color: #CE0672;
}
</style>