Shades of Medium Violet Red #CE068E
Tints of Medium Violet Red #CE068E
RGB
CMYK
RGB Variations
Color information
#CE068E (or 0xCE068E) is known color: Medium Violet Red. HEX triplet: CE, 06 and 8E. RGB value is (206,6,142). Sum of RGB (Red+Green+Blue) = 206+6+142=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE068E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE068E is #31F971. Grayscale: #505050. Windows color (decimal): -3275122 or 9307854. OLE color: 9307854.
HSL color Cylindrical-coordinate representation of color #CE068E: hue angle of 319.2º 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 #CE068E is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 142 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.19 |
| HSL | 319.2º | 0.94% | 0.42% | - |
| HSV(B) | 319.2º | 0.97% | 0.81% | - |
| XYZ | 30.4 | 15.21 | 26.92 | - |
| YUV | 81.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 142 | 0 | 0.97 | 0.31 | 0.19 | 319.2 | 0.94 | 0.42 |
| Hex | CE | 6 | 8E | 0 | 61 | 1F | 13 | 13F | 5E | 2A |
| Octal | 316 | 6 | 216 | 0 | 141 | 37 | 23 | 477 | 136 | 52 |
| Binary | 11001110 | 110 | 10001110 | 0 | 1100001 | 11111 | 10011 | 100111111 | 1011110 | 101010 |
Color Harmonies of #CE068E
Complementary color
Monochromatic Colors of #CE068E
Black with #CE068E
Text Example
Text Example
White with #CE068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE068E; }
p { color: rgb(206,6,142); }
H1.HeaderClassName
{
color: #CE068E;
}
.AnyTagClassName
{
color: #CE068E;
}
</style>
background-color css
<style>
a { background-color: #CE068E; }
a { background-color: rgb(206,6,142); }
div.DivClassName
{
background-color: #CE068E;
}
.BgClassName
{
background-color: #CE068E;
}
</style>
border-color css
<style>
span { border-color: #CE068E; }
span { border-color: rgb(206,6,142); }
td.TdClassName
{
border-color: #CE068E;
}
.TagClassName
{
border-color: #CE068E;
}
</style>