Shades of Medium Violet Red #CE147B
Tints of Medium Violet Red #CE147B
RGB
CMYK
RGB Variations
Color information
#CE147B (or 0xCE147B) is known color: Medium Violet Red. HEX triplet: CE, 14 and 7B. RGB value is (206,20,123). Sum of RGB (Red+Green+Blue) = 206+20+123=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE147B is #31EB84. Grayscale: #575757. Windows color (decimal): -3271557 or 8066254. OLE color: 8066254.
HSL color Cylindrical-coordinate representation of color #CE147B: hue angle of 326.77º 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 #CE147B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.19 |
| HSL | 326.77º | 0.82% | 0.44% | - |
| HSV(B) | 326.77º | 0.9% | 0.81% | - |
| XYZ | 29.28 | 15.05 | 20.1 | - |
| YUV | 87.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 123 | 0 | 0.90 | 0.40 | 0.19 | 326.77 | 0.82 | 0.44 |
| Hex | CE | 14 | 7B | 0 | 5A | 28 | 13 | 147 | 52 | 2C |
| Octal | 316 | 24 | 173 | 0 | 132 | 50 | 23 | 507 | 122 | 54 |
| Binary | 11001110 | 10100 | 1111011 | 0 | 1011010 | 101000 | 10011 | 101000111 | 1010010 | 101100 |
Color Harmonies of #CE147B
Complementary color
Monochromatic Colors of #CE147B
Black with #CE147B
Text Example
Text Example
White with #CE147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE147B; }
p { color: rgb(206,20,123); }
H1.HeaderClassName
{
color: #CE147B;
}
.AnyTagClassName
{
color: #CE147B;
}
</style>
background-color css
<style>
a { background-color: #CE147B; }
a { background-color: rgb(206,20,123); }
div.DivClassName
{
background-color: #CE147B;
}
.BgClassName
{
background-color: #CE147B;
}
</style>
border-color css
<style>
span { border-color: #CE147B; }
span { border-color: rgb(206,20,123); }
td.TdClassName
{
border-color: #CE147B;
}
.TagClassName
{
border-color: #CE147B;
}
</style>