Shades of Medium Violet Red #CE2696
Tints of Medium Violet Red #CE2696
RGB
CMYK
RGB Variations
Color information
#CE2696 (or 0xCE2696) is known color: Medium Violet Red. HEX triplet: CE, 26 and 96. RGB value is (206,38,150). Sum of RGB (Red+Green+Blue) = 206+38+150=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2696 is #31D969. Grayscale: #646464. Windows color (decimal): -3266922 or 9840334. OLE color: 9840334.
HSL color Cylindrical-coordinate representation of color #CE2696: hue angle of 320º 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 #CE2696 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 150 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.19 |
| HSL | 320º | 0.69% | 0.48% | - |
| HSV(B) | 320º | 0.82% | 0.81% | - |
| XYZ | 31.65 | 16.71 | 30.41 | - |
| YUV | 101 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 150 | 0 | 0.82 | 0.27 | 0.19 | 320 | 0.69 | 0.48 |
| Hex | CE | 26 | 96 | 0 | 52 | 1B | 13 | 140 | 45 | 30 |
| Octal | 316 | 46 | 226 | 0 | 122 | 33 | 23 | 500 | 105 | 60 |
| Binary | 11001110 | 100110 | 10010110 | 0 | 1010010 | 11011 | 10011 | 101000000 | 1000101 | 110000 |
Color Harmonies of #CE2696
Complementary color
Monochromatic Colors of #CE2696
Black with #CE2696
Text Example
Text Example
White with #CE2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2696; }
p { color: rgb(206,38,150); }
H1.HeaderClassName
{
color: #CE2696;
}
.AnyTagClassName
{
color: #CE2696;
}
</style>
background-color css
<style>
a { background-color: #CE2696; }
a { background-color: rgb(206,38,150); }
div.DivClassName
{
background-color: #CE2696;
}
.BgClassName
{
background-color: #CE2696;
}
</style>
border-color css
<style>
span { border-color: #CE2696; }
span { border-color: rgb(206,38,150); }
td.TdClassName
{
border-color: #CE2696;
}
.TagClassName
{
border-color: #CE2696;
}
</style>