Shades of Medium Violet Red #CE068A
Tints of Medium Violet Red #CE068A
RGB
CMYK
RGB Variations
Color information
#CE068A (or 0xCE068A) is known color: Medium Violet Red. HEX triplet: CE, 06 and 8A. RGB value is (206,6,138). Sum of RGB (Red+Green+Blue) = 206+6+138=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE068A is #31F975. Grayscale: #505050. Windows color (decimal): -3275126 or 9045710. OLE color: 9045710.
HSL color Cylindrical-coordinate representation of color #CE068A: hue angle of 320.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE068A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.19 |
| HSL | 320.4º | 0.94% | 0.42% | - |
| HSV(B) | 320.4º | 0.97% | 0.81% | - |
| XYZ | 30.11 | 15.09 | 25.37 | - |
| YUV | 80.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 138 | 0 | 0.97 | 0.33 | 0.19 | 320.4 | 0.94 | 0.42 |
| Hex | CE | 6 | 8A | 0 | 61 | 21 | 13 | 140 | 5E | 2A |
| Octal | 316 | 6 | 212 | 0 | 141 | 41 | 23 | 500 | 136 | 52 |
| Binary | 11001110 | 110 | 10001010 | 0 | 1100001 | 100001 | 10011 | 101000000 | 1011110 | 101010 |
Color Harmonies of #CE068A
Complementary color
Monochromatic Colors of #CE068A
Black with #CE068A
Text Example
Text Example
White with #CE068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE068A; }
p { color: rgb(206,6,138); }
H1.HeaderClassName
{
color: #CE068A;
}
.AnyTagClassName
{
color: #CE068A;
}
</style>
background-color css
<style>
a { background-color: #CE068A; }
a { background-color: rgb(206,6,138); }
div.DivClassName
{
background-color: #CE068A;
}
.BgClassName
{
background-color: #CE068A;
}
</style>
border-color css
<style>
span { border-color: #CE068A; }
span { border-color: rgb(206,6,138); }
td.TdClassName
{
border-color: #CE068A;
}
.TagClassName
{
border-color: #CE068A;
}
</style>