Shades of Fuchsia #CE41BF
Tints of Fuchsia #CE41BF
RGB
CMYK
RGB Variations
Color information
#CE41BF (or 0xCE41BF) is known color: Fuchsia. HEX triplet: CE, 41 and BF. RGB value is (206,65,191). Sum of RGB (Red+Green+Blue) = 206+65+191=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41BF is #31BE40. Grayscale: #797979. Windows color (decimal): -3259969 or 12534222. OLE color: 12534222.
HSL color Cylindrical-coordinate representation of color #CE41BF: hue angle of 306.38º 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 #CE41BF is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 191 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.19 |
| HSL | 306.38º | 0.59% | 0.53% | - |
| HSV(B) | 306.38º | 0.68% | 0.81% | - |
| XYZ | 36.75 | 20.66 | 51.34 | - |
| YUV | 121.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 191 | 0 | 0.68 | 0.07 | 0.19 | 306.38 | 0.59 | 0.53 |
| Hex | CE | 41 | BF | 0 | 44 | 7 | 13 | 132 | 3B | 35 |
| Octal | 316 | 101 | 277 | 0 | 104 | 7 | 23 | 462 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10111111 | 0 | 1000100 | 111 | 10011 | 100110010 | 111011 | 110101 |
Color Harmonies of #CE41BF
Complementary color
Monochromatic Colors of #CE41BF
Black with #CE41BF
Text Example
Text Example
White with #CE41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41BF; }
p { color: rgb(206,65,191); }
H1.HeaderClassName
{
color: #CE41BF;
}
.AnyTagClassName
{
color: #CE41BF;
}
</style>
background-color css
<style>
a { background-color: #CE41BF; }
a { background-color: rgb(206,65,191); }
div.DivClassName
{
background-color: #CE41BF;
}
.BgClassName
{
background-color: #CE41BF;
}
</style>
border-color css
<style>
span { border-color: #CE41BF; }
span { border-color: rgb(206,65,191); }
td.TdClassName
{
border-color: #CE41BF;
}
.TagClassName
{
border-color: #CE41BF;
}
</style>