Shades of Medium Violet Red #CE269F
Tints of Medium Violet Red #CE269F
RGB
CMYK
RGB Variations
Color information
#CE269F (or 0xCE269F) is known color: Medium Violet Red. HEX triplet: CE, 26 and 9F. RGB value is (206,38,159). Sum of RGB (Red+Green+Blue) = 206+38+159=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE269F is #31D960. Grayscale: #656565. Windows color (decimal): -3266913 or 10430158. OLE color: 10430158.
HSL color Cylindrical-coordinate representation of color #CE269F: hue angle of 316.79º 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 #CE269F is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 159 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.19 |
| HSL | 316.79º | 0.69% | 0.48% | - |
| HSV(B) | 316.79º | 0.82% | 0.81% | - |
| XYZ | 32.4 | 17.01 | 34.38 | - |
| YUV | 102.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 159 | 0 | 0.82 | 0.23 | 0.19 | 316.79 | 0.69 | 0.48 |
| Hex | CE | 26 | 9F | 0 | 52 | 17 | 13 | 13D | 45 | 30 |
| Octal | 316 | 46 | 237 | 0 | 122 | 27 | 23 | 475 | 105 | 60 |
| Binary | 11001110 | 100110 | 10011111 | 0 | 1010010 | 10111 | 10011 | 100111101 | 1000101 | 110000 |
Color Harmonies of #CE269F
Complementary color
Monochromatic Colors of #CE269F
Black with #CE269F
Text Example
Text Example
White with #CE269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE269F; }
p { color: rgb(206,38,159); }
H1.HeaderClassName
{
color: #CE269F;
}
.AnyTagClassName
{
color: #CE269F;
}
</style>
background-color css
<style>
a { background-color: #CE269F; }
a { background-color: rgb(206,38,159); }
div.DivClassName
{
background-color: #CE269F;
}
.BgClassName
{
background-color: #CE269F;
}
</style>
border-color css
<style>
span { border-color: #CE269F; }
span { border-color: rgb(206,38,159); }
td.TdClassName
{
border-color: #CE269F;
}
.TagClassName
{
border-color: #CE269F;
}
</style>