Shades of Medium Violet Red #CE097A
Tints of Medium Violet Red #CE097A
RGB
CMYK
RGB Variations
Color information
#CE097A (or 0xCE097A) is known color: Medium Violet Red. HEX triplet: CE, 09 and 7A. RGB value is (206,9,122). Sum of RGB (Red+Green+Blue) = 206+9+122=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE097A is #31F685. Grayscale: #505050. Windows color (decimal): -3274374 or 7997902. OLE color: 7997902.
HSL color Cylindrical-coordinate representation of color #CE097A: hue angle of 325.58º 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 #CE097A is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.19 |
| HSL | 325.58º | 0.92% | 0.42% | - |
| HSV(B) | 325.58º | 0.96% | 0.81% | - |
| XYZ | 29.06 | 14.72 | 19.72 | - |
| YUV | 80.79 | 151.27 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 122 | 0 | 0.96 | 0.41 | 0.19 | 325.58 | 0.92 | 0.42 |
| Hex | CE | 9 | 7A | 0 | 60 | 29 | 13 | 146 | 5C | 2A |
| Octal | 316 | 11 | 172 | 0 | 140 | 51 | 23 | 506 | 134 | 52 |
| Binary | 11001110 | 1001 | 1111010 | 0 | 1100000 | 101001 | 10011 | 101000110 | 1011100 | 101010 |
Color Harmonies of #CE097A
Complementary color
Monochromatic Colors of #CE097A
Black with #CE097A
Text Example
Text Example
White with #CE097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE097A; }
p { color: rgb(206,9,122); }
H1.HeaderClassName
{
color: #CE097A;
}
.AnyTagClassName
{
color: #CE097A;
}
</style>
background-color css
<style>
a { background-color: #CE097A; }
a { background-color: rgb(206,9,122); }
div.DivClassName
{
background-color: #CE097A;
}
.BgClassName
{
background-color: #CE097A;
}
</style>
border-color css
<style>
span { border-color: #CE097A; }
span { border-color: rgb(206,9,122); }
td.TdClassName
{
border-color: #CE097A;
}
.TagClassName
{
border-color: #CE097A;
}
</style>