Shades of Fuchsia #CE5CCE
Tints of Fuchsia #CE5CCE
RGB
CMYK
RGB Variations
Color information
#CE5CCE (or 0xCE5CCE) is known color: Fuchsia. HEX triplet: CE, 5C and CE. RGB value is (206,92,206). Sum of RGB (Red+Green+Blue) = 206+92+206=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CCE is #31A331. Grayscale: #8A8A8A. Windows color (decimal): -3253042 or 13524174. OLE color: 13524174.
HSL color Cylindrical-coordinate representation of color #CE5CCE: hue angle of 300º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5CCE is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 206 | - |
| CMYK | 0 | 0.55 | 0 | 0.19 |
| HSL | 300º | 0.54% | 0.58% | - |
| HSV(B) | 300º | 0.55% | 0.81% | - |
| XYZ | 40.42 | 25.23 | 61.13 | - |
| YUV | 139.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 206 | 0 | 0.55 | 0 | 0.19 | 300 | 0.54 | 0.58 |
| Hex | CE | 5C | CE | 0 | 37 | 0 | 13 | 12C | 36 | 3A |
| Octal | 316 | 134 | 316 | 0 | 67 | 0 | 23 | 454 | 66 | 72 |
| Binary | 11001110 | 1011100 | 11001110 | 0 | 110111 | 0 | 10011 | 100101100 | 110110 | 111010 |
Color Harmonies of #CE5CCE
Complementary color
Monochromatic Colors of #CE5CCE
Black with #CE5CCE
Text Example
Text Example
White with #CE5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CCE; }
p { color: rgb(206,92,206); }
H1.HeaderClassName
{
color: #CE5CCE;
}
.AnyTagClassName
{
color: #CE5CCE;
}
</style>
background-color css
<style>
a { background-color: #CE5CCE; }
a { background-color: rgb(206,92,206); }
div.DivClassName
{
background-color: #CE5CCE;
}
.BgClassName
{
background-color: #CE5CCE;
}
</style>
border-color css
<style>
span { border-color: #CE5CCE; }
span { border-color: rgb(206,92,206); }
td.TdClassName
{
border-color: #CE5CCE;
}
.TagClassName
{
border-color: #CE5CCE;
}
</style>