Shades of Fuchsia #CE57C5
Tints of Fuchsia #CE57C5
RGB
CMYK
RGB Variations
Color information
#CE57C5 (or 0xCE57C5) is known color: Fuchsia. HEX triplet: CE, 57 and C5. RGB value is (206,87,197). Sum of RGB (Red+Green+Blue) = 206+87+197=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57C5 is #31A83A. Grayscale: #868686. Windows color (decimal): -3254331 or 12933070. OLE color: 12933070.
HSL color Cylindrical-coordinate representation of color #CE57C5: hue angle of 304.54º 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 #CE57C5 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 197 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.19 |
| HSL | 304.54º | 0.55% | 0.57% | - |
| HSV(B) | 304.54º | 0.58% | 0.81% | - |
| XYZ | 38.94 | 23.97 | 55.4 | - |
| YUV | 135.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 197 | 0 | 0.58 | 0.04 | 0.19 | 304.54 | 0.55 | 0.57 |
| Hex | CE | 57 | C5 | 0 | 3A | 4 | 13 | 131 | 37 | 39 |
| Octal | 316 | 127 | 305 | 0 | 72 | 4 | 23 | 461 | 67 | 71 |
| Binary | 11001110 | 1010111 | 11000101 | 0 | 111010 | 100 | 10011 | 100110001 | 110111 | 111001 |
Color Harmonies of #CE57C5
Complementary color
Monochromatic Colors of #CE57C5
Black with #CE57C5
Text Example
Text Example
White with #CE57C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57C5; }
p { color: rgb(206,87,197); }
H1.HeaderClassName
{
color: #CE57C5;
}
.AnyTagClassName
{
color: #CE57C5;
}
</style>
background-color css
<style>
a { background-color: #CE57C5; }
a { background-color: rgb(206,87,197); }
div.DivClassName
{
background-color: #CE57C5;
}
.BgClassName
{
background-color: #CE57C5;
}
</style>
border-color css
<style>
span { border-color: #CE57C5; }
span { border-color: rgb(206,87,197); }
td.TdClassName
{
border-color: #CE57C5;
}
.TagClassName
{
border-color: #CE57C5;
}
</style>