Shades of Medium Violet Red #CE247E
Tints of Medium Violet Red #CE247E
RGB
CMYK
RGB Variations
Color information
#CE247E (or 0xCE247E) is known color: Medium Violet Red. HEX triplet: CE, 24 and 7E. RGB value is (206,36,126). Sum of RGB (Red+Green+Blue) = 206+36+126=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE247E is #31DB81. Grayscale: #606060. Windows color (decimal): -3267458 or 8266958. OLE color: 8266958.
HSL color Cylindrical-coordinate representation of color #CE247E: hue angle of 328.24º 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 #CE247E is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 126 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.19 |
| HSL | 328.24º | 0.7% | 0.47% | - |
| HSV(B) | 328.24º | 0.83% | 0.81% | - |
| XYZ | 29.85 | 15.89 | 21.23 | - |
| YUV | 97.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 126 | 0 | 0.83 | 0.39 | 0.19 | 328.24 | 0.7 | 0.47 |
| Hex | CE | 24 | 7E | 0 | 53 | 27 | 13 | 148 | 46 | 2F |
| Octal | 316 | 44 | 176 | 0 | 123 | 47 | 23 | 510 | 106 | 57 |
| Binary | 11001110 | 100100 | 1111110 | 0 | 1010011 | 100111 | 10011 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CE247E
Complementary color
Monochromatic Colors of #CE247E
Black with #CE247E
Text Example
Text Example
White with #CE247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE247E; }
p { color: rgb(206,36,126); }
H1.HeaderClassName
{
color: #CE247E;
}
.AnyTagClassName
{
color: #CE247E;
}
</style>
background-color css
<style>
a { background-color: #CE247E; }
a { background-color: rgb(206,36,126); }
div.DivClassName
{
background-color: #CE247E;
}
.BgClassName
{
background-color: #CE247E;
}
</style>
border-color css
<style>
span { border-color: #CE247E; }
span { border-color: rgb(206,36,126); }
td.TdClassName
{
border-color: #CE247E;
}
.TagClassName
{
border-color: #CE247E;
}
</style>