Shades of Medium Violet Red #CE067A
Tints of Medium Violet Red #CE067A
RGB
CMYK
RGB Variations
Color information
#CE067A (or 0xCE067A) is known color: Medium Violet Red. HEX triplet: CE, 06 and 7A. RGB value is (206,6,122). Sum of RGB (Red+Green+Blue) = 206+6+122=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE067A is #31F985. Grayscale: #4E4E4E. Windows color (decimal): -3275142 or 7997134. OLE color: 7997134.
HSL color Cylindrical-coordinate representation of color #CE067A: hue angle of 325.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 #CE067A is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 122 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.19 |
| HSL | 325.2º | 0.94% | 0.42% | - |
| HSV(B) | 325.2º | 0.97% | 0.81% | - |
| XYZ | 29.03 | 14.66 | 19.71 | - |
| YUV | 79.02 | 152.26 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 122 | 0 | 0.97 | 0.41 | 0.19 | 325.2 | 0.94 | 0.42 |
| Hex | CE | 6 | 7A | 0 | 61 | 29 | 13 | 145 | 5E | 2A |
| Octal | 316 | 6 | 172 | 0 | 141 | 51 | 23 | 505 | 136 | 52 |
| Binary | 11001110 | 110 | 1111010 | 0 | 1100001 | 101001 | 10011 | 101000101 | 1011110 | 101010 |
Color Harmonies of #CE067A
Complementary color
Monochromatic Colors of #CE067A
Black with #CE067A
Text Example
Text Example
White with #CE067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE067A; }
p { color: rgb(206,6,122); }
H1.HeaderClassName
{
color: #CE067A;
}
.AnyTagClassName
{
color: #CE067A;
}
</style>
background-color css
<style>
a { background-color: #CE067A; }
a { background-color: rgb(206,6,122); }
div.DivClassName
{
background-color: #CE067A;
}
.BgClassName
{
background-color: #CE067A;
}
</style>
border-color css
<style>
span { border-color: #CE067A; }
span { border-color: rgb(206,6,122); }
td.TdClassName
{
border-color: #CE067A;
}
.TagClassName
{
border-color: #CE067A;
}
</style>