Shades of Medium Violet Red #CE1DA8
Tints of Medium Violet Red #CE1DA8
RGB
CMYK
RGB Variations
Color information
#CE1DA8 (or 0xCE1DA8) is known color: Medium Violet Red. HEX triplet: CE, 1D and A8. RGB value is (206,29,168). Sum of RGB (Red+Green+Blue) = 206+29+168=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1DA8 is #31E257. Grayscale: #616161. Windows color (decimal): -3269208 or 11017678. OLE color: 11017678.
HSL color Cylindrical-coordinate representation of color #CE1DA8: hue angle of 312.88º 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 #CE1DA8 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 168 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.19 |
| HSL | 312.88º | 0.75% | 0.46% | - |
| HSV(B) | 312.88º | 0.86% | 0.81% | - |
| XYZ | 32.96 | 16.83 | 38.56 | - |
| YUV | 97.77 | 167.64 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 168 | 0 | 0.86 | 0.18 | 0.19 | 312.88 | 0.75 | 0.46 |
| Hex | CE | 1D | A8 | 0 | 56 | 12 | 13 | 139 | 4B | 2E |
| Octal | 316 | 35 | 250 | 0 | 126 | 22 | 23 | 471 | 113 | 56 |
| Binary | 11001110 | 11101 | 10101000 | 0 | 1010110 | 10010 | 10011 | 100111001 | 1001011 | 101110 |
Color Harmonies of #CE1DA8
Complementary color
Monochromatic Colors of #CE1DA8
Black with #CE1DA8
Text Example
Text Example
White with #CE1DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1DA8; }
p { color: rgb(206,29,168); }
H1.HeaderClassName
{
color: #CE1DA8;
}
.AnyTagClassName
{
color: #CE1DA8;
}
</style>
background-color css
<style>
a { background-color: #CE1DA8; }
a { background-color: rgb(206,29,168); }
div.DivClassName
{
background-color: #CE1DA8;
}
.BgClassName
{
background-color: #CE1DA8;
}
</style>
border-color css
<style>
span { border-color: #CE1DA8; }
span { border-color: rgb(206,29,168); }
td.TdClassName
{
border-color: #CE1DA8;
}
.TagClassName
{
border-color: #CE1DA8;
}
</style>