Shades of Fuchsia #CE57BA
Tints of Fuchsia #CE57BA
RGB
CMYK
RGB Variations
Color information
#CE57BA (or 0xCE57BA) is known color: Fuchsia. HEX triplet: CE, 57 and BA. RGB value is (206,87,186). Sum of RGB (Red+Green+Blue) = 206+87+186=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57BA is #31A845. Grayscale: #858585. Windows color (decimal): -3254342 or 12212174. OLE color: 12212174.
HSL color Cylindrical-coordinate representation of color #CE57BA: hue angle of 310.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 #CE57BA is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 186 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.19 |
| HSL | 310.08º | 0.55% | 0.57% | - |
| HSV(B) | 310.08º | 0.58% | 0.81% | - |
| XYZ | 37.72 | 23.48 | 49 | - |
| YUV | 133.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 186 | 0 | 0.58 | 0.10 | 0.19 | 310.08 | 0.55 | 0.57 |
| Hex | CE | 57 | BA | 0 | 3A | A | 13 | 136 | 37 | 39 |
| Octal | 316 | 127 | 272 | 0 | 72 | 12 | 23 | 466 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10111010 | 0 | 111010 | 1010 | 10011 | 100110110 | 110111 | 111001 |
Color Harmonies of #CE57BA
Complementary color
Monochromatic Colors of #CE57BA
Black with #CE57BA
Text Example
Text Example
White with #CE57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57BA; }
p { color: rgb(206,87,186); }
H1.HeaderClassName
{
color: #CE57BA;
}
.AnyTagClassName
{
color: #CE57BA;
}
</style>
background-color css
<style>
a { background-color: #CE57BA; }
a { background-color: rgb(206,87,186); }
div.DivClassName
{
background-color: #CE57BA;
}
.BgClassName
{
background-color: #CE57BA;
}
</style>
border-color css
<style>
span { border-color: #CE57BA; }
span { border-color: rgb(206,87,186); }
td.TdClassName
{
border-color: #CE57BA;
}
.TagClassName
{
border-color: #CE57BA;
}
</style>