Shades of Fuchsia #CE31BF
Tints of Fuchsia #CE31BF
RGB
CMYK
RGB Variations
Color information
#CE31BF (or 0xCE31BF) is known color: Fuchsia. HEX triplet: CE, 31 and BF. RGB value is (206,49,191). Sum of RGB (Red+Green+Blue) = 206+49+191=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31BF is #31CE40. Grayscale: #6F6F6F. Windows color (decimal): -3264065 or 12530126. OLE color: 12530126.
HSL color Cylindrical-coordinate representation of color #CE31BF: hue angle of 305.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE31BF is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 191 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.19 |
| HSL | 305.73º | 0.62% | 0.5% | - |
| HSV(B) | 305.73º | 0.76% | 0.81% | - |
| XYZ | 35.96 | 19.08 | 51.08 | - |
| YUV | 112.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 191 | 0 | 0.76 | 0.07 | 0.19 | 305.73 | 0.62 | 0.5 |
| Hex | CE | 31 | BF | 0 | 4C | 7 | 13 | 132 | 3E | 32 |
| Octal | 316 | 61 | 277 | 0 | 114 | 7 | 23 | 462 | 76 | 62 |
| Binary | 11001110 | 110001 | 10111111 | 0 | 1001100 | 111 | 10011 | 100110010 | 111110 | 110010 |
Color Harmonies of #CE31BF
Complementary color
Monochromatic Colors of #CE31BF
Black with #CE31BF
Text Example
Text Example
White with #CE31BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31BF; }
p { color: rgb(206,49,191); }
H1.HeaderClassName
{
color: #CE31BF;
}
.AnyTagClassName
{
color: #CE31BF;
}
</style>
background-color css
<style>
a { background-color: #CE31BF; }
a { background-color: rgb(206,49,191); }
div.DivClassName
{
background-color: #CE31BF;
}
.BgClassName
{
background-color: #CE31BF;
}
</style>
border-color css
<style>
span { border-color: #CE31BF; }
span { border-color: rgb(206,49,191); }
td.TdClassName
{
border-color: #CE31BF;
}
.TagClassName
{
border-color: #CE31BF;
}
</style>