Shades of Fuchsia #CE57B4
Tints of Fuchsia #CE57B4
RGB
CMYK
RGB Variations
Color information
#CE57B4 (or 0xCE57B4) is known color: Fuchsia. HEX triplet: CE, 57 and B4. RGB value is (206,87,180). Sum of RGB (Red+Green+Blue) = 206+87+180=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57B4 is #31A84B. Grayscale: #848484. Windows color (decimal): -3254348 or 11818958. OLE color: 11818958.
HSL color Cylindrical-coordinate representation of color #CE57B4: hue angle of 313.11º 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 #CE57B4 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 180 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.19 |
| HSL | 313.11º | 0.55% | 0.57% | - |
| HSV(B) | 313.11º | 0.58% | 0.81% | - |
| XYZ | 37.1 | 23.23 | 45.71 | - |
| YUV | 133.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 180 | 0 | 0.58 | 0.13 | 0.19 | 313.11 | 0.55 | 0.57 |
| Hex | CE | 57 | B4 | 0 | 3A | D | 13 | 139 | 37 | 39 |
| Octal | 316 | 127 | 264 | 0 | 72 | 15 | 23 | 471 | 67 | 71 |
| Binary | 11001110 | 1010111 | 10110100 | 0 | 111010 | 1101 | 10011 | 100111001 | 110111 | 111001 |
Color Harmonies of #CE57B4
Complementary color
Monochromatic Colors of #CE57B4
Black with #CE57B4
Text Example
Text Example
White with #CE57B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE57B4; }
p { color: rgb(206,87,180); }
H1.HeaderClassName
{
color: #CE57B4;
}
.AnyTagClassName
{
color: #CE57B4;
}
</style>
background-color css
<style>
a { background-color: #CE57B4; }
a { background-color: rgb(206,87,180); }
div.DivClassName
{
background-color: #CE57B4;
}
.BgClassName
{
background-color: #CE57B4;
}
</style>
border-color css
<style>
span { border-color: #CE57B4; }
span { border-color: rgb(206,87,180); }
td.TdClassName
{
border-color: #CE57B4;
}
.TagClassName
{
border-color: #CE57B4;
}
</style>