Shades of Medium Violet Red #CE227C
Tints of Medium Violet Red #CE227C
RGB
CMYK
RGB Variations
Color information
#CE227C (or 0xCE227C) is known color: Medium Violet Red. HEX triplet: CE, 22 and 7C. RGB value is (206,34,124). Sum of RGB (Red+Green+Blue) = 206+34+124=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE227C is #31DD83. Grayscale: #5F5F5F. Windows color (decimal): -3267972 or 8135374. OLE color: 8135374.
HSL color Cylindrical-coordinate representation of color #CE227C: hue angle of 328.6º degrees, saturation: 0.72, 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 #CE227C is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 124 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.19 |
| HSL | 328.6º | 0.72% | 0.47% | - |
| HSV(B) | 328.6º | 0.83% | 0.81% | - |
| XYZ | 29.66 | 15.72 | 20.54 | - |
| YUV | 95.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 124 | 0 | 0.83 | 0.40 | 0.19 | 328.6 | 0.72 | 0.47 |
| Hex | CE | 22 | 7C | 0 | 53 | 28 | 13 | 149 | 48 | 2F |
| Octal | 316 | 42 | 174 | 0 | 123 | 50 | 23 | 511 | 110 | 57 |
| Binary | 11001110 | 100010 | 1111100 | 0 | 1010011 | 101000 | 10011 | 101001001 | 1001000 | 101111 |
Color Harmonies of #CE227C
Complementary color
Monochromatic Colors of #CE227C
Black with #CE227C
Text Example
Text Example
White with #CE227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE227C; }
p { color: rgb(206,34,124); }
H1.HeaderClassName
{
color: #CE227C;
}
.AnyTagClassName
{
color: #CE227C;
}
</style>
background-color css
<style>
a { background-color: #CE227C; }
a { background-color: rgb(206,34,124); }
div.DivClassName
{
background-color: #CE227C;
}
.BgClassName
{
background-color: #CE227C;
}
</style>
border-color css
<style>
span { border-color: #CE227C; }
span { border-color: rgb(206,34,124); }
td.TdClassName
{
border-color: #CE227C;
}
.TagClassName
{
border-color: #CE227C;
}
</style>