Shades of Medium Violet Red #CE009B
Tints of Medium Violet Red #CE009B
RGB
CMYK
RGB Variations
Color information
#CE009B (or 0xCE009B) is known color: Medium Violet Red. HEX triplet: CE, 00 and 9B. RGB value is (206,0,155). Sum of RGB (Red+Green+Blue) = 206+0+155=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE009B is #31FF64. Grayscale: #4E4E4E. Windows color (decimal): -3276645 or 10158286. OLE color: 10158286.
HSL color Cylindrical-coordinate representation of color #CE009B: hue angle of 314.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE009B is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.25 | 0.19 |
| HSL | 314.85º | 1% | 0.4% | - |
| HSV(B) | 314.85º | 1% | 0.81% | - |
| XYZ | 31.37 | 15.49 | 32.35 | - |
| YUV | 79.26 | 170.75 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 155 | 0 | 1 | 0.25 | 0.19 | 314.85 | 1 | 0.4 |
| Hex | CE | 0 | 9B | 0 | 64 | 19 | 13 | 13B | 64 | 28 |
| Octal | 316 | 0 | 233 | 0 | 144 | 31 | 23 | 473 | 144 | 50 |
| Binary | 11001110 | 0 | 10011011 | 0 | 1100100 | 11001 | 10011 | 100111011 | 1100100 | 101000 |
Color Harmonies of #CE009B
Complementary color
Monochromatic Colors of #CE009B
Black with #CE009B
Text Example
Text Example
White with #CE009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE009B; }
p { color: rgb(206,0,155); }
H1.HeaderClassName
{
color: #CE009B;
}
.AnyTagClassName
{
color: #CE009B;
}
</style>
background-color css
<style>
a { background-color: #CE009B; }
a { background-color: rgb(206,0,155); }
div.DivClassName
{
background-color: #CE009B;
}
.BgClassName
{
background-color: #CE009B;
}
</style>
border-color css
<style>
span { border-color: #CE009B; }
span { border-color: rgb(206,0,155); }
td.TdClassName
{
border-color: #CE009B;
}
.TagClassName
{
border-color: #CE009B;
}
</style>