Shades of Medium Violet Red #CE0A8C
Tints of Medium Violet Red #CE0A8C
RGB
CMYK
RGB Variations
Color information
#CE0A8C (or 0xCE0A8C) is known color: Medium Violet Red. HEX triplet: CE, 0A and 8C. RGB value is (206,10,140). Sum of RGB (Red+Green+Blue) = 206+10+140=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A8C is #31F573. Grayscale: #535353. Windows color (decimal): -3274100 or 9177806. OLE color: 9177806.
HSL color Cylindrical-coordinate representation of color #CE0A8C: hue angle of 320.2º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A8C is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 140 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.19 |
| HSL | 320.2º | 0.91% | 0.42% | - |
| HSV(B) | 320.2º | 0.95% | 0.81% | - |
| XYZ | 30.3 | 15.23 | 26.15 | - |
| YUV | 83.42 | 159.93 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 140 | 0 | 0.95 | 0.32 | 0.19 | 320.2 | 0.91 | 0.42 |
| Hex | CE | A | 8C | 0 | 5F | 20 | 13 | 140 | 5B | 2A |
| Octal | 316 | 12 | 214 | 0 | 137 | 40 | 23 | 500 | 133 | 52 |
| Binary | 11001110 | 1010 | 10001100 | 0 | 1011111 | 100000 | 10011 | 101000000 | 1011011 | 101010 |
Color Harmonies of #CE0A8C
Complementary color
Monochromatic Colors of #CE0A8C
Black with #CE0A8C
Text Example
Text Example
White with #CE0A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A8C; }
p { color: rgb(206,10,140); }
H1.HeaderClassName
{
color: #CE0A8C;
}
.AnyTagClassName
{
color: #CE0A8C;
}
</style>
background-color css
<style>
a { background-color: #CE0A8C; }
a { background-color: rgb(206,10,140); }
div.DivClassName
{
background-color: #CE0A8C;
}
.BgClassName
{
background-color: #CE0A8C;
}
</style>
border-color css
<style>
span { border-color: #CE0A8C; }
span { border-color: rgb(206,10,140); }
td.TdClassName
{
border-color: #CE0A8C;
}
.TagClassName
{
border-color: #CE0A8C;
}
</style>