Shades of Medium Violet Red #CE2381
Tints of Medium Violet Red #CE2381
RGB
CMYK
RGB Variations
Color information
#CE2381 (or 0xCE2381) is known color: Medium Violet Red. HEX triplet: CE, 23 and 81. RGB value is (206,35,129). Sum of RGB (Red+Green+Blue) = 206+35+129=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2381 is #31DC7E. Grayscale: #606060. Windows color (decimal): -3267711 or 8463310. OLE color: 8463310.
HSL color Cylindrical-coordinate representation of color #CE2381: hue angle of 327.02º 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 #CE2381 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 129 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.19 |
| HSL | 327.02º | 0.71% | 0.47% | - |
| HSV(B) | 327.02º | 0.83% | 0.81% | - |
| XYZ | 30.02 | 15.91 | 22.26 | - |
| YUV | 96.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 129 | 0 | 0.83 | 0.37 | 0.19 | 327.02 | 0.71 | 0.47 |
| Hex | CE | 23 | 81 | 0 | 53 | 25 | 13 | 147 | 47 | 2F |
| Octal | 316 | 43 | 201 | 0 | 123 | 45 | 23 | 507 | 107 | 57 |
| Binary | 11001110 | 100011 | 10000001 | 0 | 1010011 | 100101 | 10011 | 101000111 | 1000111 | 101111 |
Color Harmonies of #CE2381
Complementary color
Monochromatic Colors of #CE2381
Black with #CE2381
Text Example
Text Example
White with #CE2381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2381; }
p { color: rgb(206,35,129); }
H1.HeaderClassName
{
color: #CE2381;
}
.AnyTagClassName
{
color: #CE2381;
}
</style>
background-color css
<style>
a { background-color: #CE2381; }
a { background-color: rgb(206,35,129); }
div.DivClassName
{
background-color: #CE2381;
}
.BgClassName
{
background-color: #CE2381;
}
</style>
border-color css
<style>
span { border-color: #CE2381; }
span { border-color: rgb(206,35,129); }
td.TdClassName
{
border-color: #CE2381;
}
.TagClassName
{
border-color: #CE2381;
}
</style>