Shades of Medium Violet Red #CE087A
Tints of Medium Violet Red #CE087A
RGB
CMYK
RGB Variations
Color information
#CE087A (or 0xCE087A) is known color: Medium Violet Red. HEX triplet: CE, 08 and 7A. RGB value is (206,8,122). Sum of RGB (Red+Green+Blue) = 206+8+122=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE087A is #31F785. Grayscale: #4F4F4F. Windows color (decimal): -3274630 or 7997646. OLE color: 7997646.
HSL color Cylindrical-coordinate representation of color #CE087A: hue angle of 325.45º 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 #CE087A is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.19 |
| HSL | 325.45º | 0.93% | 0.42% | - |
| HSV(B) | 325.45º | 0.96% | 0.81% | - |
| XYZ | 29.05 | 14.7 | 19.72 | - |
| YUV | 80.2 | 151.6 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 122 | 0 | 0.96 | 0.41 | 0.19 | 325.45 | 0.93 | 0.42 |
| Hex | CE | 8 | 7A | 0 | 60 | 29 | 13 | 145 | 5D | 2A |
| Octal | 316 | 10 | 172 | 0 | 140 | 51 | 23 | 505 | 135 | 52 |
| Binary | 11001110 | 1000 | 1111010 | 0 | 1100000 | 101001 | 10011 | 101000101 | 1011101 | 101010 |
Color Harmonies of #CE087A
Complementary color
Monochromatic Colors of #CE087A
Black with #CE087A
Text Example
Text Example
White with #CE087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE087A; }
p { color: rgb(206,8,122); }
H1.HeaderClassName
{
color: #CE087A;
}
.AnyTagClassName
{
color: #CE087A;
}
</style>
background-color css
<style>
a { background-color: #CE087A; }
a { background-color: rgb(206,8,122); }
div.DivClassName
{
background-color: #CE087A;
}
.BgClassName
{
background-color: #CE087A;
}
</style>
border-color css
<style>
span { border-color: #CE087A; }
span { border-color: rgb(206,8,122); }
td.TdClassName
{
border-color: #CE087A;
}
.TagClassName
{
border-color: #CE087A;
}
</style>