Shades of Fuchsia #CE3FB1
Tints of Fuchsia #CE3FB1
RGB
CMYK
RGB Variations
Color information
#CE3FB1 (or 0xCE3FB1) is known color: Fuchsia. HEX triplet: CE, 3F and B1. RGB value is (206,63,177). Sum of RGB (Red+Green+Blue) = 206+63+177=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3FB1 is #31C04E. Grayscale: #767676. Windows color (decimal): -3260495 or 11616206. OLE color: 11616206.
HSL color Cylindrical-coordinate representation of color #CE3FB1: hue angle of 312.17º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FB1 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 177 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.19 |
| HSL | 312.17º | 0.59% | 0.53% | - |
| HSV(B) | 312.17º | 0.69% | 0.81% | - |
| XYZ | 35.17 | 19.85 | 43.57 | - |
| YUV | 118.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 177 | 0 | 0.69 | 0.14 | 0.19 | 312.17 | 0.59 | 0.53 |
| Hex | CE | 3F | B1 | 0 | 45 | E | 13 | 138 | 3B | 35 |
| Octal | 316 | 77 | 261 | 0 | 105 | 16 | 23 | 470 | 73 | 65 |
| Binary | 11001110 | 111111 | 10110001 | 0 | 1000101 | 1110 | 10011 | 100111000 | 111011 | 110101 |
Color Harmonies of #CE3FB1
Complementary color
Monochromatic Colors of #CE3FB1
Black with #CE3FB1
Text Example
Text Example
White with #CE3FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FB1; }
p { color: rgb(206,63,177); }
H1.HeaderClassName
{
color: #CE3FB1;
}
.AnyTagClassName
{
color: #CE3FB1;
}
</style>
background-color css
<style>
a { background-color: #CE3FB1; }
a { background-color: rgb(206,63,177); }
div.DivClassName
{
background-color: #CE3FB1;
}
.BgClassName
{
background-color: #CE3FB1;
}
</style>
border-color css
<style>
span { border-color: #CE3FB1; }
span { border-color: rgb(206,63,177); }
td.TdClassName
{
border-color: #CE3FB1;
}
.TagClassName
{
border-color: #CE3FB1;
}
</style>