Shades of Fuchsia #CE54B4
Tints of Fuchsia #CE54B4
RGB
CMYK
RGB Variations
Color information
#CE54B4 (or 0xCE54B4) is known color: Fuchsia. HEX triplet: CE, 54 and B4. RGB value is (206,84,180). Sum of RGB (Red+Green+Blue) = 206+84+180=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54B4 is #31AB4B. Grayscale: #838383. Windows color (decimal): -3255116 or 11818190. OLE color: 11818190.
HSL color Cylindrical-coordinate representation of color #CE54B4: hue angle of 312.79º 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 #CE54B4 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 180 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.19 |
| HSL | 312.79º | 0.55% | 0.57% | - |
| HSV(B) | 312.79º | 0.59% | 0.81% | - |
| XYZ | 36.86 | 22.76 | 45.63 | - |
| YUV | 131.42 | 155.42 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 180 | 0 | 0.59 | 0.13 | 0.19 | 312.79 | 0.55 | 0.57 |
| Hex | CE | 54 | B4 | 0 | 3B | D | 13 | 139 | 37 | 39 |
| Octal | 316 | 124 | 264 | 0 | 73 | 15 | 23 | 471 | 67 | 71 |
| Binary | 11001110 | 1010100 | 10110100 | 0 | 111011 | 1101 | 10011 | 100111001 | 110111 | 111001 |
Color Harmonies of #CE54B4
Complementary color
Monochromatic Colors of #CE54B4
Black with #CE54B4
Text Example
Text Example
White with #CE54B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54B4; }
p { color: rgb(206,84,180); }
H1.HeaderClassName
{
color: #CE54B4;
}
.AnyTagClassName
{
color: #CE54B4;
}
</style>
background-color css
<style>
a { background-color: #CE54B4; }
a { background-color: rgb(206,84,180); }
div.DivClassName
{
background-color: #CE54B4;
}
.BgClassName
{
background-color: #CE54B4;
}
</style>
border-color css
<style>
span { border-color: #CE54B4; }
span { border-color: rgb(206,84,180); }
td.TdClassName
{
border-color: #CE54B4;
}
.TagClassName
{
border-color: #CE54B4;
}
</style>