Shades of Fuchsia #CE31BA
Tints of Fuchsia #CE31BA
RGB
CMYK
RGB Variations
Color information
#CE31BA (or 0xCE31BA) is known color: Fuchsia. HEX triplet: CE, 31 and BA. RGB value is (206,49,186). Sum of RGB (Red+Green+Blue) = 206+49+186=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31BA is #31CE45. Grayscale: #6F6F6F. Windows color (decimal): -3264070 or 12202446. OLE color: 12202446.
HSL color Cylindrical-coordinate representation of color #CE31BA: hue angle of 307.64º 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 #CE31BA is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 186 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.19 |
| HSL | 307.64º | 0.62% | 0.5% | - |
| HSV(B) | 307.64º | 0.76% | 0.81% | - |
| XYZ | 35.41 | 18.86 | 48.23 | - |
| YUV | 111.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 186 | 0 | 0.76 | 0.10 | 0.19 | 307.64 | 0.62 | 0.5 |
| Hex | CE | 31 | BA | 0 | 4C | A | 13 | 134 | 3E | 32 |
| Octal | 316 | 61 | 272 | 0 | 114 | 12 | 23 | 464 | 76 | 62 |
| Binary | 11001110 | 110001 | 10111010 | 0 | 1001100 | 1010 | 10011 | 100110100 | 111110 | 110010 |
Color Harmonies of #CE31BA
Complementary color
Monochromatic Colors of #CE31BA
Black with #CE31BA
Text Example
Text Example
White with #CE31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31BA; }
p { color: rgb(206,49,186); }
H1.HeaderClassName
{
color: #CE31BA;
}
.AnyTagClassName
{
color: #CE31BA;
}
</style>
background-color css
<style>
a { background-color: #CE31BA; }
a { background-color: rgb(206,49,186); }
div.DivClassName
{
background-color: #CE31BA;
}
.BgClassName
{
background-color: #CE31BA;
}
</style>
border-color css
<style>
span { border-color: #CE31BA; }
span { border-color: rgb(206,49,186); }
td.TdClassName
{
border-color: #CE31BA;
}
.TagClassName
{
border-color: #CE31BA;
}
</style>