Shades of Medium Violet Red #CE127D
Tints of Medium Violet Red #CE127D
RGB
CMYK
RGB Variations
Color information
#CE127D (or 0xCE127D) is known color: Medium Violet Red. HEX triplet: CE, 12 and 7D. RGB value is (206,18,125). Sum of RGB (Red+Green+Blue) = 206+18+125=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE127D is #31ED82. Grayscale: #565656. Windows color (decimal): -3272067 or 8196814. OLE color: 8196814.
HSL color Cylindrical-coordinate representation of color #CE127D: hue angle of 325.85º 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 #CE127D is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 125 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.19 |
| HSL | 325.85º | 0.84% | 0.44% | - |
| HSV(B) | 325.85º | 0.91% | 0.81% | - |
| XYZ | 29.37 | 15.04 | 20.76 | - |
| YUV | 86.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 125 | 0 | 0.91 | 0.39 | 0.19 | 325.85 | 0.84 | 0.44 |
| Hex | CE | 12 | 7D | 0 | 5B | 27 | 13 | 146 | 54 | 2C |
| Octal | 316 | 22 | 175 | 0 | 133 | 47 | 23 | 506 | 124 | 54 |
| Binary | 11001110 | 10010 | 1111101 | 0 | 1011011 | 100111 | 10011 | 101000110 | 1010100 | 101100 |
Color Harmonies of #CE127D
Complementary color
Monochromatic Colors of #CE127D
Black with #CE127D
Text Example
Text Example
White with #CE127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE127D; }
p { color: rgb(206,18,125); }
H1.HeaderClassName
{
color: #CE127D;
}
.AnyTagClassName
{
color: #CE127D;
}
</style>
background-color css
<style>
a { background-color: #CE127D; }
a { background-color: rgb(206,18,125); }
div.DivClassName
{
background-color: #CE127D;
}
.BgClassName
{
background-color: #CE127D;
}
</style>
border-color css
<style>
span { border-color: #CE127D; }
span { border-color: rgb(206,18,125); }
td.TdClassName
{
border-color: #CE127D;
}
.TagClassName
{
border-color: #CE127D;
}
</style>