Shades of Medium Violet Red #CE1D9D
Tints of Medium Violet Red #CE1D9D
RGB
CMYK
RGB Variations
Color information
#CE1D9D (or 0xCE1D9D) is known color: Medium Violet Red. HEX triplet: CE, 1D and 9D. RGB value is (206,29,157). Sum of RGB (Red+Green+Blue) = 206+29+157=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D9D is #31E262. Grayscale: #606060. Windows color (decimal): -3269219 or 10296782. OLE color: 10296782.
HSL color Cylindrical-coordinate representation of color #CE1D9D: hue angle of 316.61º 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 #CE1D9D is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 157 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.19 |
| HSL | 316.61º | 0.75% | 0.46% | - |
| HSV(B) | 316.61º | 0.86% | 0.81% | - |
| XYZ | 31.98 | 16.43 | 33.39 | - |
| YUV | 96.52 | 162.14 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 157 | 0 | 0.86 | 0.24 | 0.19 | 316.61 | 0.75 | 0.46 |
| Hex | CE | 1D | 9D | 0 | 56 | 18 | 13 | 13D | 4B | 2E |
| Octal | 316 | 35 | 235 | 0 | 126 | 30 | 23 | 475 | 113 | 56 |
| Binary | 11001110 | 11101 | 10011101 | 0 | 1010110 | 11000 | 10011 | 100111101 | 1001011 | 101110 |
Color Harmonies of #CE1D9D
Complementary color
Monochromatic Colors of #CE1D9D
Black with #CE1D9D
Text Example
Text Example
White with #CE1D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D9D; }
p { color: rgb(206,29,157); }
H1.HeaderClassName
{
color: #CE1D9D;
}
.AnyTagClassName
{
color: #CE1D9D;
}
</style>
background-color css
<style>
a { background-color: #CE1D9D; }
a { background-color: rgb(206,29,157); }
div.DivClassName
{
background-color: #CE1D9D;
}
.BgClassName
{
background-color: #CE1D9D;
}
</style>
border-color css
<style>
span { border-color: #CE1D9D; }
span { border-color: rgb(206,29,157); }
td.TdClassName
{
border-color: #CE1D9D;
}
.TagClassName
{
border-color: #CE1D9D;
}
</style>