Shades of Medium Violet Red #CE099B
Tints of Medium Violet Red #CE099B
RGB
CMYK
RGB Variations
Color information
#CE099B (or 0xCE099B) is known color: Medium Violet Red. HEX triplet: CE, 09 and 9B. RGB value is (206,9,155). Sum of RGB (Red+Green+Blue) = 206+9+155=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE099B is #31F664. Grayscale: #545454. Windows color (decimal): -3274341 or 10160590. OLE color: 10160590.
HSL color Cylindrical-coordinate representation of color #CE099B: hue angle of 315.53º degrees, saturation: 0.92, 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 #CE099B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.19 |
| HSL | 315.53º | 0.92% | 0.42% | - |
| HSV(B) | 315.53º | 0.96% | 0.81% | - |
| XYZ | 31.47 | 15.68 | 32.38 | - |
| YUV | 84.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 155 | 0 | 0.96 | 0.25 | 0.19 | 315.53 | 0.92 | 0.42 |
| Hex | CE | 9 | 9B | 0 | 60 | 19 | 13 | 13C | 5C | 2A |
| Octal | 316 | 11 | 233 | 0 | 140 | 31 | 23 | 474 | 134 | 52 |
| Binary | 11001110 | 1001 | 10011011 | 0 | 1100000 | 11001 | 10011 | 100111100 | 1011100 | 101010 |
Color Harmonies of #CE099B
Complementary color
Monochromatic Colors of #CE099B
Black with #CE099B
Text Example
Text Example
White with #CE099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE099B; }
p { color: rgb(206,9,155); }
H1.HeaderClassName
{
color: #CE099B;
}
.AnyTagClassName
{
color: #CE099B;
}
</style>
background-color css
<style>
a { background-color: #CE099B; }
a { background-color: rgb(206,9,155); }
div.DivClassName
{
background-color: #CE099B;
}
.BgClassName
{
background-color: #CE099B;
}
</style>
border-color css
<style>
span { border-color: #CE099B; }
span { border-color: rgb(206,9,155); }
td.TdClassName
{
border-color: #CE099B;
}
.TagClassName
{
border-color: #CE099B;
}
</style>