Shades of Fuchsia #CE57B9
Tints of Fuchsia #CE57B9
RGB
CMYK
RGB Variations
Color information
#CE57B9 (or 0xCE57B9) is known color: Fuchsia. HEX triplet: CE, 57 and B9. RGB value is (206,87,185). Sum of RGB (Red+Green+Blue) = 206+87+185=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57B9 is #31A846. Grayscale: #858585. Windows color (decimal): -3254343 or 12146638. OLE color: 12146638.
HSL color Cylindrical-coordinate representation of color #CE57B9: hue angle of 310.59º 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 #CE57B9 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 185 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.19 |
| HSL | 310.59º | 0.55% | 0.57% | - |
| HSV(B) | 310.59º | 0.58% | 0.81% | - |
| XYZ | 37.62 | 23.44 | 48.44 | - |
| YUV | 133.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 185 | 0 | 0.58 | 0.10 | 0.19 | 310.59 | 0.55 | 0.57 |
| Hex | CE | 57 | B9 | 0 | 3A | A | 13 | 137 | 37 | 39 |
| Octal | 316 | 127 | 271 | 0 | 72 | 12 | 23 | 467 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10111001 | 0 | 111010 | 1010 | 10011 | 100110111 | 110111 | 111001 |
Color Harmonies of #CE57B9
Complementary color
Monochromatic Colors of #CE57B9
Black with #CE57B9
Text Example
Text Example
White with #CE57B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57B9; }
p { color: rgb(206,87,185); }
H1.HeaderClassName
{
color: #CE57B9;
}
.AnyTagClassName
{
color: #CE57B9;
}
</style>
background-color css
<style>
a { background-color: #CE57B9; }
a { background-color: rgb(206,87,185); }
div.DivClassName
{
background-color: #CE57B9;
}
.BgClassName
{
background-color: #CE57B9;
}
</style>
border-color css
<style>
span { border-color: #CE57B9; }
span { border-color: rgb(206,87,185); }
td.TdClassName
{
border-color: #CE57B9;
}
.TagClassName
{
border-color: #CE57B9;
}
</style>