Shades of Medium Violet Red #CE067D
Tints of Medium Violet Red #CE067D
RGB
CMYK
RGB Variations
Color information
#CE067D (or 0xCE067D) is known color: Medium Violet Red. HEX triplet: CE, 06 and 7D. RGB value is (206,6,125). Sum of RGB (Red+Green+Blue) = 206+6+125=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE067D is #31F982. Grayscale: #4F4F4F. Windows color (decimal): -3275139 or 8193742. OLE color: 8193742.
HSL color Cylindrical-coordinate representation of color #CE067D: hue angle of 324.3º 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 #CE067D is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 125 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.19 |
| HSL | 324.3º | 0.94% | 0.42% | - |
| HSV(B) | 324.3º | 0.97% | 0.81% | - |
| XYZ | 29.22 | 14.73 | 20.71 | - |
| YUV | 79.37 | 153.76 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 125 | 0 | 0.97 | 0.39 | 0.19 | 324.3 | 0.94 | 0.42 |
| Hex | CE | 6 | 7D | 0 | 61 | 27 | 13 | 144 | 5E | 2A |
| Octal | 316 | 6 | 175 | 0 | 141 | 47 | 23 | 504 | 136 | 52 |
| Binary | 11001110 | 110 | 1111101 | 0 | 1100001 | 100111 | 10011 | 101000100 | 1011110 | 101010 |
Color Harmonies of #CE067D
Complementary color
Monochromatic Colors of #CE067D
Black with #CE067D
Text Example
Text Example
White with #CE067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE067D; }
p { color: rgb(206,6,125); }
H1.HeaderClassName
{
color: #CE067D;
}
.AnyTagClassName
{
color: #CE067D;
}
</style>
background-color css
<style>
a { background-color: #CE067D; }
a { background-color: rgb(206,6,125); }
div.DivClassName
{
background-color: #CE067D;
}
.BgClassName
{
background-color: #CE067D;
}
</style>
border-color css
<style>
span { border-color: #CE067D; }
span { border-color: rgb(206,6,125); }
td.TdClassName
{
border-color: #CE067D;
}
.TagClassName
{
border-color: #CE067D;
}
</style>