Shades of Fuchsia #CE5CBA
Tints of Fuchsia #CE5CBA
RGB
CMYK
RGB Variations
Color information
#CE5CBA (or 0xCE5CBA) is known color: Fuchsia. HEX triplet: CE, 5C and BA. RGB value is (206,92,186). Sum of RGB (Red+Green+Blue) = 206+92+186=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CBA is #31A345. Grayscale: #888888. Windows color (decimal): -3253062 or 12213454. OLE color: 12213454.
HSL color Cylindrical-coordinate representation of color #CE5CBA: hue angle of 310.53º 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 #CE5CBA is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 186 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.19 |
| HSL | 310.53º | 0.54% | 0.58% | - |
| HSV(B) | 310.53º | 0.55% | 0.81% | - |
| XYZ | 38.14 | 24.32 | 49.14 | - |
| YUV | 136.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 186 | 0 | 0.55 | 0.10 | 0.19 | 310.53 | 0.54 | 0.58 |
| Hex | CE | 5C | BA | 0 | 37 | A | 13 | 137 | 36 | 3A |
| Octal | 316 | 134 | 272 | 0 | 67 | 12 | 23 | 467 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10111010 | 0 | 110111 | 1010 | 10011 | 100110111 | 110110 | 111010 |
Color Harmonies of #CE5CBA
Complementary color
Monochromatic Colors of #CE5CBA
Black with #CE5CBA
Text Example
Text Example
White with #CE5CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CBA; }
p { color: rgb(206,92,186); }
H1.HeaderClassName
{
color: #CE5CBA;
}
.AnyTagClassName
{
color: #CE5CBA;
}
</style>
background-color css
<style>
a { background-color: #CE5CBA; }
a { background-color: rgb(206,92,186); }
div.DivClassName
{
background-color: #CE5CBA;
}
.BgClassName
{
background-color: #CE5CBA;
}
</style>
border-color css
<style>
span { border-color: #CE5CBA; }
span { border-color: rgb(206,92,186); }
td.TdClassName
{
border-color: #CE5CBA;
}
.TagClassName
{
border-color: #CE5CBA;
}
</style>