Shades of Fuchsia #CE54C6
Tints of Fuchsia #CE54C6
RGB
CMYK
RGB Variations
Color information
#CE54C6 (or 0xCE54C6) is known color: Fuchsia. HEX triplet: CE, 54 and C6. RGB value is (206,84,198). Sum of RGB (Red+Green+Blue) = 206+84+198=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54C6 is #31AB39. Grayscale: #858585. Windows color (decimal): -3255098 or 12997838. OLE color: 12997838.
HSL color Cylindrical-coordinate representation of color #CE54C6: hue angle of 303.93º 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 #CE54C6 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 198 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.19 |
| HSL | 303.93º | 0.55% | 0.57% | - |
| HSV(B) | 303.93º | 0.59% | 0.81% | - |
| XYZ | 38.82 | 23.54 | 55.92 | - |
| YUV | 133.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 198 | 0 | 0.59 | 0.04 | 0.19 | 303.93 | 0.55 | 0.57 |
| Hex | CE | 54 | C6 | 0 | 3B | 4 | 13 | 130 | 37 | 39 |
| Octal | 316 | 124 | 306 | 0 | 73 | 4 | 23 | 460 | 67 | 71 |
| Binary | 11001110 | 1010100 | 11000110 | 0 | 111011 | 100 | 10011 | 100110000 | 110111 | 111001 |
Color Harmonies of #CE54C6
Complementary color
Monochromatic Colors of #CE54C6
Black with #CE54C6
Text Example
Text Example
White with #CE54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE54C6; }
p { color: rgb(206,84,198); }
H1.HeaderClassName
{
color: #CE54C6;
}
.AnyTagClassName
{
color: #CE54C6;
}
</style>
background-color css
<style>
a { background-color: #CE54C6; }
a { background-color: rgb(206,84,198); }
div.DivClassName
{
background-color: #CE54C6;
}
.BgClassName
{
background-color: #CE54C6;
}
</style>
border-color css
<style>
span { border-color: #CE54C6; }
span { border-color: rgb(206,84,198); }
td.TdClassName
{
border-color: #CE54C6;
}
.TagClassName
{
border-color: #CE54C6;
}
</style>