Shades of Fuchsia #CE5BCB
Tints of Fuchsia #CE5BCB
RGB
CMYK
RGB Variations
Color information
#CE5BCB (or 0xCE5BCB) is known color: Fuchsia. HEX triplet: CE, 5B and CB. RGB value is (206,91,203). Sum of RGB (Red+Green+Blue) = 206+91+203=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BCB is #31A434. Grayscale: #898989. Windows color (decimal): -3253301 or 13327310. OLE color: 13327310.
HSL color Cylindrical-coordinate representation of color #CE5BCB: hue angle of 301.57º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5BCB is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 203 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.19 |
| HSL | 301.57º | 0.54% | 0.58% | - |
| HSV(B) | 301.57º | 0.56% | 0.81% | - |
| XYZ | 39.97 | 24.92 | 59.2 | - |
| YUV | 138.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 203 | 0 | 0.56 | 0.01 | 0.19 | 301.57 | 0.54 | 0.58 |
| Hex | CE | 5B | CB | 0 | 38 | 1 | 13 | 12E | 36 | 3A |
| Octal | 316 | 133 | 313 | 0 | 70 | 1 | 23 | 456 | 66 | 72 |
| Binary | 11001110 | 1011011 | 11001011 | 0 | 111000 | 1 | 10011 | 100101110 | 110110 | 111010 |
Color Harmonies of #CE5BCB
Complementary color
Monochromatic Colors of #CE5BCB
Black with #CE5BCB
Text Example
Text Example
White with #CE5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BCB; }
p { color: rgb(206,91,203); }
H1.HeaderClassName
{
color: #CE5BCB;
}
.AnyTagClassName
{
color: #CE5BCB;
}
</style>
background-color css
<style>
a { background-color: #CE5BCB; }
a { background-color: rgb(206,91,203); }
div.DivClassName
{
background-color: #CE5BCB;
}
.BgClassName
{
background-color: #CE5BCB;
}
</style>
border-color css
<style>
span { border-color: #CE5BCB; }
span { border-color: rgb(206,91,203); }
td.TdClassName
{
border-color: #CE5BCB;
}
.TagClassName
{
border-color: #CE5BCB;
}
</style>