Shades of Fuchsia #CE54B7
Tints of Fuchsia #CE54B7
RGB
CMYK
RGB Variations
Color information
#CE54B7 (or 0xCE54B7) is known color: Fuchsia. HEX triplet: CE, 54 and B7. RGB value is (206,84,183). Sum of RGB (Red+Green+Blue) = 206+84+183=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54B7 is #31AB48. Grayscale: #838383. Windows color (decimal): -3255113 or 12014798. OLE color: 12014798.
HSL color Cylindrical-coordinate representation of color #CE54B7: hue angle of 311.31º 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 #CE54B7 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 183 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.19 |
| HSL | 311.31º | 0.55% | 0.57% | - |
| HSV(B) | 311.31º | 0.59% | 0.81% | - |
| XYZ | 37.17 | 22.88 | 47.26 | - |
| YUV | 131.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 183 | 0 | 0.59 | 0.11 | 0.19 | 311.31 | 0.55 | 0.57 |
| Hex | CE | 54 | B7 | 0 | 3B | B | 13 | 137 | 37 | 39 |
| Octal | 316 | 124 | 267 | 0 | 73 | 13 | 23 | 467 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10110111 | 0 | 111011 | 1011 | 10011 | 100110111 | 110111 | 111001 |
Color Harmonies of #CE54B7
Complementary color
Monochromatic Colors of #CE54B7
Black with #CE54B7
Text Example
Text Example
White with #CE54B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54B7; }
p { color: rgb(206,84,183); }
H1.HeaderClassName
{
color: #CE54B7;
}
.AnyTagClassName
{
color: #CE54B7;
}
</style>
background-color css
<style>
a { background-color: #CE54B7; }
a { background-color: rgb(206,84,183); }
div.DivClassName
{
background-color: #CE54B7;
}
.BgClassName
{
background-color: #CE54B7;
}
</style>
border-color css
<style>
span { border-color: #CE54B7; }
span { border-color: rgb(206,84,183); }
td.TdClassName
{
border-color: #CE54B7;
}
.TagClassName
{
border-color: #CE54B7;
}
</style>