Shades of Fuchsia #CE57BC
Tints of Fuchsia #CE57BC
RGB
CMYK
RGB Variations
Color information
#CE57BC (or 0xCE57BC) is known color: Fuchsia. HEX triplet: CE, 57 and BC. RGB value is (206,87,188). Sum of RGB (Red+Green+Blue) = 206+87+188=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57BC is #31A843. Grayscale: #858585. Windows color (decimal): -3254340 or 12343246. OLE color: 12343246.
HSL color Cylindrical-coordinate representation of color #CE57BC: hue angle of 309.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE57BC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 188 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.19 |
| HSL | 309.08º | 0.55% | 0.57% | - |
| HSV(B) | 309.08º | 0.58% | 0.81% | - |
| XYZ | 37.94 | 23.57 | 50.13 | - |
| YUV | 134.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 188 | 0 | 0.58 | 0.09 | 0.19 | 309.08 | 0.55 | 0.57 |
| Hex | CE | 57 | BC | 0 | 3A | 9 | 13 | 135 | 37 | 39 |
| Octal | 316 | 127 | 274 | 0 | 72 | 11 | 23 | 465 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10111100 | 0 | 111010 | 1001 | 10011 | 100110101 | 110111 | 111001 |
Color Harmonies of #CE57BC
Complementary color
Monochromatic Colors of #CE57BC
Black with #CE57BC
Text Example
Text Example
White with #CE57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57BC; }
p { color: rgb(206,87,188); }
H1.HeaderClassName
{
color: #CE57BC;
}
.AnyTagClassName
{
color: #CE57BC;
}
</style>
background-color css
<style>
a { background-color: #CE57BC; }
a { background-color: rgb(206,87,188); }
div.DivClassName
{
background-color: #CE57BC;
}
.BgClassName
{
background-color: #CE57BC;
}
</style>
border-color css
<style>
span { border-color: #CE57BC; }
span { border-color: rgb(206,87,188); }
td.TdClassName
{
border-color: #CE57BC;
}
.TagClassName
{
border-color: #CE57BC;
}
</style>