Shades of Fuchsia #CE5BBA
Tints of Fuchsia #CE5BBA
RGB
CMYK
RGB Variations
Color information
#CE5BBA (or 0xCE5BBA) is known color: Fuchsia. HEX triplet: CE, 5B and BA. RGB value is (206,91,186). Sum of RGB (Red+Green+Blue) = 206+91+186=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BBA is #31A445. Grayscale: #878787. Windows color (decimal): -3253318 or 12213198. OLE color: 12213198.
HSL color Cylindrical-coordinate representation of color #CE5BBA: hue angle of 310.43º 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 #CE5BBA is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 186 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.19 |
| HSL | 310.43º | 0.54% | 0.58% | - |
| HSV(B) | 310.43º | 0.56% | 0.81% | - |
| XYZ | 38.06 | 24.15 | 49.11 | - |
| YUV | 136.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 186 | 0 | 0.56 | 0.10 | 0.19 | 310.43 | 0.54 | 0.58 |
| Hex | CE | 5B | BA | 0 | 38 | A | 13 | 136 | 36 | 3A |
| Octal | 316 | 133 | 272 | 0 | 70 | 12 | 23 | 466 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10111010 | 0 | 111000 | 1010 | 10011 | 100110110 | 110110 | 111010 |
Color Harmonies of #CE5BBA
Complementary color
Monochromatic Colors of #CE5BBA
Black with #CE5BBA
Text Example
Text Example
White with #CE5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BBA; }
p { color: rgb(206,91,186); }
H1.HeaderClassName
{
color: #CE5BBA;
}
.AnyTagClassName
{
color: #CE5BBA;
}
</style>
background-color css
<style>
a { background-color: #CE5BBA; }
a { background-color: rgb(206,91,186); }
div.DivClassName
{
background-color: #CE5BBA;
}
.BgClassName
{
background-color: #CE5BBA;
}
</style>
border-color css
<style>
span { border-color: #CE5BBA; }
span { border-color: rgb(206,91,186); }
td.TdClassName
{
border-color: #CE5BBA;
}
.TagClassName
{
border-color: #CE5BBA;
}
</style>