Shades of Medium Violet Red #CE097D
Tints of Medium Violet Red #CE097D
RGB
CMYK
RGB Variations
Color information
#CE097D (or 0xCE097D) is known color: Medium Violet Red. HEX triplet: CE, 09 and 7D. RGB value is (206,9,125). Sum of RGB (Red+Green+Blue) = 206+9+125=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE097D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE097D is #31F682. Grayscale: #505050. Windows color (decimal): -3274371 or 8194510. OLE color: 8194510.
HSL color Cylindrical-coordinate representation of color #CE097D: hue angle of 324.67º 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 #CE097D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.19 |
| HSL | 324.67º | 0.92% | 0.42% | - |
| HSV(B) | 324.67º | 0.96% | 0.81% | - |
| XYZ | 29.25 | 14.8 | 20.72 | - |
| YUV | 81.13 | 152.77 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 125 | 0 | 0.96 | 0.39 | 0.19 | 324.67 | 0.92 | 0.42 |
| Hex | CE | 9 | 7D | 0 | 60 | 27 | 13 | 145 | 5C | 2A |
| Octal | 316 | 11 | 175 | 0 | 140 | 47 | 23 | 505 | 134 | 52 |
| Binary | 11001110 | 1001 | 1111101 | 0 | 1100000 | 100111 | 10011 | 101000101 | 1011100 | 101010 |
Color Harmonies of #CE097D
Complementary color
Monochromatic Colors of #CE097D
Black with #CE097D
Text Example
Text Example
White with #CE097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE097D; }
p { color: rgb(206,9,125); }
H1.HeaderClassName
{
color: #CE097D;
}
.AnyTagClassName
{
color: #CE097D;
}
</style>
background-color css
<style>
a { background-color: #CE097D; }
a { background-color: rgb(206,9,125); }
div.DivClassName
{
background-color: #CE097D;
}
.BgClassName
{
background-color: #CE097D;
}
</style>
border-color css
<style>
span { border-color: #CE097D; }
span { border-color: rgb(206,9,125); }
td.TdClassName
{
border-color: #CE097D;
}
.TagClassName
{
border-color: #CE097D;
}
</style>