Shades of Medium Violet Red #CE0C8B
Tints of Medium Violet Red #CE0C8B
RGB
CMYK
RGB Variations
Color information
#CE0C8B (or 0xCE0C8B) is known color: Medium Violet Red. HEX triplet: CE, 0C and 8B. RGB value is (206,12,139). Sum of RGB (Red+Green+Blue) = 206+12+139=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0C8B is #31F374. Grayscale: #545454. Windows color (decimal): -3273589 or 9112782. OLE color: 9112782.
HSL color Cylindrical-coordinate representation of color #CE0C8B: hue angle of 320.72º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C8B is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 139 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.19 |
| HSL | 320.72º | 0.89% | 0.43% | - |
| HSV(B) | 320.72º | 0.94% | 0.81% | - |
| XYZ | 30.25 | 15.25 | 25.78 | - |
| YUV | 84.48 | 158.77 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 139 | 0 | 0.94 | 0.33 | 0.19 | 320.72 | 0.89 | 0.43 |
| Hex | CE | C | 8B | 0 | 5E | 21 | 13 | 141 | 59 | 2B |
| Octal | 316 | 14 | 213 | 0 | 136 | 41 | 23 | 501 | 131 | 53 |
| Binary | 11001110 | 1100 | 10001011 | 0 | 1011110 | 100001 | 10011 | 101000001 | 1011001 | 101011 |
Color Harmonies of #CE0C8B
Complementary color
Monochromatic Colors of #CE0C8B
Black with #CE0C8B
Text Example
Text Example
White with #CE0C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C8B; }
p { color: rgb(206,12,139); }
H1.HeaderClassName
{
color: #CE0C8B;
}
.AnyTagClassName
{
color: #CE0C8B;
}
</style>
background-color css
<style>
a { background-color: #CE0C8B; }
a { background-color: rgb(206,12,139); }
div.DivClassName
{
background-color: #CE0C8B;
}
.BgClassName
{
background-color: #CE0C8B;
}
</style>
border-color css
<style>
span { border-color: #CE0C8B; }
span { border-color: rgb(206,12,139); }
td.TdClassName
{
border-color: #CE0C8B;
}
.TagClassName
{
border-color: #CE0C8B;
}
</style>