Shades of Medium Violet Red #CE107F
Tints of Medium Violet Red #CE107F
RGB
CMYK
RGB Variations
Color information
#CE107F (or 0xCE107F) is known color: Medium Violet Red. HEX triplet: CE, 10 and 7F. RGB value is (206,16,127). Sum of RGB (Red+Green+Blue) = 206+16+127=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE107F is #31EF80. Grayscale: #555555. Windows color (decimal): -3272577 or 8327374. OLE color: 8327374.
HSL color Cylindrical-coordinate representation of color #CE107F: hue angle of 324.95º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE107F is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 127 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.19 |
| HSL | 324.95º | 0.86% | 0.44% | - |
| HSV(B) | 324.95º | 0.92% | 0.81% | - |
| XYZ | 29.47 | 15.02 | 21.43 | - |
| YUV | 85.46 | 151.45 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 127 | 0 | 0.92 | 0.38 | 0.19 | 324.95 | 0.86 | 0.44 |
| Hex | CE | 10 | 7F | 0 | 5C | 26 | 13 | 145 | 56 | 2C |
| Octal | 316 | 20 | 177 | 0 | 134 | 46 | 23 | 505 | 126 | 54 |
| Binary | 11001110 | 10000 | 1111111 | 0 | 1011100 | 100110 | 10011 | 101000101 | 1010110 | 101100 |
Color Harmonies of #CE107F
Complementary color
Monochromatic Colors of #CE107F
Black with #CE107F
Text Example
Text Example
White with #CE107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE107F; }
p { color: rgb(206,16,127); }
H1.HeaderClassName
{
color: #CE107F;
}
.AnyTagClassName
{
color: #CE107F;
}
</style>
background-color css
<style>
a { background-color: #CE107F; }
a { background-color: rgb(206,16,127); }
div.DivClassName
{
background-color: #CE107F;
}
.BgClassName
{
background-color: #CE107F;
}
</style>
border-color css
<style>
span { border-color: #CE107F; }
span { border-color: rgb(206,16,127); }
td.TdClassName
{
border-color: #CE107F;
}
.TagClassName
{
border-color: #CE107F;
}
</style>