Shades of Medium Violet Red #CE007B
Tints of Medium Violet Red #CE007B
RGB
CMYK
RGB Variations
Color information
#CE007B (or 0xCE007B) is known color: Medium Violet Red. HEX triplet: CE, 00 and 7B. RGB value is (206,0,123). Sum of RGB (Red+Green+Blue) = 206+0+123=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE007B is #31FF84. Grayscale: #4B4B4B. Windows color (decimal): -3276677 or 8061134. OLE color: 8061134.
HSL color Cylindrical-coordinate representation of color #CE007B: hue angle of 324.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE007B is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.40 | 0.19 |
| HSL | 324.17º | 1% | 0.4% | - |
| HSV(B) | 324.17º | 1% | 0.81% | - |
| XYZ | 29.03 | 14.55 | 20.02 | - |
| YUV | 75.62 | 154.75 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 123 | 0 | 1 | 0.40 | 0.19 | 324.17 | 1 | 0.4 |
| Hex | CE | 0 | 7B | 0 | 64 | 28 | 13 | 144 | 64 | 28 |
| Octal | 316 | 0 | 173 | 0 | 144 | 50 | 23 | 504 | 144 | 50 |
| Binary | 11001110 | 0 | 1111011 | 0 | 1100100 | 101000 | 10011 | 101000100 | 1100100 | 101000 |
Color Harmonies of #CE007B
Complementary color
Monochromatic Colors of #CE007B
Black with #CE007B
Text Example
Text Example
White with #CE007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE007B; }
p { color: rgb(206,0,123); }
H1.HeaderClassName
{
color: #CE007B;
}
.AnyTagClassName
{
color: #CE007B;
}
</style>
background-color css
<style>
a { background-color: #CE007B; }
a { background-color: rgb(206,0,123); }
div.DivClassName
{
background-color: #CE007B;
}
.BgClassName
{
background-color: #CE007B;
}
</style>
border-color css
<style>
span { border-color: #CE007B; }
span { border-color: rgb(206,0,123); }
td.TdClassName
{
border-color: #CE007B;
}
.TagClassName
{
border-color: #CE007B;
}
</style>