Shades of Fuchsia #CE40BF
Tints of Fuchsia #CE40BF
RGB
CMYK
RGB Variations
Color information
#CE40BF (or 0xCE40BF) is known color: Fuchsia. HEX triplet: CE, 40 and BF. RGB value is (206,64,191). Sum of RGB (Red+Green+Blue) = 206+64+191=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40BF is #31BF40. Grayscale: #787878. Windows color (decimal): -3260225 or 12533966. OLE color: 12533966.
HSL color Cylindrical-coordinate representation of color #CE40BF: hue angle of 306.34º 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 #CE40BF is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 191 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.19 |
| HSL | 306.34º | 0.59% | 0.53% | - |
| HSV(B) | 306.34º | 0.69% | 0.81% | - |
| XYZ | 36.69 | 20.55 | 51.32 | - |
| YUV | 120.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 191 | 0 | 0.69 | 0.07 | 0.19 | 306.34 | 0.59 | 0.53 |
| Hex | CE | 40 | BF | 0 | 45 | 7 | 13 | 132 | 3B | 35 |
| Octal | 316 | 100 | 277 | 0 | 105 | 7 | 23 | 462 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10111111 | 0 | 1000101 | 111 | 10011 | 100110010 | 111011 | 110101 |
Color Harmonies of #CE40BF
Complementary color
Monochromatic Colors of #CE40BF
Black with #CE40BF
Text Example
Text Example
White with #CE40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40BF; }
p { color: rgb(206,64,191); }
H1.HeaderClassName
{
color: #CE40BF;
}
.AnyTagClassName
{
color: #CE40BF;
}
</style>
background-color css
<style>
a { background-color: #CE40BF; }
a { background-color: rgb(206,64,191); }
div.DivClassName
{
background-color: #CE40BF;
}
.BgClassName
{
background-color: #CE40BF;
}
</style>
border-color css
<style>
span { border-color: #CE40BF; }
span { border-color: rgb(206,64,191); }
td.TdClassName
{
border-color: #CE40BF;
}
.TagClassName
{
border-color: #CE40BF;
}
</style>