Shades of Fuchsia #CE40B1
Tints of Fuchsia #CE40B1
RGB
CMYK
RGB Variations
Color information
#CE40B1 (or 0xCE40B1) is known color: Fuchsia. HEX triplet: CE, 40 and B1. RGB value is (206,64,177). Sum of RGB (Red+Green+Blue) = 206+64+177=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE40B1 is #31BF4E. Grayscale: #777777. Windows color (decimal): -3260239 or 11616462. OLE color: 11616462.
HSL color Cylindrical-coordinate representation of color #CE40B1: hue angle of 312.25º 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 #CE40B1 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 177 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.19 |
| HSL | 312.25º | 0.59% | 0.53% | - |
| HSV(B) | 312.25º | 0.69% | 0.81% | - |
| XYZ | 35.22 | 19.96 | 43.59 | - |
| YUV | 119.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 177 | 0 | 0.69 | 0.14 | 0.19 | 312.25 | 0.59 | 0.53 |
| Hex | CE | 40 | B1 | 0 | 45 | E | 13 | 138 | 3B | 35 |
| Octal | 316 | 100 | 261 | 0 | 105 | 16 | 23 | 470 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10110001 | 0 | 1000101 | 1110 | 10011 | 100111000 | 111011 | 110101 |
Color Harmonies of #CE40B1
Complementary color
Monochromatic Colors of #CE40B1
Black with #CE40B1
Text Example
Text Example
White with #CE40B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40B1; }
p { color: rgb(206,64,177); }
H1.HeaderClassName
{
color: #CE40B1;
}
.AnyTagClassName
{
color: #CE40B1;
}
</style>
background-color css
<style>
a { background-color: #CE40B1; }
a { background-color: rgb(206,64,177); }
div.DivClassName
{
background-color: #CE40B1;
}
.BgClassName
{
background-color: #CE40B1;
}
</style>
border-color css
<style>
span { border-color: #CE40B1; }
span { border-color: rgb(206,64,177); }
td.TdClassName
{
border-color: #CE40B1;
}
.TagClassName
{
border-color: #CE40B1;
}
</style>