Shades of Medium Violet Red #CE097E
Tints of Medium Violet Red #CE097E
RGB
CMYK
RGB Variations
Color information
#CE097E (or 0xCE097E) is known color: Medium Violet Red. HEX triplet: CE, 09 and 7E. RGB value is (206,9,126). Sum of RGB (Red+Green+Blue) = 206+9+126=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE097E is #31F681. Grayscale: #505050. Windows color (decimal): -3274370 or 8260046. OLE color: 8260046.
HSL color Cylindrical-coordinate representation of color #CE097E: hue angle of 324.37º 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 #CE097E is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.19 |
| HSL | 324.37º | 0.92% | 0.42% | - |
| HSV(B) | 324.37º | 0.96% | 0.81% | - |
| XYZ | 29.32 | 14.82 | 21.05 | - |
| YUV | 81.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 126 | 0 | 0.96 | 0.39 | 0.19 | 324.37 | 0.92 | 0.42 |
| Hex | CE | 9 | 7E | 0 | 60 | 27 | 13 | 144 | 5C | 2A |
| Octal | 316 | 11 | 176 | 0 | 140 | 47 | 23 | 504 | 134 | 52 |
| Binary | 11001110 | 1001 | 1111110 | 0 | 1100000 | 100111 | 10011 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CE097E
Complementary color
Monochromatic Colors of #CE097E
Black with #CE097E
Text Example
Text Example
White with #CE097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE097E; }
p { color: rgb(206,9,126); }
H1.HeaderClassName
{
color: #CE097E;
}
.AnyTagClassName
{
color: #CE097E;
}
</style>
background-color css
<style>
a { background-color: #CE097E; }
a { background-color: rgb(206,9,126); }
div.DivClassName
{
background-color: #CE097E;
}
.BgClassName
{
background-color: #CE097E;
}
</style>
border-color css
<style>
span { border-color: #CE097E; }
span { border-color: rgb(206,9,126); }
td.TdClassName
{
border-color: #CE097E;
}
.TagClassName
{
border-color: #CE097E;
}
</style>