Shades of Medium Violet Red #CE167C
Tints of Medium Violet Red #CE167C
RGB
CMYK
RGB Variations
Color information
#CE167C (or 0xCE167C) is known color: Medium Violet Red. HEX triplet: CE, 16 and 7C. RGB value is (206,22,124). Sum of RGB (Red+Green+Blue) = 206+22+124=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE167C is #31E983. Grayscale: #585858. Windows color (decimal): -3271044 or 8132302. OLE color: 8132302.
HSL color Cylindrical-coordinate representation of color #CE167C: hue angle of 326.74º 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 #CE167C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 124 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.19 |
| HSL | 326.74º | 0.81% | 0.45% | - |
| HSV(B) | 326.74º | 0.89% | 0.81% | - |
| XYZ | 29.38 | 15.15 | 20.44 | - |
| YUV | 88.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 124 | 0 | 0.89 | 0.40 | 0.19 | 326.74 | 0.81 | 0.45 |
| Hex | CE | 16 | 7C | 0 | 59 | 28 | 13 | 147 | 51 | 2D |
| Octal | 316 | 26 | 174 | 0 | 131 | 50 | 23 | 507 | 121 | 55 |
| Binary | 11001110 | 10110 | 1111100 | 0 | 1011001 | 101000 | 10011 | 101000111 | 1010001 | 101101 |
Color Harmonies of #CE167C
Complementary color
Monochromatic Colors of #CE167C
Black with #CE167C
Text Example
Text Example
White with #CE167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE167C; }
p { color: rgb(206,22,124); }
H1.HeaderClassName
{
color: #CE167C;
}
.AnyTagClassName
{
color: #CE167C;
}
</style>
background-color css
<style>
a { background-color: #CE167C; }
a { background-color: rgb(206,22,124); }
div.DivClassName
{
background-color: #CE167C;
}
.BgClassName
{
background-color: #CE167C;
}
</style>
border-color css
<style>
span { border-color: #CE167C; }
span { border-color: rgb(206,22,124); }
td.TdClassName
{
border-color: #CE167C;
}
.TagClassName
{
border-color: #CE167C;
}
</style>