Shades of Fuchsia #CE31BE
Tints of Fuchsia #CE31BE
RGB
CMYK
RGB Variations
Color information
#CE31BE (or 0xCE31BE) is known color: Fuchsia. HEX triplet: CE, 31 and BE. RGB value is (206,49,190). Sum of RGB (Red+Green+Blue) = 206+49+190=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31BE is #31CE41. Grayscale: #6F6F6F. Windows color (decimal): -3264066 or 12464590. OLE color: 12464590.
HSL color Cylindrical-coordinate representation of color #CE31BE: hue angle of 306.11º 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 #CE31BE is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 190 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.19 |
| HSL | 306.11º | 0.62% | 0.5% | - |
| HSV(B) | 306.11º | 0.76% | 0.81% | - |
| XYZ | 35.85 | 19.04 | 50.5 | - |
| YUV | 112.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 190 | 0 | 0.76 | 0.08 | 0.19 | 306.11 | 0.62 | 0.5 |
| Hex | CE | 31 | BE | 0 | 4C | 8 | 13 | 132 | 3E | 32 |
| Octal | 316 | 61 | 276 | 0 | 114 | 10 | 23 | 462 | 76 | 62 |
| Binary | 11001110 | 110001 | 10111110 | 0 | 1001100 | 1000 | 10011 | 100110010 | 111110 | 110010 |
Color Harmonies of #CE31BE
Complementary color
Monochromatic Colors of #CE31BE
Black with #CE31BE
Text Example
Text Example
White with #CE31BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31BE; }
p { color: rgb(206,49,190); }
H1.HeaderClassName
{
color: #CE31BE;
}
.AnyTagClassName
{
color: #CE31BE;
}
</style>
background-color css
<style>
a { background-color: #CE31BE; }
a { background-color: rgb(206,49,190); }
div.DivClassName
{
background-color: #CE31BE;
}
.BgClassName
{
background-color: #CE31BE;
}
</style>
border-color css
<style>
span { border-color: #CE31BE; }
span { border-color: rgb(206,49,190); }
td.TdClassName
{
border-color: #CE31BE;
}
.TagClassName
{
border-color: #CE31BE;
}
</style>