Shades of Medium Violet Red #CE258E
Tints of Medium Violet Red #CE258E
RGB
CMYK
RGB Variations
Color information
#CE258E (or 0xCE258E) is known color: Medium Violet Red. HEX triplet: CE, 25 and 8E. RGB value is (206,37,142). Sum of RGB (Red+Green+Blue) = 206+37+142=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE258E is #31DA71. Grayscale: #636363. Windows color (decimal): -3267186 or 9315790. OLE color: 9315790.
HSL color Cylindrical-coordinate representation of color #CE258E: hue angle of 322.72º degrees, saturation: 0.7, 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 #CE258E is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 142 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.19 |
| HSL | 322.72º | 0.7% | 0.48% | - |
| HSV(B) | 322.72º | 0.82% | 0.81% | - |
| XYZ | 31 | 16.4 | 27.12 | - |
| YUV | 99.5 | 151.99 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 142 | 0 | 0.82 | 0.31 | 0.19 | 322.72 | 0.7 | 0.48 |
| Hex | CE | 25 | 8E | 0 | 52 | 1F | 13 | 143 | 46 | 30 |
| Octal | 316 | 45 | 216 | 0 | 122 | 37 | 23 | 503 | 106 | 60 |
| Binary | 11001110 | 100101 | 10001110 | 0 | 1010010 | 11111 | 10011 | 101000011 | 1000110 | 110000 |
Color Harmonies of #CE258E
Complementary color
Monochromatic Colors of #CE258E
Black with #CE258E
Text Example
Text Example
White with #CE258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE258E; }
p { color: rgb(206,37,142); }
H1.HeaderClassName
{
color: #CE258E;
}
.AnyTagClassName
{
color: #CE258E;
}
</style>
background-color css
<style>
a { background-color: #CE258E; }
a { background-color: rgb(206,37,142); }
div.DivClassName
{
background-color: #CE258E;
}
.BgClassName
{
background-color: #CE258E;
}
</style>
border-color css
<style>
span { border-color: #CE258E; }
span { border-color: rgb(206,37,142); }
td.TdClassName
{
border-color: #CE258E;
}
.TagClassName
{
border-color: #CE258E;
}
</style>