Shades of Medium Violet Red #CE237A
Tints of Medium Violet Red #CE237A
RGB
CMYK
RGB Variations
Color information
#CE237A (or 0xCE237A) is known color: Medium Violet Red. HEX triplet: CE, 23 and 7A. RGB value is (206,35,122). Sum of RGB (Red+Green+Blue) = 206+35+122=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE237A is #31DC85. Grayscale: #5F5F5F. Windows color (decimal): -3267718 or 8004558. OLE color: 8004558.
HSL color Cylindrical-coordinate representation of color #CE237A: hue angle of 329.47º degrees, saturation: 0.71, 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 #CE237A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 122 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.19 |
| HSL | 329.47º | 0.71% | 0.47% | - |
| HSV(B) | 329.47º | 0.83% | 0.81% | - |
| XYZ | 29.57 | 15.73 | 19.89 | - |
| YUV | 96.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 122 | 0 | 0.83 | 0.41 | 0.19 | 329.47 | 0.71 | 0.47 |
| Hex | CE | 23 | 7A | 0 | 53 | 29 | 13 | 149 | 47 | 2F |
| Octal | 316 | 43 | 172 | 0 | 123 | 51 | 23 | 511 | 107 | 57 |
| Binary | 11001110 | 100011 | 1111010 | 0 | 1010011 | 101001 | 10011 | 101001001 | 1000111 | 101111 |
Color Harmonies of #CE237A
Complementary color
Monochromatic Colors of #CE237A
Black with #CE237A
Text Example
Text Example
White with #CE237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE237A; }
p { color: rgb(206,35,122); }
H1.HeaderClassName
{
color: #CE237A;
}
.AnyTagClassName
{
color: #CE237A;
}
</style>
background-color css
<style>
a { background-color: #CE237A; }
a { background-color: rgb(206,35,122); }
div.DivClassName
{
background-color: #CE237A;
}
.BgClassName
{
background-color: #CE237A;
}
</style>
border-color css
<style>
span { border-color: #CE237A; }
span { border-color: rgb(206,35,122); }
td.TdClassName
{
border-color: #CE237A;
}
.TagClassName
{
border-color: #CE237A;
}
</style>