Shades of Fuchsia #CE31BB
Tints of Fuchsia #CE31BB
RGB
CMYK
RGB Variations
Color information
#CE31BB (or 0xCE31BB) is known color: Fuchsia. HEX triplet: CE, 31 and BB. RGB value is (206,49,187). Sum of RGB (Red+Green+Blue) = 206+49+187=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31BB is #31CE44. Grayscale: #6F6F6F. Windows color (decimal): -3264069 or 12267982. OLE color: 12267982.
HSL color Cylindrical-coordinate representation of color #CE31BB: hue angle of 307.26º 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 #CE31BB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 187 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.19 |
| HSL | 307.26º | 0.62% | 0.5% | - |
| HSV(B) | 307.26º | 0.76% | 0.81% | - |
| XYZ | 35.52 | 18.91 | 48.79 | - |
| YUV | 111.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 187 | 0 | 0.76 | 0.09 | 0.19 | 307.26 | 0.62 | 0.5 |
| Hex | CE | 31 | BB | 0 | 4C | 9 | 13 | 133 | 3E | 32 |
| Octal | 316 | 61 | 273 | 0 | 114 | 11 | 23 | 463 | 76 | 62 |
| Binary | 11001110 | 110001 | 10111011 | 0 | 1001100 | 1001 | 10011 | 100110011 | 111110 | 110010 |
Color Harmonies of #CE31BB
Complementary color
Monochromatic Colors of #CE31BB
Black with #CE31BB
Text Example
Text Example
White with #CE31BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31BB; }
p { color: rgb(206,49,187); }
H1.HeaderClassName
{
color: #CE31BB;
}
.AnyTagClassName
{
color: #CE31BB;
}
</style>
background-color css
<style>
a { background-color: #CE31BB; }
a { background-color: rgb(206,49,187); }
div.DivClassName
{
background-color: #CE31BB;
}
.BgClassName
{
background-color: #CE31BB;
}
</style>
border-color css
<style>
span { border-color: #CE31BB; }
span { border-color: rgb(206,49,187); }
td.TdClassName
{
border-color: #CE31BB;
}
.TagClassName
{
border-color: #CE31BB;
}
</style>