Shades of Fuchsia #CE5ECB
Tints of Fuchsia #CE5ECB
RGB
CMYK
RGB Variations
Color information
#CE5ECB (or 0xCE5ECB) is known color: Fuchsia. HEX triplet: CE, 5E and CB. RGB value is (206,94,203). Sum of RGB (Red+Green+Blue) = 206+94+203=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ECB is #31A134. Grayscale: #8B8B8B. Windows color (decimal): -3252533 or 13328078. OLE color: 13328078.
HSL color Cylindrical-coordinate representation of color #CE5ECB: hue angle of 301.61º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5ECB is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 203 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.19 |
| HSL | 301.61º | 0.53% | 0.59% | - |
| HSV(B) | 301.61º | 0.54% | 0.81% | - |
| XYZ | 40.24 | 25.44 | 59.29 | - |
| YUV | 139.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 203 | 0 | 0.54 | 0.01 | 0.19 | 301.61 | 0.53 | 0.59 |
| Hex | CE | 5E | CB | 0 | 36 | 1 | 13 | 12E | 35 | 3B |
| Octal | 316 | 136 | 313 | 0 | 66 | 1 | 23 | 456 | 65 | 73 |
| Binary | 11001110 | 1011110 | 11001011 | 0 | 110110 | 1 | 10011 | 100101110 | 110101 | 111011 |
Color Harmonies of #CE5ECB
Complementary color
Monochromatic Colors of #CE5ECB
Black with #CE5ECB
Text Example
Text Example
White with #CE5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ECB; }
p { color: rgb(206,94,203); }
H1.HeaderClassName
{
color: #CE5ECB;
}
.AnyTagClassName
{
color: #CE5ECB;
}
</style>
background-color css
<style>
a { background-color: #CE5ECB; }
a { background-color: rgb(206,94,203); }
div.DivClassName
{
background-color: #CE5ECB;
}
.BgClassName
{
background-color: #CE5ECB;
}
</style>
border-color css
<style>
span { border-color: #CE5ECB; }
span { border-color: rgb(206,94,203); }
td.TdClassName
{
border-color: #CE5ECB;
}
.TagClassName
{
border-color: #CE5ECB;
}
</style>