Shades of Medium Violet Red #CE0283
Tints of Medium Violet Red #CE0283
RGB
CMYK
RGB Variations
Color information
#CE0283 (or 0xCE0283) is known color: Medium Violet Red. HEX triplet: CE, 02 and 83. RGB value is (206,2,131). Sum of RGB (Red+Green+Blue) = 206+2+131=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0283 is #31FD7C. Grayscale: #4D4D4D. Windows color (decimal): -3276157 or 8585934. OLE color: 8585934.
HSL color Cylindrical-coordinate representation of color #CE0283: hue angle of 322.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0283 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.19 |
| HSL | 322.06º | 0.98% | 0.41% | - |
| HSV(B) | 322.06º | 0.99% | 0.81% | - |
| XYZ | 29.57 | 14.8 | 22.77 | - |
| YUV | 77.7 | 158.09 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 131 | 0 | 0.99 | 0.36 | 0.19 | 322.06 | 0.98 | 0.41 |
| Hex | CE | 2 | 83 | 0 | 63 | 24 | 13 | 142 | 62 | 29 |
| Octal | 316 | 2 | 203 | 0 | 143 | 44 | 23 | 502 | 142 | 51 |
| Binary | 11001110 | 10 | 10000011 | 0 | 1100011 | 100100 | 10011 | 101000010 | 1100010 | 101001 |
Color Harmonies of #CE0283
Complementary color
Monochromatic Colors of #CE0283
Black with #CE0283
Text Example
Text Example
White with #CE0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0283; }
p { color: rgb(206,2,131); }
H1.HeaderClassName
{
color: #CE0283;
}
.AnyTagClassName
{
color: #CE0283;
}
</style>
background-color css
<style>
a { background-color: #CE0283; }
a { background-color: rgb(206,2,131); }
div.DivClassName
{
background-color: #CE0283;
}
.BgClassName
{
background-color: #CE0283;
}
</style>
border-color css
<style>
span { border-color: #CE0283; }
span { border-color: rgb(206,2,131); }
td.TdClassName
{
border-color: #CE0283;
}
.TagClassName
{
border-color: #CE0283;
}
</style>