Shades of Fuchsia #CE57BE
Tints of Fuchsia #CE57BE
RGB
CMYK
RGB Variations
Color information
#CE57BE (or 0xCE57BE) is known color: Fuchsia. HEX triplet: CE, 57 and BE. RGB value is (206,87,190). Sum of RGB (Red+Green+Blue) = 206+87+190=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57BE is #31A841. Grayscale: #868686. Windows color (decimal): -3254338 or 12474318. OLE color: 12474318.
HSL color Cylindrical-coordinate representation of color #CE57BE: hue angle of 308.07º 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 #CE57BE is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 190 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.19 |
| HSL | 308.07º | 0.55% | 0.57% | - |
| HSV(B) | 308.07º | 0.58% | 0.81% | - |
| XYZ | 38.16 | 23.66 | 51.27 | - |
| YUV | 134.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 190 | 0 | 0.58 | 0.08 | 0.19 | 308.07 | 0.55 | 0.57 |
| Hex | CE | 57 | BE | 0 | 3A | 8 | 13 | 134 | 37 | 39 |
| Octal | 316 | 127 | 276 | 0 | 72 | 10 | 23 | 464 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10111110 | 0 | 111010 | 1000 | 10011 | 100110100 | 110111 | 111001 |
Color Harmonies of #CE57BE
Complementary color
Monochromatic Colors of #CE57BE
Black with #CE57BE
Text Example
Text Example
White with #CE57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57BE; }
p { color: rgb(206,87,190); }
H1.HeaderClassName
{
color: #CE57BE;
}
.AnyTagClassName
{
color: #CE57BE;
}
</style>
background-color css
<style>
a { background-color: #CE57BE; }
a { background-color: rgb(206,87,190); }
div.DivClassName
{
background-color: #CE57BE;
}
.BgClassName
{
background-color: #CE57BE;
}
</style>
border-color css
<style>
span { border-color: #CE57BE; }
span { border-color: rgb(206,87,190); }
td.TdClassName
{
border-color: #CE57BE;
}
.TagClassName
{
border-color: #CE57BE;
}
</style>