Shades of Medium Violet Red #CE228A
Tints of Medium Violet Red #CE228A
RGB
CMYK
RGB Variations
Color information
#CE228A (or 0xCE228A) is known color: Medium Violet Red. HEX triplet: CE, 22 and 8A. RGB value is (206,34,138). Sum of RGB (Red+Green+Blue) = 206+34+138=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE228A is #31DD75. Grayscale: #616161. Windows color (decimal): -3267958 or 9052878. OLE color: 9052878.
HSL color Cylindrical-coordinate representation of color #CE228A: hue angle of 323.72º 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 #CE228A is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 138 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.19 |
| HSL | 323.72º | 0.72% | 0.47% | - |
| HSV(B) | 323.72º | 0.83% | 0.81% | - |
| XYZ | 30.61 | 16.1 | 25.54 | - |
| YUV | 97.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 138 | 0 | 0.83 | 0.33 | 0.19 | 323.72 | 0.72 | 0.47 |
| Hex | CE | 22 | 8A | 0 | 53 | 21 | 13 | 144 | 48 | 2F |
| Octal | 316 | 42 | 212 | 0 | 123 | 41 | 23 | 504 | 110 | 57 |
| Binary | 11001110 | 100010 | 10001010 | 0 | 1010011 | 100001 | 10011 | 101000100 | 1001000 | 101111 |
Color Harmonies of #CE228A
Complementary color
Monochromatic Colors of #CE228A
Black with #CE228A
Text Example
Text Example
White with #CE228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE228A; }
p { color: rgb(206,34,138); }
H1.HeaderClassName
{
color: #CE228A;
}
.AnyTagClassName
{
color: #CE228A;
}
</style>
background-color css
<style>
a { background-color: #CE228A; }
a { background-color: rgb(206,34,138); }
div.DivClassName
{
background-color: #CE228A;
}
.BgClassName
{
background-color: #CE228A;
}
</style>
border-color css
<style>
span { border-color: #CE228A; }
span { border-color: rgb(206,34,138); }
td.TdClassName
{
border-color: #CE228A;
}
.TagClassName
{
border-color: #CE228A;
}
</style>