Shades of Medium Violet Red #CE0881
Tints of Medium Violet Red #CE0881
RGB
CMYK
RGB Variations
Color information
#CE0881 (or 0xCE0881) is known color: Medium Violet Red. HEX triplet: CE, 08 and 81. RGB value is (206,8,129). Sum of RGB (Red+Green+Blue) = 206+8+129=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0881 is #31F77E. Grayscale: #505050. Windows color (decimal): -3274623 or 8456398. OLE color: 8456398.
HSL color Cylindrical-coordinate representation of color #CE0881: hue angle of 323.33º 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 #CE0881 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.19 |
| HSL | 323.33º | 0.93% | 0.42% | - |
| HSV(B) | 323.33º | 0.96% | 0.81% | - |
| XYZ | 29.5 | 14.88 | 22.09 | - |
| YUV | 81 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 129 | 0 | 0.96 | 0.37 | 0.19 | 323.33 | 0.93 | 0.42 |
| Hex | CE | 8 | 81 | 0 | 60 | 25 | 13 | 143 | 5D | 2A |
| Octal | 316 | 10 | 201 | 0 | 140 | 45 | 23 | 503 | 135 | 52 |
| Binary | 11001110 | 1000 | 10000001 | 0 | 1100000 | 100101 | 10011 | 101000011 | 1011101 | 101010 |
Color Harmonies of #CE0881
Complementary color
Monochromatic Colors of #CE0881
Black with #CE0881
Text Example
Text Example
White with #CE0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0881; }
p { color: rgb(206,8,129); }
H1.HeaderClassName
{
color: #CE0881;
}
.AnyTagClassName
{
color: #CE0881;
}
</style>
background-color css
<style>
a { background-color: #CE0881; }
a { background-color: rgb(206,8,129); }
div.DivClassName
{
background-color: #CE0881;
}
.BgClassName
{
background-color: #CE0881;
}
</style>
border-color css
<style>
span { border-color: #CE0881; }
span { border-color: rgb(206,8,129); }
td.TdClassName
{
border-color: #CE0881;
}
.TagClassName
{
border-color: #CE0881;
}
</style>