Shades of Medium Violet Red #CE069F
Tints of Medium Violet Red #CE069F
RGB
CMYK
RGB Variations
Color information
#CE069F (or 0xCE069F) is known color: Medium Violet Red. HEX triplet: CE, 06 and 9F. RGB value is (206,6,159). Sum of RGB (Red+Green+Blue) = 206+6+159=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE069F is #31F960. Grayscale: #525252. Windows color (decimal): -3275105 or 10421966. OLE color: 10421966.
HSL color Cylindrical-coordinate representation of color #CE069F: hue angle of 314.1º 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 #CE069F is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 159 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.19 |
| HSL | 314.1º | 0.94% | 0.42% | - |
| HSV(B) | 314.1º | 0.97% | 0.81% | - |
| XYZ | 31.78 | 15.76 | 34.17 | - |
| YUV | 83.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 159 | 0 | 0.97 | 0.23 | 0.19 | 314.1 | 0.94 | 0.42 |
| Hex | CE | 6 | 9F | 0 | 61 | 17 | 13 | 13A | 5E | 2A |
| Octal | 316 | 6 | 237 | 0 | 141 | 27 | 23 | 472 | 136 | 52 |
| Binary | 11001110 | 110 | 10011111 | 0 | 1100001 | 10111 | 10011 | 100111010 | 1011110 | 101010 |
Color Harmonies of #CE069F
Complementary color
Monochromatic Colors of #CE069F
Black with #CE069F
Text Example
Text Example
White with #CE069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE069F; }
p { color: rgb(206,6,159); }
H1.HeaderClassName
{
color: #CE069F;
}
.AnyTagClassName
{
color: #CE069F;
}
</style>
background-color css
<style>
a { background-color: #CE069F; }
a { background-color: rgb(206,6,159); }
div.DivClassName
{
background-color: #CE069F;
}
.BgClassName
{
background-color: #CE069F;
}
</style>
border-color css
<style>
span { border-color: #CE069F; }
span { border-color: rgb(206,6,159); }
td.TdClassName
{
border-color: #CE069F;
}
.TagClassName
{
border-color: #CE069F;
}
</style>