Shades of Fuchsia #CE57B0
Tints of Fuchsia #CE57B0
RGB
CMYK
RGB Variations
Color information
#CE57B0 (or 0xCE57B0) is known color: Fuchsia. HEX triplet: CE, 57 and B0. RGB value is (206,87,176). Sum of RGB (Red+Green+Blue) = 206+87+176=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE57B0 is #31A84F. Grayscale: #848484. Windows color (decimal): -3254352 or 11556814. OLE color: 11556814.
HSL color Cylindrical-coordinate representation of color #CE57B0: hue angle of 315.13º 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 #CE57B0 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 176 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.19 |
| HSL | 315.13º | 0.55% | 0.57% | - |
| HSV(B) | 315.13º | 0.58% | 0.81% | - |
| XYZ | 36.7 | 23.07 | 43.59 | - |
| YUV | 132.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 176 | 0 | 0.58 | 0.15 | 0.19 | 315.13 | 0.55 | 0.57 |
| Hex | CE | 57 | B0 | 0 | 3A | F | 13 | 13B | 37 | 39 |
| Octal | 316 | 127 | 260 | 0 | 72 | 17 | 23 | 473 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10110000 | 0 | 111010 | 1111 | 10011 | 100111011 | 110111 | 111001 |
Color Harmonies of #CE57B0
Complementary color
Monochromatic Colors of #CE57B0
Black with #CE57B0
Text Example
Text Example
White with #CE57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57B0; }
p { color: rgb(206,87,176); }
H1.HeaderClassName
{
color: #CE57B0;
}
.AnyTagClassName
{
color: #CE57B0;
}
</style>
background-color css
<style>
a { background-color: #CE57B0; }
a { background-color: rgb(206,87,176); }
div.DivClassName
{
background-color: #CE57B0;
}
.BgClassName
{
background-color: #CE57B0;
}
</style>
border-color css
<style>
span { border-color: #CE57B0; }
span { border-color: rgb(206,87,176); }
td.TdClassName
{
border-color: #CE57B0;
}
.TagClassName
{
border-color: #CE57B0;
}
</style>