Shades of Fuchsia #CE57C0
Tints of Fuchsia #CE57C0
RGB
CMYK
RGB Variations
Color information
#CE57C0 (or 0xCE57C0) is known color: Fuchsia. HEX triplet: CE, 57 and C0. RGB value is (206,87,192). Sum of RGB (Red+Green+Blue) = 206+87+192=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57C0 is #31A83F. Grayscale: #868686. Windows color (decimal): -3254336 or 12605390. OLE color: 12605390.
HSL color Cylindrical-coordinate representation of color #CE57C0: hue angle of 307.06º 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 #CE57C0 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 192 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.19 |
| HSL | 307.06º | 0.55% | 0.57% | - |
| HSV(B) | 307.06º | 0.58% | 0.81% | - |
| XYZ | 38.38 | 23.74 | 52.43 | - |
| YUV | 134.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 192 | 0 | 0.58 | 0.07 | 0.19 | 307.06 | 0.55 | 0.57 |
| Hex | CE | 57 | C0 | 0 | 3A | 7 | 13 | 133 | 37 | 39 |
| Octal | 316 | 127 | 300 | 0 | 72 | 7 | 23 | 463 | 67 | 71 |
| Binary | 11001110 | 1010111 | 11000000 | 0 | 111010 | 111 | 10011 | 100110011 | 110111 | 111001 |
Color Harmonies of #CE57C0
Complementary color
Monochromatic Colors of #CE57C0
Black with #CE57C0
Text Example
Text Example
White with #CE57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57C0; }
p { color: rgb(206,87,192); }
H1.HeaderClassName
{
color: #CE57C0;
}
.AnyTagClassName
{
color: #CE57C0;
}
</style>
background-color css
<style>
a { background-color: #CE57C0; }
a { background-color: rgb(206,87,192); }
div.DivClassName
{
background-color: #CE57C0;
}
.BgClassName
{
background-color: #CE57C0;
}
</style>
border-color css
<style>
span { border-color: #CE57C0; }
span { border-color: rgb(206,87,192); }
td.TdClassName
{
border-color: #CE57C0;
}
.TagClassName
{
border-color: #CE57C0;
}
</style>