Shades of Medium Violet Red #CE09A8
Tints of Medium Violet Red #CE09A8
RGB
CMYK
RGB Variations
Color information
#CE09A8 (or 0xCE09A8) is known color: Medium Violet Red. HEX triplet: CE, 09 and A8. RGB value is (206,9,168). Sum of RGB (Red+Green+Blue) = 206+9+168=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09A8 is #31F657. Grayscale: #555555. Windows color (decimal): -3274328 or 11012558. OLE color: 11012558.
HSL color Cylindrical-coordinate representation of color #CE09A8: hue angle of 311.57º 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 #CE09A8 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 168 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.19 |
| HSL | 311.57º | 0.92% | 0.42% | - |
| HSV(B) | 311.57º | 0.96% | 0.81% | - |
| XYZ | 32.62 | 16.14 | 38.44 | - |
| YUV | 86.03 | 174.27 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 168 | 0 | 0.96 | 0.18 | 0.19 | 311.57 | 0.92 | 0.42 |
| Hex | CE | 9 | A8 | 0 | 60 | 12 | 13 | 138 | 5C | 2A |
| Octal | 316 | 11 | 250 | 0 | 140 | 22 | 23 | 470 | 134 | 52 |
| Binary | 11001110 | 1001 | 10101000 | 0 | 1100000 | 10010 | 10011 | 100111000 | 1011100 | 101010 |
Color Harmonies of #CE09A8
Complementary color
Monochromatic Colors of #CE09A8
Black with #CE09A8
Text Example
Text Example
White with #CE09A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09A8; }
p { color: rgb(206,9,168); }
H1.HeaderClassName
{
color: #CE09A8;
}
.AnyTagClassName
{
color: #CE09A8;
}
</style>
background-color css
<style>
a { background-color: #CE09A8; }
a { background-color: rgb(206,9,168); }
div.DivClassName
{
background-color: #CE09A8;
}
.BgClassName
{
background-color: #CE09A8;
}
</style>
border-color css
<style>
span { border-color: #CE09A8; }
span { border-color: rgb(206,9,168); }
td.TdClassName
{
border-color: #CE09A8;
}
.TagClassName
{
border-color: #CE09A8;
}
</style>