Shades of Fuchsia #CE41BB
Tints of Fuchsia #CE41BB
RGB
CMYK
RGB Variations
Color information
#CE41BB (or 0xCE41BB) is known color: Fuchsia. HEX triplet: CE, 41 and BB. RGB value is (206,65,187). Sum of RGB (Red+Green+Blue) = 206+65+187=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41BB is #31BE44. Grayscale: #787878. Windows color (decimal): -3259973 or 12272078. OLE color: 12272078.
HSL color Cylindrical-coordinate representation of color #CE41BB: hue angle of 308.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE41BB is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 187 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.19 |
| HSL | 308.09º | 0.59% | 0.53% | - |
| HSV(B) | 308.09º | 0.68% | 0.81% | - |
| XYZ | 36.31 | 20.49 | 49.05 | - |
| YUV | 121.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 187 | 0 | 0.68 | 0.09 | 0.19 | 308.09 | 0.59 | 0.53 |
| Hex | CE | 41 | BB | 0 | 44 | 9 | 13 | 134 | 3B | 35 |
| Octal | 316 | 101 | 273 | 0 | 104 | 11 | 23 | 464 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10111011 | 0 | 1000100 | 1001 | 10011 | 100110100 | 111011 | 110101 |
Color Harmonies of #CE41BB
Complementary color
Monochromatic Colors of #CE41BB
Black with #CE41BB
Text Example
Text Example
White with #CE41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41BB; }
p { color: rgb(206,65,187); }
H1.HeaderClassName
{
color: #CE41BB;
}
.AnyTagClassName
{
color: #CE41BB;
}
</style>
background-color css
<style>
a { background-color: #CE41BB; }
a { background-color: rgb(206,65,187); }
div.DivClassName
{
background-color: #CE41BB;
}
.BgClassName
{
background-color: #CE41BB;
}
</style>
border-color css
<style>
span { border-color: #CE41BB; }
span { border-color: rgb(206,65,187); }
td.TdClassName
{
border-color: #CE41BB;
}
.TagClassName
{
border-color: #CE41BB;
}
</style>