Shades of Fuchsia #CE5BB8
Tints of Fuchsia #CE5BB8
RGB
CMYK
RGB Variations
Color information
#CE5BB8 (or 0xCE5BB8) is known color: Fuchsia. HEX triplet: CE, 5B and B8. RGB value is (206,91,184). Sum of RGB (Red+Green+Blue) = 206+91+184=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BB8 is #31A447. Grayscale: #878787. Windows color (decimal): -3253320 or 12082126. OLE color: 12082126.
HSL color Cylindrical-coordinate representation of color #CE5BB8: hue angle of 311.48º 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 #CE5BB8 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 184 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.19 |
| HSL | 311.48º | 0.54% | 0.58% | - |
| HSV(B) | 311.48º | 0.56% | 0.81% | - |
| XYZ | 37.85 | 24.06 | 48 | - |
| YUV | 135.99 | 155.1 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 184 | 0 | 0.56 | 0.11 | 0.19 | 311.48 | 0.54 | 0.58 |
| Hex | CE | 5B | B8 | 0 | 38 | B | 13 | 137 | 36 | 3A |
| Octal | 316 | 133 | 270 | 0 | 70 | 13 | 23 | 467 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10111000 | 0 | 111000 | 1011 | 10011 | 100110111 | 110110 | 111010 |
Color Harmonies of #CE5BB8
Complementary color
Monochromatic Colors of #CE5BB8
Black with #CE5BB8
Text Example
Text Example
White with #CE5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BB8; }
p { color: rgb(206,91,184); }
H1.HeaderClassName
{
color: #CE5BB8;
}
.AnyTagClassName
{
color: #CE5BB8;
}
</style>
background-color css
<style>
a { background-color: #CE5BB8; }
a { background-color: rgb(206,91,184); }
div.DivClassName
{
background-color: #CE5BB8;
}
.BgClassName
{
background-color: #CE5BB8;
}
</style>
border-color css
<style>
span { border-color: #CE5BB8; }
span { border-color: rgb(206,91,184); }
td.TdClassName
{
border-color: #CE5BB8;
}
.TagClassName
{
border-color: #CE5BB8;
}
</style>