Shades of Medium Violet Red #CE128A
Tints of Medium Violet Red #CE128A
RGB
CMYK
RGB Variations
Color information
#CE128A (or 0xCE128A) is known color: Medium Violet Red. HEX triplet: CE, 12 and 8A. RGB value is (206,18,138). Sum of RGB (Red+Green+Blue) = 206+18+138=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE128A is #31ED75. Grayscale: #575757. Windows color (decimal): -3272054 or 9048782. OLE color: 9048782.
HSL color Cylindrical-coordinate representation of color #CE128A: hue angle of 321.7º 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 #CE128A is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.19 |
| HSL | 321.7º | 0.84% | 0.44% | - |
| HSV(B) | 321.7º | 0.91% | 0.81% | - |
| XYZ | 30.26 | 15.39 | 25.42 | - |
| YUV | 87.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 138 | 0 | 0.91 | 0.33 | 0.19 | 321.7 | 0.84 | 0.44 |
| Hex | CE | 12 | 8A | 0 | 5B | 21 | 13 | 142 | 54 | 2C |
| Octal | 316 | 22 | 212 | 0 | 133 | 41 | 23 | 502 | 124 | 54 |
| Binary | 11001110 | 10010 | 10001010 | 0 | 1011011 | 100001 | 10011 | 101000010 | 1010100 | 101100 |
Color Harmonies of #CE128A
Complementary color
Monochromatic Colors of #CE128A
Black with #CE128A
Text Example
Text Example
White with #CE128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE128A; }
p { color: rgb(206,18,138); }
H1.HeaderClassName
{
color: #CE128A;
}
.AnyTagClassName
{
color: #CE128A;
}
</style>
background-color css
<style>
a { background-color: #CE128A; }
a { background-color: rgb(206,18,138); }
div.DivClassName
{
background-color: #CE128A;
}
.BgClassName
{
background-color: #CE128A;
}
</style>
border-color css
<style>
span { border-color: #CE128A; }
span { border-color: rgb(206,18,138); }
td.TdClassName
{
border-color: #CE128A;
}
.TagClassName
{
border-color: #CE128A;
}
</style>