Shades of Medium Violet Red #CE1383
Tints of Medium Violet Red #CE1383
RGB
CMYK
RGB Variations
Color information
#CE1383 (or 0xCE1383) is known color: Medium Violet Red. HEX triplet: CE, 13 and 83. RGB value is (206,19,131). Sum of RGB (Red+Green+Blue) = 206+19+131=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1383 is #31EC7C. Grayscale: #575757. Windows color (decimal): -3271805 or 8590286. OLE color: 8590286.
HSL color Cylindrical-coordinate representation of color #CE1383: hue angle of 324.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1383 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 131 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.19 |
| HSL | 324.06º | 0.83% | 0.44% | - |
| HSV(B) | 324.06º | 0.91% | 0.81% | - |
| XYZ | 29.78 | 15.23 | 22.84 | - |
| YUV | 87.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 131 | 0 | 0.91 | 0.36 | 0.19 | 324.06 | 0.83 | 0.44 |
| Hex | CE | 13 | 83 | 0 | 5B | 24 | 13 | 144 | 53 | 2C |
| Octal | 316 | 23 | 203 | 0 | 133 | 44 | 23 | 504 | 123 | 54 |
| Binary | 11001110 | 10011 | 10000011 | 0 | 1011011 | 100100 | 10011 | 101000100 | 1010011 | 101100 |
Color Harmonies of #CE1383
Complementary color
Monochromatic Colors of #CE1383
Black with #CE1383
Text Example
Text Example
White with #CE1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1383; }
p { color: rgb(206,19,131); }
H1.HeaderClassName
{
color: #CE1383;
}
.AnyTagClassName
{
color: #CE1383;
}
</style>
background-color css
<style>
a { background-color: #CE1383; }
a { background-color: rgb(206,19,131); }
div.DivClassName
{
background-color: #CE1383;
}
.BgClassName
{
background-color: #CE1383;
}
</style>
border-color css
<style>
span { border-color: #CE1383; }
span { border-color: rgb(206,19,131); }
td.TdClassName
{
border-color: #CE1383;
}
.TagClassName
{
border-color: #CE1383;
}
</style>