Shades of Fuchsia #CE57AD
Tints of Fuchsia #CE57AD
RGB
CMYK
RGB Variations
Color information
#CE57AD (or 0xCE57AD) is known color: Fuchsia. HEX triplet: CE, 57 and AD. RGB value is (206,87,173). Sum of RGB (Red+Green+Blue) = 206+87+173=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE57AD is #31A852. Grayscale: #848484. Windows color (decimal): -3254355 or 11360206. OLE color: 11360206.
HSL color Cylindrical-coordinate representation of color #CE57AD: hue angle of 316.64º 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 #CE57AD is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 173 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.19 |
| HSL | 316.64º | 0.55% | 0.57% | - |
| HSV(B) | 316.64º | 0.58% | 0.81% | - |
| XYZ | 36.4 | 22.96 | 42.05 | - |
| YUV | 132.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 173 | 0 | 0.58 | 0.16 | 0.19 | 316.64 | 0.55 | 0.57 |
| Hex | CE | 57 | AD | 0 | 3A | 10 | 13 | 13D | 37 | 39 |
| Octal | 316 | 127 | 255 | 0 | 72 | 20 | 23 | 475 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10101101 | 0 | 111010 | 10000 | 10011 | 100111101 | 110111 | 111001 |
Color Harmonies of #CE57AD
Complementary color
Monochromatic Colors of #CE57AD
Black with #CE57AD
Text Example
Text Example
White with #CE57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57AD; }
p { color: rgb(206,87,173); }
H1.HeaderClassName
{
color: #CE57AD;
}
.AnyTagClassName
{
color: #CE57AD;
}
</style>
background-color css
<style>
a { background-color: #CE57AD; }
a { background-color: rgb(206,87,173); }
div.DivClassName
{
background-color: #CE57AD;
}
.BgClassName
{
background-color: #CE57AD;
}
</style>
border-color css
<style>
span { border-color: #CE57AD; }
span { border-color: rgb(206,87,173); }
td.TdClassName
{
border-color: #CE57AD;
}
.TagClassName
{
border-color: #CE57AD;
}
</style>