Shades of Fuchsia #CE5ACC
Tints of Fuchsia #CE5ACC
RGB
CMYK
RGB Variations
Color information
#CE5ACC (or 0xCE5ACC) is known color: Fuchsia. HEX triplet: CE, 5A and CC. RGB value is (206,90,204). Sum of RGB (Red+Green+Blue) = 206+90+204=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ACC is #31A533. Grayscale: #898989. Windows color (decimal): -3253556 or 13392590. OLE color: 13392590.
HSL color Cylindrical-coordinate representation of color #CE5ACC: hue angle of 301.03º 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 #CE5ACC is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 204 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.19 |
| HSL | 301.03º | 0.54% | 0.58% | - |
| HSV(B) | 301.03º | 0.56% | 0.81% | - |
| XYZ | 40.01 | 24.79 | 59.8 | - |
| YUV | 137.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 204 | 0 | 0.56 | 0.01 | 0.19 | 301.03 | 0.54 | 0.58 |
| Hex | CE | 5A | CC | 0 | 38 | 1 | 13 | 12D | 36 | 3A |
| Octal | 316 | 132 | 314 | 0 | 70 | 1 | 23 | 455 | 66 | 72 |
| Binary | 11001110 | 1011010 | 11001100 | 0 | 111000 | 1 | 10011 | 100101101 | 110110 | 111010 |
Color Harmonies of #CE5ACC
Complementary color
Monochromatic Colors of #CE5ACC
Black with #CE5ACC
Text Example
Text Example
White with #CE5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ACC; }
p { color: rgb(206,90,204); }
H1.HeaderClassName
{
color: #CE5ACC;
}
.AnyTagClassName
{
color: #CE5ACC;
}
</style>
background-color css
<style>
a { background-color: #CE5ACC; }
a { background-color: rgb(206,90,204); }
div.DivClassName
{
background-color: #CE5ACC;
}
.BgClassName
{
background-color: #CE5ACC;
}
</style>
border-color css
<style>
span { border-color: #CE5ACC; }
span { border-color: rgb(206,90,204); }
td.TdClassName
{
border-color: #CE5ACC;
}
.TagClassName
{
border-color: #CE5ACC;
}
</style>