Shades of Medium Violet Red #CE227A
Tints of Medium Violet Red #CE227A
RGB
CMYK
RGB Variations
Color information
#CE227A (or 0xCE227A) is known color: Medium Violet Red. HEX triplet: CE, 22 and 7A. RGB value is (206,34,122). Sum of RGB (Red+Green+Blue) = 206+34+122=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE227A is #31DD85. Grayscale: #5F5F5F. Windows color (decimal): -3267974 or 8004302. OLE color: 8004302.
HSL color Cylindrical-coordinate representation of color #CE227A: hue angle of 329.3º 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 #CE227A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 122 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.19 |
| HSL | 329.3º | 0.72% | 0.47% | - |
| HSV(B) | 329.3º | 0.83% | 0.81% | - |
| XYZ | 29.54 | 15.67 | 19.88 | - |
| YUV | 95.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 122 | 0 | 0.83 | 0.41 | 0.19 | 329.3 | 0.72 | 0.47 |
| Hex | CE | 22 | 7A | 0 | 53 | 29 | 13 | 149 | 48 | 2F |
| Octal | 316 | 42 | 172 | 0 | 123 | 51 | 23 | 511 | 110 | 57 |
| Binary | 11001110 | 100010 | 1111010 | 0 | 1010011 | 101001 | 10011 | 101001001 | 1001000 | 101111 |
Color Harmonies of #CE227A
Complementary color
Monochromatic Colors of #CE227A
Black with #CE227A
Text Example
Text Example
White with #CE227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE227A; }
p { color: rgb(206,34,122); }
H1.HeaderClassName
{
color: #CE227A;
}
.AnyTagClassName
{
color: #CE227A;
}
</style>
background-color css
<style>
a { background-color: #CE227A; }
a { background-color: rgb(206,34,122); }
div.DivClassName
{
background-color: #CE227A;
}
.BgClassName
{
background-color: #CE227A;
}
</style>
border-color css
<style>
span { border-color: #CE227A; }
span { border-color: rgb(206,34,122); }
td.TdClassName
{
border-color: #CE227A;
}
.TagClassName
{
border-color: #CE227A;
}
</style>