Shades of Fuchsia #CE57AF
Tints of Fuchsia #CE57AF
RGB
CMYK
RGB Variations
Color information
#CE57AF (or 0xCE57AF) is known color: Fuchsia. HEX triplet: CE, 57 and AF. RGB value is (206,87,175). Sum of RGB (Red+Green+Blue) = 206+87+175=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE57AF is #31A850. Grayscale: #848484. Windows color (decimal): -3254353 or 11491278. OLE color: 11491278.
HSL color Cylindrical-coordinate representation of color #CE57AF: hue angle of 315.63º 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 #CE57AF is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 175 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.19 |
| HSL | 315.63º | 0.55% | 0.57% | - |
| HSV(B) | 315.63º | 0.58% | 0.81% | - |
| XYZ | 36.6 | 23.03 | 43.07 | - |
| YUV | 132.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 175 | 0 | 0.58 | 0.15 | 0.19 | 315.63 | 0.55 | 0.57 |
| Hex | CE | 57 | AF | 0 | 3A | F | 13 | 13C | 37 | 39 |
| Octal | 316 | 127 | 257 | 0 | 72 | 17 | 23 | 474 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10101111 | 0 | 111010 | 1111 | 10011 | 100111100 | 110111 | 111001 |
Color Harmonies of #CE57AF
Complementary color
Monochromatic Colors of #CE57AF
Black with #CE57AF
Text Example
Text Example
White with #CE57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57AF; }
p { color: rgb(206,87,175); }
H1.HeaderClassName
{
color: #CE57AF;
}
.AnyTagClassName
{
color: #CE57AF;
}
</style>
background-color css
<style>
a { background-color: #CE57AF; }
a { background-color: rgb(206,87,175); }
div.DivClassName
{
background-color: #CE57AF;
}
.BgClassName
{
background-color: #CE57AF;
}
</style>
border-color css
<style>
span { border-color: #CE57AF; }
span { border-color: rgb(206,87,175); }
td.TdClassName
{
border-color: #CE57AF;
}
.TagClassName
{
border-color: #CE57AF;
}
</style>