Shades of Medium Violet Red #CE167A
Tints of Medium Violet Red #CE167A
RGB
CMYK
RGB Variations
Color information
#CE167A (or 0xCE167A) is known color: Medium Violet Red. HEX triplet: CE, 16 and 7A. RGB value is (206,22,122). Sum of RGB (Red+Green+Blue) = 206+22+122=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE167A is #31E985. Grayscale: #585858. Windows color (decimal): -3271046 or 8001230. OLE color: 8001230.
HSL color Cylindrical-coordinate representation of color #CE167A: hue angle of 327.39º 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 #CE167A is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 122 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.19 |
| HSL | 327.39º | 0.81% | 0.45% | - |
| HSV(B) | 327.39º | 0.89% | 0.81% | - |
| XYZ | 29.25 | 15.1 | 19.79 | - |
| YUV | 88.42 | 146.96 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 122 | 0 | 0.89 | 0.41 | 0.19 | 327.39 | 0.81 | 0.45 |
| Hex | CE | 16 | 7A | 0 | 59 | 29 | 13 | 147 | 51 | 2D |
| Octal | 316 | 26 | 172 | 0 | 131 | 51 | 23 | 507 | 121 | 55 |
| Binary | 11001110 | 10110 | 1111010 | 0 | 1011001 | 101001 | 10011 | 101000111 | 1010001 | 101101 |
Color Harmonies of #CE167A
Complementary color
Monochromatic Colors of #CE167A
Black with #CE167A
Text Example
Text Example
White with #CE167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE167A; }
p { color: rgb(206,22,122); }
H1.HeaderClassName
{
color: #CE167A;
}
.AnyTagClassName
{
color: #CE167A;
}
</style>
background-color css
<style>
a { background-color: #CE167A; }
a { background-color: rgb(206,22,122); }
div.DivClassName
{
background-color: #CE167A;
}
.BgClassName
{
background-color: #CE167A;
}
</style>
border-color css
<style>
span { border-color: #CE167A; }
span { border-color: rgb(206,22,122); }
td.TdClassName
{
border-color: #CE167A;
}
.TagClassName
{
border-color: #CE167A;
}
</style>