Shades of Medium Violet Red #CE207C
Tints of Medium Violet Red #CE207C
RGB
CMYK
RGB Variations
Color information
#CE207C (or 0xCE207C) is known color: Medium Violet Red. HEX triplet: CE, 20 and 7C. RGB value is (206,32,124). Sum of RGB (Red+Green+Blue) = 206+32+124=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE207C is #31DF83. Grayscale: #5E5E5E. Windows color (decimal): -3268484 or 8134862. OLE color: 8134862.
HSL color Cylindrical-coordinate representation of color #CE207C: hue angle of 328.28º 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 #CE207C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 124 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.19 |
| HSL | 328.28º | 0.73% | 0.47% | - |
| HSV(B) | 328.28º | 0.84% | 0.81% | - |
| XYZ | 29.61 | 15.61 | 20.52 | - |
| YUV | 94.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 124 | 0 | 0.84 | 0.40 | 0.19 | 328.28 | 0.73 | 0.47 |
| Hex | CE | 20 | 7C | 0 | 54 | 28 | 13 | 148 | 49 | 2F |
| Octal | 316 | 40 | 174 | 0 | 124 | 50 | 23 | 510 | 111 | 57 |
| Binary | 11001110 | 100000 | 1111100 | 0 | 1010100 | 101000 | 10011 | 101001000 | 1001001 | 101111 |
Color Harmonies of #CE207C
Complementary color
Monochromatic Colors of #CE207C
Black with #CE207C
Text Example
Text Example
White with #CE207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE207C; }
p { color: rgb(206,32,124); }
H1.HeaderClassName
{
color: #CE207C;
}
.AnyTagClassName
{
color: #CE207C;
}
</style>
background-color css
<style>
a { background-color: #CE207C; }
a { background-color: rgb(206,32,124); }
div.DivClassName
{
background-color: #CE207C;
}
.BgClassName
{
background-color: #CE207C;
}
</style>
border-color css
<style>
span { border-color: #CE207C; }
span { border-color: rgb(206,32,124); }
td.TdClassName
{
border-color: #CE207C;
}
.TagClassName
{
border-color: #CE207C;
}
</style>