Shades of Fuchsia #CE6EB8
Tints of Fuchsia #CE6EB8
RGB
CMYK
RGB Variations
Color information
#CE6EB8 (or 0xCE6EB8) is known color: Fuchsia. HEX triplet: CE, 6E and B8. RGB value is (206,110,184). Sum of RGB (Red+Green+Blue) = 206+110+184=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EB8 is #319147. Grayscale: #929292. Windows color (decimal): -3248456 or 12086990. OLE color: 12086990.
HSL color Cylindrical-coordinate representation of color #CE6EB8: hue angle of 313.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6EB8 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 184 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.19 |
| HSL | 313.75º | 0.49% | 0.62% | - |
| HSV(B) | 313.75º | 0.47% | 0.81% | - |
| XYZ | 39.68 | 27.73 | 48.61 | - |
| YUV | 147.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 184 | 0 | 0.47 | 0.11 | 0.19 | 313.75 | 0.49 | 0.62 |
| Hex | CE | 6E | B8 | 0 | 2F | B | 13 | 13A | 31 | 3E |
| Octal | 316 | 156 | 270 | 0 | 57 | 13 | 23 | 472 | 61 | 76 |
| Binary | 11001110 | 1101110 | 10111000 | 0 | 101111 | 1011 | 10011 | 100111010 | 110001 | 111110 |
Color Harmonies of #CE6EB8
Complementary color
Monochromatic Colors of #CE6EB8
Black with #CE6EB8
Text Example
Text Example
White with #CE6EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EB8; }
p { color: rgb(206,110,184); }
H1.HeaderClassName
{
color: #CE6EB8;
}
.AnyTagClassName
{
color: #CE6EB8;
}
</style>
background-color css
<style>
a { background-color: #CE6EB8; }
a { background-color: rgb(206,110,184); }
div.DivClassName
{
background-color: #CE6EB8;
}
.BgClassName
{
background-color: #CE6EB8;
}
</style>
border-color css
<style>
span { border-color: #CE6EB8; }
span { border-color: rgb(206,110,184); }
td.TdClassName
{
border-color: #CE6EB8;
}
.TagClassName
{
border-color: #CE6EB8;
}
</style>