Shades of Fuchsia #CE58B3
Tints of Fuchsia #CE58B3
RGB
CMYK
RGB Variations
Color information
#CE58B3 (or 0xCE58B3) is known color: Fuchsia. HEX triplet: CE, 58 and B3. RGB value is (206,88,179). Sum of RGB (Red+Green+Blue) = 206+88+179=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58B3 is #31A74C. Grayscale: #858585. Windows color (decimal): -3254093 or 11753678. OLE color: 11753678.
HSL color Cylindrical-coordinate representation of color #CE58B3: hue angle of 313.73º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE58B3 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 179 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.19 |
| HSL | 313.73º | 0.55% | 0.58% | - |
| HSV(B) | 313.73º | 0.57% | 0.81% | - |
| XYZ | 37.08 | 23.36 | 45.2 | - |
| YUV | 133.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 179 | 0 | 0.57 | 0.13 | 0.19 | 313.73 | 0.55 | 0.58 |
| Hex | CE | 58 | B3 | 0 | 39 | D | 13 | 13A | 37 | 3A |
| Octal | 316 | 130 | 263 | 0 | 71 | 15 | 23 | 472 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10110011 | 0 | 111001 | 1101 | 10011 | 100111010 | 110111 | 111010 |
Color Harmonies of #CE58B3
Complementary color
Monochromatic Colors of #CE58B3
Black with #CE58B3
Text Example
Text Example
White with #CE58B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58B3; }
p { color: rgb(206,88,179); }
H1.HeaderClassName
{
color: #CE58B3;
}
.AnyTagClassName
{
color: #CE58B3;
}
</style>
background-color css
<style>
a { background-color: #CE58B3; }
a { background-color: rgb(206,88,179); }
div.DivClassName
{
background-color: #CE58B3;
}
.BgClassName
{
background-color: #CE58B3;
}
</style>
border-color css
<style>
span { border-color: #CE58B3; }
span { border-color: rgb(206,88,179); }
td.TdClassName
{
border-color: #CE58B3;
}
.TagClassName
{
border-color: #CE58B3;
}
</style>