Shades of Medium Violet Red #CE207D
Tints of Medium Violet Red #CE207D
RGB
CMYK
RGB Variations
Color information
#CE207D (or 0xCE207D) is known color: Medium Violet Red. HEX triplet: CE, 20 and 7D. RGB value is (206,32,125). Sum of RGB (Red+Green+Blue) = 206+32+125=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE207D is #31DF82. Grayscale: #5E5E5E. Windows color (decimal): -3268483 or 8200398. OLE color: 8200398.
HSL color Cylindrical-coordinate representation of color #CE207D: hue angle of 327.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE207D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 125 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.19 |
| HSL | 327.93º | 0.73% | 0.47% | - |
| HSV(B) | 327.93º | 0.84% | 0.81% | - |
| XYZ | 29.67 | 15.64 | 20.86 | - |
| YUV | 94.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 125 | 0 | 0.84 | 0.39 | 0.19 | 327.93 | 0.73 | 0.47 |
| Hex | CE | 20 | 7D | 0 | 54 | 27 | 13 | 148 | 49 | 2F |
| Octal | 316 | 40 | 175 | 0 | 124 | 47 | 23 | 510 | 111 | 57 |
| Binary | 11001110 | 100000 | 1111101 | 0 | 1010100 | 100111 | 10011 | 101001000 | 1001001 | 101111 |
Color Harmonies of #CE207D
Complementary color
Monochromatic Colors of #CE207D
Black with #CE207D
Text Example
Text Example
White with #CE207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE207D; }
p { color: rgb(206,32,125); }
H1.HeaderClassName
{
color: #CE207D;
}
.AnyTagClassName
{
color: #CE207D;
}
</style>
background-color css
<style>
a { background-color: #CE207D; }
a { background-color: rgb(206,32,125); }
div.DivClassName
{
background-color: #CE207D;
}
.BgClassName
{
background-color: #CE207D;
}
</style>
border-color css
<style>
span { border-color: #CE207D; }
span { border-color: rgb(206,32,125); }
td.TdClassName
{
border-color: #CE207D;
}
.TagClassName
{
border-color: #CE207D;
}
</style>