Shades of Fuchsia #CE54BD
Tints of Fuchsia #CE54BD
RGB
CMYK
RGB Variations
Color information
#CE54BD (or 0xCE54BD) is known color: Fuchsia. HEX triplet: CE, 54 and BD. RGB value is (206,84,189). Sum of RGB (Red+Green+Blue) = 206+84+189=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54BD is #31AB42. Grayscale: #848484. Windows color (decimal): -3255107 or 12408014. OLE color: 12408014.
HSL color Cylindrical-coordinate representation of color #CE54BD: hue angle of 308.36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE54BD is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 189 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.19 |
| HSL | 308.36º | 0.55% | 0.57% | - |
| HSV(B) | 308.36º | 0.59% | 0.81% | - |
| XYZ | 37.81 | 23.14 | 50.62 | - |
| YUV | 132.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 189 | 0 | 0.59 | 0.08 | 0.19 | 308.36 | 0.55 | 0.57 |
| Hex | CE | 54 | BD | 0 | 3B | 8 | 13 | 134 | 37 | 39 |
| Octal | 316 | 124 | 275 | 0 | 73 | 10 | 23 | 464 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10111101 | 0 | 111011 | 1000 | 10011 | 100110100 | 110111 | 111001 |
Color Harmonies of #CE54BD
Complementary color
Monochromatic Colors of #CE54BD
Black with #CE54BD
Text Example
Text Example
White with #CE54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54BD; }
p { color: rgb(206,84,189); }
H1.HeaderClassName
{
color: #CE54BD;
}
.AnyTagClassName
{
color: #CE54BD;
}
</style>
background-color css
<style>
a { background-color: #CE54BD; }
a { background-color: rgb(206,84,189); }
div.DivClassName
{
background-color: #CE54BD;
}
.BgClassName
{
background-color: #CE54BD;
}
</style>
border-color css
<style>
span { border-color: #CE54BD; }
span { border-color: rgb(206,84,189); }
td.TdClassName
{
border-color: #CE54BD;
}
.TagClassName
{
border-color: #CE54BD;
}
</style>