Shades of Medium Violet Red #CE099C
Tints of Medium Violet Red #CE099C
RGB
CMYK
RGB Variations
Color information
#CE099C (or 0xCE099C) is known color: Medium Violet Red. HEX triplet: CE, 09 and 9C. RGB value is (206,9,156). Sum of RGB (Red+Green+Blue) = 206+9+156=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE099C is #31F663. Grayscale: #545454. Windows color (decimal): -3274340 or 10226126. OLE color: 10226126.
HSL color Cylindrical-coordinate representation of color #CE099C: hue angle of 315.23º 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 #CE099C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.19 |
| HSL | 315.23º | 0.92% | 0.42% | - |
| HSV(B) | 315.23º | 0.96% | 0.81% | - |
| XYZ | 31.55 | 15.72 | 32.82 | - |
| YUV | 84.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 156 | 0 | 0.96 | 0.24 | 0.19 | 315.23 | 0.92 | 0.42 |
| Hex | CE | 9 | 9C | 0 | 60 | 18 | 13 | 13B | 5C | 2A |
| Octal | 316 | 11 | 234 | 0 | 140 | 30 | 23 | 473 | 134 | 52 |
| Binary | 11001110 | 1001 | 10011100 | 0 | 1100000 | 11000 | 10011 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CE099C
Complementary color
Monochromatic Colors of #CE099C
Black with #CE099C
Text Example
Text Example
White with #CE099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE099C; }
p { color: rgb(206,9,156); }
H1.HeaderClassName
{
color: #CE099C;
}
.AnyTagClassName
{
color: #CE099C;
}
</style>
background-color css
<style>
a { background-color: #CE099C; }
a { background-color: rgb(206,9,156); }
div.DivClassName
{
background-color: #CE099C;
}
.BgClassName
{
background-color: #CE099C;
}
</style>
border-color css
<style>
span { border-color: #CE099C; }
span { border-color: rgb(206,9,156); }
td.TdClassName
{
border-color: #CE099C;
}
.TagClassName
{
border-color: #CE099C;
}
</style>