Shades of Medium Violet Red #CE147A
Tints of Medium Violet Red #CE147A
RGB
CMYK
RGB Variations
Color information
#CE147A (or 0xCE147A) is known color: Medium Violet Red. HEX triplet: CE, 14 and 7A. RGB value is (206,20,122). Sum of RGB (Red+Green+Blue) = 206+20+122=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE147A is #31EB85. Grayscale: #575757. Windows color (decimal): -3271558 or 8000718. OLE color: 8000718.
HSL color Cylindrical-coordinate representation of color #CE147A: hue angle of 327.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE147A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 122 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.19 |
| HSL | 327.1º | 0.82% | 0.44% | - |
| HSV(B) | 327.1º | 0.9% | 0.81% | - |
| XYZ | 29.22 | 15.03 | 19.77 | - |
| YUV | 87.24 | 147.62 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 122 | 0 | 0.90 | 0.41 | 0.19 | 327.1 | 0.82 | 0.44 |
| Hex | CE | 14 | 7A | 0 | 5A | 29 | 13 | 147 | 52 | 2C |
| Octal | 316 | 24 | 172 | 0 | 132 | 51 | 23 | 507 | 122 | 54 |
| Binary | 11001110 | 10100 | 1111010 | 0 | 1011010 | 101001 | 10011 | 101000111 | 1010010 | 101100 |
Color Harmonies of #CE147A
Complementary color
Monochromatic Colors of #CE147A
Black with #CE147A
Text Example
Text Example
White with #CE147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE147A; }
p { color: rgb(206,20,122); }
H1.HeaderClassName
{
color: #CE147A;
}
.AnyTagClassName
{
color: #CE147A;
}
</style>
background-color css
<style>
a { background-color: #CE147A; }
a { background-color: rgb(206,20,122); }
div.DivClassName
{
background-color: #CE147A;
}
.BgClassName
{
background-color: #CE147A;
}
</style>
border-color css
<style>
span { border-color: #CE147A; }
span { border-color: rgb(206,20,122); }
td.TdClassName
{
border-color: #CE147A;
}
.TagClassName
{
border-color: #CE147A;
}
</style>