Shades of Medium Violet Red #CE227B
Tints of Medium Violet Red #CE227B
RGB
CMYK
RGB Variations
Color information
#CE227B (or 0xCE227B) is known color: Medium Violet Red. HEX triplet: CE, 22 and 7B. RGB value is (206,34,123). Sum of RGB (Red+Green+Blue) = 206+34+123=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE227B is #31DD84. Grayscale: #5F5F5F. Windows color (decimal): -3267973 or 8069838. OLE color: 8069838.
HSL color Cylindrical-coordinate representation of color #CE227B: hue angle of 328.95º 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 #CE227B is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 123 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.19 |
| HSL | 328.95º | 0.72% | 0.47% | - |
| HSV(B) | 328.95º | 0.83% | 0.81% | - |
| XYZ | 29.6 | 15.7 | 20.21 | - |
| YUV | 95.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 123 | 0 | 0.83 | 0.40 | 0.19 | 328.95 | 0.72 | 0.47 |
| Hex | CE | 22 | 7B | 0 | 53 | 28 | 13 | 149 | 48 | 2F |
| Octal | 316 | 42 | 173 | 0 | 123 | 50 | 23 | 511 | 110 | 57 |
| Binary | 11001110 | 100010 | 1111011 | 0 | 1010011 | 101000 | 10011 | 101001001 | 1001000 | 101111 |
Color Harmonies of #CE227B
Complementary color
Monochromatic Colors of #CE227B
Black with #CE227B
Text Example
Text Example
White with #CE227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE227B; }
p { color: rgb(206,34,123); }
H1.HeaderClassName
{
color: #CE227B;
}
.AnyTagClassName
{
color: #CE227B;
}
</style>
background-color css
<style>
a { background-color: #CE227B; }
a { background-color: rgb(206,34,123); }
div.DivClassName
{
background-color: #CE227B;
}
.BgClassName
{
background-color: #CE227B;
}
</style>
border-color css
<style>
span { border-color: #CE227B; }
span { border-color: rgb(206,34,123); }
td.TdClassName
{
border-color: #CE227B;
}
.TagClassName
{
border-color: #CE227B;
}
</style>