Shades of Medium Violet Red #CE097F
Tints of Medium Violet Red #CE097F
RGB
CMYK
RGB Variations
Color information
#CE097F (or 0xCE097F) is known color: Medium Violet Red. HEX triplet: CE, 09 and 7F. RGB value is (206,9,127). Sum of RGB (Red+Green+Blue) = 206+9+127=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE097F is #31F680. Grayscale: #515151. Windows color (decimal): -3274369 or 8325582. OLE color: 8325582.
HSL color Cylindrical-coordinate representation of color #CE097F: hue angle of 324.06º 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 #CE097F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.19 |
| HSL | 324.06º | 0.92% | 0.42% | - |
| HSV(B) | 324.06º | 0.96% | 0.81% | - |
| XYZ | 29.38 | 14.85 | 21.4 | - |
| YUV | 81.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 127 | 0 | 0.96 | 0.38 | 0.19 | 324.06 | 0.92 | 0.42 |
| Hex | CE | 9 | 7F | 0 | 60 | 26 | 13 | 144 | 5C | 2A |
| Octal | 316 | 11 | 177 | 0 | 140 | 46 | 23 | 504 | 134 | 52 |
| Binary | 11001110 | 1001 | 1111111 | 0 | 1100000 | 100110 | 10011 | 101000100 | 1011100 | 101010 |
Color Harmonies of #CE097F
Complementary color
Monochromatic Colors of #CE097F
Black with #CE097F
Text Example
Text Example
White with #CE097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE097F; }
p { color: rgb(206,9,127); }
H1.HeaderClassName
{
color: #CE097F;
}
.AnyTagClassName
{
color: #CE097F;
}
</style>
background-color css
<style>
a { background-color: #CE097F; }
a { background-color: rgb(206,9,127); }
div.DivClassName
{
background-color: #CE097F;
}
.BgClassName
{
background-color: #CE097F;
}
</style>
border-color css
<style>
span { border-color: #CE097F; }
span { border-color: rgb(206,9,127); }
td.TdClassName
{
border-color: #CE097F;
}
.TagClassName
{
border-color: #CE097F;
}
</style>