Shades of Medium Violet Red #CE268E
Tints of Medium Violet Red #CE268E
RGB
CMYK
RGB Variations
Color information
#CE268E (or 0xCE268E) is known color: Medium Violet Red. HEX triplet: CE, 26 and 8E. RGB value is (206,38,142). Sum of RGB (Red+Green+Blue) = 206+38+142=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE268E is #31D971. Grayscale: #636363. Windows color (decimal): -3266930 or 9316046. OLE color: 9316046.
HSL color Cylindrical-coordinate representation of color #CE268E: hue angle of 322.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE268E is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 142 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.19 |
| HSL | 322.86º | 0.69% | 0.48% | - |
| HSV(B) | 322.86º | 0.82% | 0.81% | - |
| XYZ | 31.03 | 16.46 | 27.13 | - |
| YUV | 100.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 142 | 0 | 0.82 | 0.31 | 0.19 | 322.86 | 0.69 | 0.48 |
| Hex | CE | 26 | 8E | 0 | 52 | 1F | 13 | 143 | 45 | 30 |
| Octal | 316 | 46 | 216 | 0 | 122 | 37 | 23 | 503 | 105 | 60 |
| Binary | 11001110 | 100110 | 10001110 | 0 | 1010010 | 11111 | 10011 | 101000011 | 1000101 | 110000 |
Color Harmonies of #CE268E
Complementary color
Monochromatic Colors of #CE268E
Black with #CE268E
Text Example
Text Example
White with #CE268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE268E; }
p { color: rgb(206,38,142); }
H1.HeaderClassName
{
color: #CE268E;
}
.AnyTagClassName
{
color: #CE268E;
}
</style>
background-color css
<style>
a { background-color: #CE268E; }
a { background-color: rgb(206,38,142); }
div.DivClassName
{
background-color: #CE268E;
}
.BgClassName
{
background-color: #CE268E;
}
</style>
border-color css
<style>
span { border-color: #CE268E; }
span { border-color: rgb(206,38,142); }
td.TdClassName
{
border-color: #CE268E;
}
.TagClassName
{
border-color: #CE268E;
}
</style>