Shades of Medium Violet Red #CE1DAC
Tints of Medium Violet Red #CE1DAC
RGB
CMYK
RGB Variations
Color information
#CE1DAC (or 0xCE1DAC) is known color: Medium Violet Red. HEX triplet: CE, 1D and AC. RGB value is (206,29,172). Sum of RGB (Red+Green+Blue) = 206+29+172=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1DAC is #31E253. Grayscale: #616161. Windows color (decimal): -3269204 or 11279822. OLE color: 11279822.
HSL color Cylindrical-coordinate representation of color #CE1DAC: hue angle of 311.53º 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 #CE1DAC is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 172 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.19 |
| HSL | 311.53º | 0.75% | 0.46% | - |
| HSV(B) | 311.53º | 0.86% | 0.81% | - |
| XYZ | 33.34 | 16.98 | 40.55 | - |
| YUV | 98.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 172 | 0 | 0.86 | 0.17 | 0.19 | 311.53 | 0.75 | 0.46 |
| Hex | CE | 1D | AC | 0 | 56 | 11 | 13 | 138 | 4B | 2E |
| Octal | 316 | 35 | 254 | 0 | 126 | 21 | 23 | 470 | 113 | 56 |
| Binary | 11001110 | 11101 | 10101100 | 0 | 1010110 | 10001 | 10011 | 100111000 | 1001011 | 101110 |
Color Harmonies of #CE1DAC
Complementary color
Monochromatic Colors of #CE1DAC
Black with #CE1DAC
Text Example
Text Example
White with #CE1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DAC; }
p { color: rgb(206,29,172); }
H1.HeaderClassName
{
color: #CE1DAC;
}
.AnyTagClassName
{
color: #CE1DAC;
}
</style>
background-color css
<style>
a { background-color: #CE1DAC; }
a { background-color: rgb(206,29,172); }
div.DivClassName
{
background-color: #CE1DAC;
}
.BgClassName
{
background-color: #CE1DAC;
}
</style>
border-color css
<style>
span { border-color: #CE1DAC; }
span { border-color: rgb(206,29,172); }
td.TdClassName
{
border-color: #CE1DAC;
}
.TagClassName
{
border-color: #CE1DAC;
}
</style>