Shades of Medium Violet Red #CE247F
Tints of Medium Violet Red #CE247F
RGB
CMYK
RGB Variations
Color information
#CE247F (or 0xCE247F) is known color: Medium Violet Red. HEX triplet: CE, 24 and 7F. RGB value is (206,36,127). Sum of RGB (Red+Green+Blue) = 206+36+127=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE247F is #31DB80. Grayscale: #616161. Windows color (decimal): -3267457 or 8332494. OLE color: 8332494.
HSL color Cylindrical-coordinate representation of color #CE247F: hue angle of 327.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE247F is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 127 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.19 |
| HSL | 327.88º | 0.7% | 0.47% | - |
| HSV(B) | 327.88º | 0.83% | 0.81% | - |
| XYZ | 29.92 | 15.92 | 21.57 | - |
| YUV | 97.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 127 | 0 | 0.83 | 0.38 | 0.19 | 327.88 | 0.7 | 0.47 |
| Hex | CE | 24 | 7F | 0 | 53 | 26 | 13 | 148 | 46 | 2F |
| Octal | 316 | 44 | 177 | 0 | 123 | 46 | 23 | 510 | 106 | 57 |
| Binary | 11001110 | 100100 | 1111111 | 0 | 1010011 | 100110 | 10011 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CE247F
Complementary color
Monochromatic Colors of #CE247F
Black with #CE247F
Text Example
Text Example
White with #CE247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE247F; }
p { color: rgb(206,36,127); }
H1.HeaderClassName
{
color: #CE247F;
}
.AnyTagClassName
{
color: #CE247F;
}
</style>
background-color css
<style>
a { background-color: #CE247F; }
a { background-color: rgb(206,36,127); }
div.DivClassName
{
background-color: #CE247F;
}
.BgClassName
{
background-color: #CE247F;
}
</style>
border-color css
<style>
span { border-color: #CE247F; }
span { border-color: rgb(206,36,127); }
td.TdClassName
{
border-color: #CE247F;
}
.TagClassName
{
border-color: #CE247F;
}
</style>