Shades of Medium Violet Red #CE0C9B
Tints of Medium Violet Red #CE0C9B
RGB
CMYK
RGB Variations
Color information
#CE0C9B (or 0xCE0C9B) is known color: Medium Violet Red. HEX triplet: CE, 0C and 9B. RGB value is (206,12,155). Sum of RGB (Red+Green+Blue) = 206+12+155=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0C9B is #31F364. Grayscale: #555555. Windows color (decimal): -3273573 or 10161358. OLE color: 10161358.
HSL color Cylindrical-coordinate representation of color #CE0C9B: hue angle of 315.77º 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 #CE0C9B is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 155 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.19 |
| HSL | 315.77º | 0.89% | 0.43% | - |
| HSV(B) | 315.77º | 0.94% | 0.81% | - |
| XYZ | 31.5 | 15.75 | 32.39 | - |
| YUV | 86.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 155 | 0 | 0.94 | 0.25 | 0.19 | 315.77 | 0.89 | 0.43 |
| Hex | CE | C | 9B | 0 | 5E | 19 | 13 | 13C | 59 | 2B |
| Octal | 316 | 14 | 233 | 0 | 136 | 31 | 23 | 474 | 131 | 53 |
| Binary | 11001110 | 1100 | 10011011 | 0 | 1011110 | 11001 | 10011 | 100111100 | 1011001 | 101011 |
Color Harmonies of #CE0C9B
Complementary color
Monochromatic Colors of #CE0C9B
Black with #CE0C9B
Text Example
Text Example
White with #CE0C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C9B; }
p { color: rgb(206,12,155); }
H1.HeaderClassName
{
color: #CE0C9B;
}
.AnyTagClassName
{
color: #CE0C9B;
}
</style>
background-color css
<style>
a { background-color: #CE0C9B; }
a { background-color: rgb(206,12,155); }
div.DivClassName
{
background-color: #CE0C9B;
}
.BgClassName
{
background-color: #CE0C9B;
}
</style>
border-color css
<style>
span { border-color: #CE0C9B; }
span { border-color: rgb(206,12,155); }
td.TdClassName
{
border-color: #CE0C9B;
}
.TagClassName
{
border-color: #CE0C9B;
}
</style>