Shades of Medium Violet Red #CE127B
Tints of Medium Violet Red #CE127B
RGB
CMYK
RGB Variations
Color information
#CE127B (or 0xCE127B) is known color: Medium Violet Red. HEX triplet: CE, 12 and 7B. RGB value is (206,18,123). Sum of RGB (Red+Green+Blue) = 206+18+123=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE127B is #31ED84. Grayscale: #555555. Windows color (decimal): -3272069 or 8065742. OLE color: 8065742.
HSL color Cylindrical-coordinate representation of color #CE127B: hue angle of 326.49º 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 #CE127B is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 123 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.19 |
| HSL | 326.49º | 0.84% | 0.44% | - |
| HSV(B) | 326.49º | 0.91% | 0.81% | - |
| XYZ | 29.25 | 14.98 | 20.09 | - |
| YUV | 86.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 123 | 0 | 0.91 | 0.40 | 0.19 | 326.49 | 0.84 | 0.44 |
| Hex | CE | 12 | 7B | 0 | 5B | 28 | 13 | 146 | 54 | 2C |
| Octal | 316 | 22 | 173 | 0 | 133 | 50 | 23 | 506 | 124 | 54 |
| Binary | 11001110 | 10010 | 1111011 | 0 | 1011011 | 101000 | 10011 | 101000110 | 1010100 | 101100 |
Color Harmonies of #CE127B
Complementary color
Monochromatic Colors of #CE127B
Black with #CE127B
Text Example
Text Example
White with #CE127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE127B; }
p { color: rgb(206,18,123); }
H1.HeaderClassName
{
color: #CE127B;
}
.AnyTagClassName
{
color: #CE127B;
}
</style>
background-color css
<style>
a { background-color: #CE127B; }
a { background-color: rgb(206,18,123); }
div.DivClassName
{
background-color: #CE127B;
}
.BgClassName
{
background-color: #CE127B;
}
</style>
border-color css
<style>
span { border-color: #CE127B; }
span { border-color: rgb(206,18,123); }
td.TdClassName
{
border-color: #CE127B;
}
.TagClassName
{
border-color: #CE127B;
}
</style>