Shades of Medium Violet Red #CE1DA6
Tints of Medium Violet Red #CE1DA6
RGB
CMYK
RGB Variations
Color information
#CE1DA6 (or 0xCE1DA6) is known color: Medium Violet Red. HEX triplet: CE, 1D and A6. RGB value is (206,29,166). Sum of RGB (Red+Green+Blue) = 206+29+166=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1DA6 is #31E259. Grayscale: #616161. Windows color (decimal): -3269210 or 10886606. OLE color: 10886606.
HSL color Cylindrical-coordinate representation of color #CE1DA6: hue angle of 313.56º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1DA6 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 166 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.19 |
| HSL | 313.56º | 0.75% | 0.46% | - |
| HSV(B) | 313.56º | 0.86% | 0.81% | - |
| XYZ | 32.78 | 16.75 | 37.58 | - |
| YUV | 97.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 166 | 0 | 0.86 | 0.19 | 0.19 | 313.56 | 0.75 | 0.46 |
| Hex | CE | 1D | A6 | 0 | 56 | 13 | 13 | 13A | 4B | 2E |
| Octal | 316 | 35 | 246 | 0 | 126 | 23 | 23 | 472 | 113 | 56 |
| Binary | 11001110 | 11101 | 10100110 | 0 | 1010110 | 10011 | 10011 | 100111010 | 1001011 | 101110 |
Color Harmonies of #CE1DA6
Complementary color
Monochromatic Colors of #CE1DA6
Black with #CE1DA6
Text Example
Text Example
White with #CE1DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DA6; }
p { color: rgb(206,29,166); }
H1.HeaderClassName
{
color: #CE1DA6;
}
.AnyTagClassName
{
color: #CE1DA6;
}
</style>
background-color css
<style>
a { background-color: #CE1DA6; }
a { background-color: rgb(206,29,166); }
div.DivClassName
{
background-color: #CE1DA6;
}
.BgClassName
{
background-color: #CE1DA6;
}
</style>
border-color css
<style>
span { border-color: #CE1DA6; }
span { border-color: rgb(206,29,166); }
td.TdClassName
{
border-color: #CE1DA6;
}
.TagClassName
{
border-color: #CE1DA6;
}
</style>