Shades of Medium Violet Red #CE129D
Tints of Medium Violet Red #CE129D
RGB
CMYK
RGB Variations
Color information
#CE129D (or 0xCE129D) is known color: Medium Violet Red. HEX triplet: CE, 12 and 9D. RGB value is (206,18,157). Sum of RGB (Red+Green+Blue) = 206+18+157=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE129D is #31ED62. Grayscale: #595959. Windows color (decimal): -3272035 or 10293966. OLE color: 10293966.
HSL color Cylindrical-coordinate representation of color #CE129D: hue angle of 315.64º 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 #CE129D is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 157 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.19 |
| HSL | 315.64º | 0.84% | 0.44% | - |
| HSV(B) | 315.64º | 0.91% | 0.81% | - |
| XYZ | 31.76 | 15.99 | 33.31 | - |
| YUV | 90.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 157 | 0 | 0.91 | 0.24 | 0.19 | 315.64 | 0.84 | 0.44 |
| Hex | CE | 12 | 9D | 0 | 5B | 18 | 13 | 13C | 54 | 2C |
| Octal | 316 | 22 | 235 | 0 | 133 | 30 | 23 | 474 | 124 | 54 |
| Binary | 11001110 | 10010 | 10011101 | 0 | 1011011 | 11000 | 10011 | 100111100 | 1010100 | 101100 |
Color Harmonies of #CE129D
Complementary color
Monochromatic Colors of #CE129D
Black with #CE129D
Text Example
Text Example
White with #CE129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE129D; }
p { color: rgb(206,18,157); }
H1.HeaderClassName
{
color: #CE129D;
}
.AnyTagClassName
{
color: #CE129D;
}
</style>
background-color css
<style>
a { background-color: #CE129D; }
a { background-color: rgb(206,18,157); }
div.DivClassName
{
background-color: #CE129D;
}
.BgClassName
{
background-color: #CE129D;
}
</style>
border-color css
<style>
span { border-color: #CE129D; }
span { border-color: rgb(206,18,157); }
td.TdClassName
{
border-color: #CE129D;
}
.TagClassName
{
border-color: #CE129D;
}
</style>