Shades of Medium Violet Red #CE128B
Tints of Medium Violet Red #CE128B
RGB
CMYK
RGB Variations
Color information
#CE128B (or 0xCE128B) is known color: Medium Violet Red. HEX triplet: CE, 12 and 8B. RGB value is (206,18,139). Sum of RGB (Red+Green+Blue) = 206+18+139=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE128B is #31ED74. Grayscale: #575757. Windows color (decimal): -3272053 or 9114318. OLE color: 9114318.
HSL color Cylindrical-coordinate representation of color #CE128B: hue angle of 321.38º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE128B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.19 |
| HSL | 321.38º | 0.84% | 0.44% | - |
| HSV(B) | 321.38º | 0.91% | 0.81% | - |
| XYZ | 30.33 | 15.42 | 25.8 | - |
| YUV | 88.01 | 156.78 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 139 | 0 | 0.91 | 0.33 | 0.19 | 321.38 | 0.84 | 0.44 |
| Hex | CE | 12 | 8B | 0 | 5B | 21 | 13 | 141 | 54 | 2C |
| Octal | 316 | 22 | 213 | 0 | 133 | 41 | 23 | 501 | 124 | 54 |
| Binary | 11001110 | 10010 | 10001011 | 0 | 1011011 | 100001 | 10011 | 101000001 | 1010100 | 101100 |
Color Harmonies of #CE128B
Complementary color
Monochromatic Colors of #CE128B
Black with #CE128B
Text Example
Text Example
White with #CE128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE128B; }
p { color: rgb(206,18,139); }
H1.HeaderClassName
{
color: #CE128B;
}
.AnyTagClassName
{
color: #CE128B;
}
</style>
background-color css
<style>
a { background-color: #CE128B; }
a { background-color: rgb(206,18,139); }
div.DivClassName
{
background-color: #CE128B;
}
.BgClassName
{
background-color: #CE128B;
}
</style>
border-color css
<style>
span { border-color: #CE128B; }
span { border-color: rgb(206,18,139); }
td.TdClassName
{
border-color: #CE128B;
}
.TagClassName
{
border-color: #CE128B;
}
</style>