Shades of Fuchsia #CE5ACB
Tints of Fuchsia #CE5ACB
RGB
CMYK
RGB Variations
Color information
#CE5ACB (or 0xCE5ACB) is known color: Fuchsia. HEX triplet: CE, 5A and CB. RGB value is (206,90,203). Sum of RGB (Red+Green+Blue) = 206+90+203=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ACB is #31A534. Grayscale: #898989. Windows color (decimal): -3253557 or 13327054. OLE color: 13327054.
HSL color Cylindrical-coordinate representation of color #CE5ACB: hue angle of 301.55º 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 #CE5ACB is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 203 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.19 |
| HSL | 301.55º | 0.54% | 0.58% | - |
| HSV(B) | 301.55º | 0.56% | 0.81% | - |
| XYZ | 39.89 | 24.75 | 59.17 | - |
| YUV | 137.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 203 | 0 | 0.56 | 0.01 | 0.19 | 301.55 | 0.54 | 0.58 |
| Hex | CE | 5A | CB | 0 | 38 | 1 | 13 | 12E | 36 | 3A |
| Octal | 316 | 132 | 313 | 0 | 70 | 1 | 23 | 456 | 66 | 72 |
| Binary | 11001110 | 1011010 | 11001011 | 0 | 111000 | 1 | 10011 | 100101110 | 110110 | 111010 |
Color Harmonies of #CE5ACB
Complementary color
Monochromatic Colors of #CE5ACB
Black with #CE5ACB
Text Example
Text Example
White with #CE5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ACB; }
p { color: rgb(206,90,203); }
H1.HeaderClassName
{
color: #CE5ACB;
}
.AnyTagClassName
{
color: #CE5ACB;
}
</style>
background-color css
<style>
a { background-color: #CE5ACB; }
a { background-color: rgb(206,90,203); }
div.DivClassName
{
background-color: #CE5ACB;
}
.BgClassName
{
background-color: #CE5ACB;
}
</style>
border-color css
<style>
span { border-color: #CE5ACB; }
span { border-color: rgb(206,90,203); }
td.TdClassName
{
border-color: #CE5ACB;
}
.TagClassName
{
border-color: #CE5ACB;
}
</style>