Shades of Medium Violet Red #CE146F
Tints of Medium Violet Red #CE146F
RGB
CMYK
RGB Variations
Color information
#CE146F (or 0xCE146F) is known color: Medium Violet Red. HEX triplet: CE, 14 and 6F. RGB value is (206,20,111). Sum of RGB (Red+Green+Blue) = 206+20+111=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE146F is #31EB90. Grayscale: #555555. Windows color (decimal): -3271569 or 7279822. OLE color: 7279822.
HSL color Cylindrical-coordinate representation of color #CE146F: hue angle of 330.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE146F is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 111 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.19 |
| HSL | 330.65º | 0.82% | 0.44% | - |
| HSV(B) | 330.65º | 0.9% | 0.81% | - |
| XYZ | 28.57 | 14.77 | 16.38 | - |
| YUV | 85.99 | 142.12 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 111 | 0 | 0.90 | 0.46 | 0.19 | 330.65 | 0.82 | 0.44 |
| Hex | CE | 14 | 6F | 0 | 5A | 2E | 13 | 14B | 52 | 2C |
| Octal | 316 | 24 | 157 | 0 | 132 | 56 | 23 | 513 | 122 | 54 |
| Binary | 11001110 | 10100 | 1101111 | 0 | 1011010 | 101110 | 10011 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CE146F
Complementary color
Monochromatic Colors of #CE146F
Black with #CE146F
Text Example
Text Example
White with #CE146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE146F; }
p { color: rgb(206,20,111); }
H1.HeaderClassName
{
color: #CE146F;
}
.AnyTagClassName
{
color: #CE146F;
}
</style>
background-color css
<style>
a { background-color: #CE146F; }
a { background-color: rgb(206,20,111); }
div.DivClassName
{
background-color: #CE146F;
}
.BgClassName
{
background-color: #CE146F;
}
</style>
border-color css
<style>
span { border-color: #CE146F; }
span { border-color: rgb(206,20,111); }
td.TdClassName
{
border-color: #CE146F;
}
.TagClassName
{
border-color: #CE146F;
}
</style>