Shades of Fuchsia #CE57B5
Tints of Fuchsia #CE57B5
RGB
CMYK
RGB Variations
Color information
#CE57B5 (or 0xCE57B5) is known color: Fuchsia. HEX triplet: CE, 57 and B5. RGB value is (206,87,181). Sum of RGB (Red+Green+Blue) = 206+87+181=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57B5 is #31A84A. Grayscale: #858585. Windows color (decimal): -3254347 or 11884494. OLE color: 11884494.
HSL color Cylindrical-coordinate representation of color #CE57B5: hue angle of 312.61º 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 #CE57B5 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 181 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.19 |
| HSL | 312.61º | 0.55% | 0.57% | - |
| HSV(B) | 312.61º | 0.58% | 0.81% | - |
| XYZ | 37.2 | 23.27 | 46.25 | - |
| YUV | 133.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 181 | 0 | 0.58 | 0.12 | 0.19 | 312.61 | 0.55 | 0.57 |
| Hex | CE | 57 | B5 | 0 | 3A | C | 13 | 139 | 37 | 39 |
| Octal | 316 | 127 | 265 | 0 | 72 | 14 | 23 | 471 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10110101 | 0 | 111010 | 1100 | 10011 | 100111001 | 110111 | 111001 |
Color Harmonies of #CE57B5
Complementary color
Monochromatic Colors of #CE57B5
Black with #CE57B5
Text Example
Text Example
White with #CE57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57B5; }
p { color: rgb(206,87,181); }
H1.HeaderClassName
{
color: #CE57B5;
}
.AnyTagClassName
{
color: #CE57B5;
}
</style>
background-color css
<style>
a { background-color: #CE57B5; }
a { background-color: rgb(206,87,181); }
div.DivClassName
{
background-color: #CE57B5;
}
.BgClassName
{
background-color: #CE57B5;
}
</style>
border-color css
<style>
span { border-color: #CE57B5; }
span { border-color: rgb(206,87,181); }
td.TdClassName
{
border-color: #CE57B5;
}
.TagClassName
{
border-color: #CE57B5;
}
</style>