Shades of Medium Violet Red #CE007E
Tints of Medium Violet Red #CE007E
RGB
CMYK
RGB Variations
Color information
#CE007E (or 0xCE007E) is known color: Medium Violet Red. HEX triplet: CE, 00 and 7E. RGB value is (206,0,126). Sum of RGB (Red+Green+Blue) = 206+0+126=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE007E is #31FF81. Grayscale: #4B4B4B. Windows color (decimal): -3276674 or 8257742. OLE color: 8257742.
HSL color Cylindrical-coordinate representation of color #CE007E: hue angle of 323.3º 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 #CE007E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.39 | 0.19 |
| HSL | 323.3º | 1% | 0.4% | - |
| HSV(B) | 323.3º | 1% | 0.81% | - |
| XYZ | 29.22 | 14.63 | 21.02 | - |
| YUV | 75.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 126 | 0 | 1 | 0.39 | 0.19 | 323.3 | 1 | 0.4 |
| Hex | CE | 0 | 7E | 0 | 64 | 27 | 13 | 143 | 64 | 28 |
| Octal | 316 | 0 | 176 | 0 | 144 | 47 | 23 | 503 | 144 | 50 |
| Binary | 11001110 | 0 | 1111110 | 0 | 1100100 | 100111 | 10011 | 101000011 | 1100100 | 101000 |
Color Harmonies of #CE007E
Complementary color
Monochromatic Colors of #CE007E
Black with #CE007E
Text Example
Text Example
White with #CE007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE007E; }
p { color: rgb(206,0,126); }
H1.HeaderClassName
{
color: #CE007E;
}
.AnyTagClassName
{
color: #CE007E;
}
</style>
background-color css
<style>
a { background-color: #CE007E; }
a { background-color: rgb(206,0,126); }
div.DivClassName
{
background-color: #CE007E;
}
.BgClassName
{
background-color: #CE007E;
}
</style>
border-color css
<style>
span { border-color: #CE007E; }
span { border-color: rgb(206,0,126); }
td.TdClassName
{
border-color: #CE007E;
}
.TagClassName
{
border-color: #CE007E;
}
</style>