Shades of Medium Violet Red #CE127A
Tints of Medium Violet Red #CE127A
RGB
CMYK
RGB Variations
Color information
#CE127A (or 0xCE127A) is known color: Medium Violet Red. HEX triplet: CE, 12 and 7A. RGB value is (206,18,122). Sum of RGB (Red+Green+Blue) = 206+18+122=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE127A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE127A is #31ED85. Grayscale: #555555. Windows color (decimal): -3272070 or 8000206. OLE color: 8000206.
HSL color Cylindrical-coordinate representation of color #CE127A: hue angle of 326.81º 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 #CE127A is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 122 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.19 |
| HSL | 326.81º | 0.84% | 0.44% | - |
| HSV(B) | 326.81º | 0.91% | 0.81% | - |
| XYZ | 29.18 | 14.96 | 19.76 | - |
| YUV | 86.07 | 148.28 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 122 | 0 | 0.91 | 0.41 | 0.19 | 326.81 | 0.84 | 0.44 |
| Hex | CE | 12 | 7A | 0 | 5B | 29 | 13 | 147 | 54 | 2C |
| Octal | 316 | 22 | 172 | 0 | 133 | 51 | 23 | 507 | 124 | 54 |
| Binary | 11001110 | 10010 | 1111010 | 0 | 1011011 | 101001 | 10011 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CE127A
Complementary color
Monochromatic Colors of #CE127A
Black with #CE127A
Text Example
Text Example
White with #CE127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE127A; }
p { color: rgb(206,18,122); }
H1.HeaderClassName
{
color: #CE127A;
}
.AnyTagClassName
{
color: #CE127A;
}
</style>
background-color css
<style>
a { background-color: #CE127A; }
a { background-color: rgb(206,18,122); }
div.DivClassName
{
background-color: #CE127A;
}
.BgClassName
{
background-color: #CE127A;
}
</style>
border-color css
<style>
span { border-color: #CE127A; }
span { border-color: rgb(206,18,122); }
td.TdClassName
{
border-color: #CE127A;
}
.TagClassName
{
border-color: #CE127A;
}
</style>