Shades of Medium Violet Red #CE0884
Tints of Medium Violet Red #CE0884
RGB
CMYK
RGB Variations
Color information
#CE0884 (or 0xCE0884) is known color: Medium Violet Red. HEX triplet: CE, 08 and 84. RGB value is (206,8,132). Sum of RGB (Red+Green+Blue) = 206+8+132=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0884 is #31F77B. Grayscale: #515151. Windows color (decimal): -3274620 or 8653006. OLE color: 8653006.
HSL color Cylindrical-coordinate representation of color #CE0884: hue angle of 322.42º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0884 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.19 |
| HSL | 322.42º | 0.93% | 0.42% | - |
| HSV(B) | 322.42º | 0.96% | 0.81% | - |
| XYZ | 29.71 | 14.96 | 23.15 | - |
| YUV | 81.34 | 156.6 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 132 | 0 | 0.96 | 0.36 | 0.19 | 322.42 | 0.93 | 0.42 |
| Hex | CE | 8 | 84 | 0 | 60 | 24 | 13 | 142 | 5D | 2A |
| Octal | 316 | 10 | 204 | 0 | 140 | 44 | 23 | 502 | 135 | 52 |
| Binary | 11001110 | 1000 | 10000100 | 0 | 1100000 | 100100 | 10011 | 101000010 | 1011101 | 101010 |
Color Harmonies of #CE0884
Complementary color
Monochromatic Colors of #CE0884
Black with #CE0884
Text Example
Text Example
White with #CE0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0884; }
p { color: rgb(206,8,132); }
H1.HeaderClassName
{
color: #CE0884;
}
.AnyTagClassName
{
color: #CE0884;
}
</style>
background-color css
<style>
a { background-color: #CE0884; }
a { background-color: rgb(206,8,132); }
div.DivClassName
{
background-color: #CE0884;
}
.BgClassName
{
background-color: #CE0884;
}
</style>
border-color css
<style>
span { border-color: #CE0884; }
span { border-color: rgb(206,8,132); }
td.TdClassName
{
border-color: #CE0884;
}
.TagClassName
{
border-color: #CE0884;
}
</style>