Shades of Fuchsia #CE5AB8
Tints of Fuchsia #CE5AB8
RGB
CMYK
RGB Variations
Color information
#CE5AB8 (or 0xCE5AB8) is known color: Fuchsia. HEX triplet: CE, 5A and B8. RGB value is (206,90,184). Sum of RGB (Red+Green+Blue) = 206+90+184=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 90 (35.55% from 255 or 18.75% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AB8 is #31A547. Grayscale: #878787. Windows color (decimal): -3253576 or 12081870. OLE color: 12081870.
HSL color Cylindrical-coordinate representation of color #CE5AB8: hue angle of 311.38º 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 #CE5AB8 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 90 | 184 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.19 |
| HSL | 311.38º | 0.54% | 0.58% | - |
| HSV(B) | 311.38º | 0.56% | 0.81% | - |
| XYZ | 37.76 | 23.89 | 47.97 | - |
| YUV | 135.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 184 | 0 | 0.56 | 0.11 | 0.19 | 311.38 | 0.54 | 0.58 |
| Hex | CE | 5A | B8 | 0 | 38 | B | 13 | 137 | 36 | 3A |
| Octal | 316 | 132 | 270 | 0 | 70 | 13 | 23 | 467 | 66 | 72 |
| Binary | 11001110 | 1011010 | 10111000 | 0 | 111000 | 1011 | 10011 | 100110111 | 110110 | 111010 |
Color Harmonies of #CE5AB8
Complementary color
Monochromatic Colors of #CE5AB8
Black with #CE5AB8
Text Example
Text Example
White with #CE5AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AB8; }
p { color: rgb(206,90,184); }
H1.HeaderClassName
{
color: #CE5AB8;
}
.AnyTagClassName
{
color: #CE5AB8;
}
</style>
background-color css
<style>
a { background-color: #CE5AB8; }
a { background-color: rgb(206,90,184); }
div.DivClassName
{
background-color: #CE5AB8;
}
.BgClassName
{
background-color: #CE5AB8;
}
</style>
border-color css
<style>
span { border-color: #CE5AB8; }
span { border-color: rgb(206,90,184); }
td.TdClassName
{
border-color: #CE5AB8;
}
.TagClassName
{
border-color: #CE5AB8;
}
</style>