Shades of Fuchsia #CE57C9
Tints of Fuchsia #CE57C9
RGB
CMYK
RGB Variations
Color information
#CE57C9 (or 0xCE57C9) is known color: Fuchsia. HEX triplet: CE, 57 and C9. RGB value is (206,87,201). Sum of RGB (Red+Green+Blue) = 206+87+201=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57C9 is #31A836. Grayscale: #878787. Windows color (decimal): -3254327 or 13195214. OLE color: 13195214.
HSL color Cylindrical-coordinate representation of color #CE57C9: hue angle of 302.52º 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 #CE57C9 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 201 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.19 |
| HSL | 302.52º | 0.55% | 0.57% | - |
| HSV(B) | 302.52º | 0.58% | 0.81% | - |
| XYZ | 39.4 | 24.16 | 57.84 | - |
| YUV | 135.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 201 | 0 | 0.58 | 0.02 | 0.19 | 302.52 | 0.55 | 0.57 |
| Hex | CE | 57 | C9 | 0 | 3A | 2 | 13 | 12F | 37 | 39 |
| Octal | 316 | 127 | 311 | 0 | 72 | 2 | 23 | 457 | 67 | 71 |
| Binary | 11001110 | 1010111 | 11001001 | 0 | 111010 | 10 | 10011 | 100101111 | 110111 | 111001 |
Color Harmonies of #CE57C9
Complementary color
Monochromatic Colors of #CE57C9
Black with #CE57C9
Text Example
Text Example
White with #CE57C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57C9; }
p { color: rgb(206,87,201); }
H1.HeaderClassName
{
color: #CE57C9;
}
.AnyTagClassName
{
color: #CE57C9;
}
</style>
background-color css
<style>
a { background-color: #CE57C9; }
a { background-color: rgb(206,87,201); }
div.DivClassName
{
background-color: #CE57C9;
}
.BgClassName
{
background-color: #CE57C9;
}
</style>
border-color css
<style>
span { border-color: #CE57C9; }
span { border-color: rgb(206,87,201); }
td.TdClassName
{
border-color: #CE57C9;
}
.TagClassName
{
border-color: #CE57C9;
}
</style>