Shades of Medium Violet Red #CE069C
Tints of Medium Violet Red #CE069C
RGB
CMYK
RGB Variations
Color information
#CE069C (or 0xCE069C) is known color: Medium Violet Red. HEX triplet: CE, 06 and 9C. RGB value is (206,6,156). Sum of RGB (Red+Green+Blue) = 206+6+156=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE069C is #31F963. Grayscale: #525252. Windows color (decimal): -3275108 or 10225358. OLE color: 10225358.
HSL color Cylindrical-coordinate representation of color #CE069C: hue angle of 315º 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 #CE069C is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.19 |
| HSL | 315º | 0.94% | 0.42% | - |
| HSV(B) | 315º | 0.97% | 0.81% | - |
| XYZ | 31.52 | 15.65 | 32.81 | - |
| YUV | 82.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 156 | 0 | 0.97 | 0.24 | 0.19 | 315 | 0.94 | 0.42 |
| Hex | CE | 6 | 9C | 0 | 61 | 18 | 13 | 13B | 5E | 2A |
| Octal | 316 | 6 | 234 | 0 | 141 | 30 | 23 | 473 | 136 | 52 |
| Binary | 11001110 | 110 | 10011100 | 0 | 1100001 | 11000 | 10011 | 100111011 | 1011110 | 101010 |
Color Harmonies of #CE069C
Complementary color
Monochromatic Colors of #CE069C
Black with #CE069C
Text Example
Text Example
White with #CE069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE069C; }
p { color: rgb(206,6,156); }
H1.HeaderClassName
{
color: #CE069C;
}
.AnyTagClassName
{
color: #CE069C;
}
</style>
background-color css
<style>
a { background-color: #CE069C; }
a { background-color: rgb(206,6,156); }
div.DivClassName
{
background-color: #CE069C;
}
.BgClassName
{
background-color: #CE069C;
}
</style>
border-color css
<style>
span { border-color: #CE069C; }
span { border-color: rgb(206,6,156); }
td.TdClassName
{
border-color: #CE069C;
}
.TagClassName
{
border-color: #CE069C;
}
</style>