Shades of Fuchsia #CE31BC
Tints of Fuchsia #CE31BC
RGB
CMYK
RGB Variations
Color information
#CE31BC (or 0xCE31BC) is known color: Fuchsia. HEX triplet: CE, 31 and BC. RGB value is (206,49,188). Sum of RGB (Red+Green+Blue) = 206+49+188=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31BC is #31CE43. Grayscale: #6F6F6F. Windows color (decimal): -3264068 or 12333518. OLE color: 12333518.
HSL color Cylindrical-coordinate representation of color #CE31BC: hue angle of 306.88º 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 #CE31BC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 188 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.19 |
| HSL | 306.88º | 0.62% | 0.5% | - |
| HSV(B) | 306.88º | 0.76% | 0.81% | - |
| XYZ | 35.63 | 18.95 | 49.36 | - |
| YUV | 111.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 188 | 0 | 0.76 | 0.09 | 0.19 | 306.88 | 0.62 | 0.5 |
| Hex | CE | 31 | BC | 0 | 4C | 9 | 13 | 133 | 3E | 32 |
| Octal | 316 | 61 | 274 | 0 | 114 | 11 | 23 | 463 | 76 | 62 |
| Binary | 11001110 | 110001 | 10111100 | 0 | 1001100 | 1001 | 10011 | 100110011 | 111110 | 110010 |
Color Harmonies of #CE31BC
Complementary color
Monochromatic Colors of #CE31BC
Black with #CE31BC
Text Example
Text Example
White with #CE31BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31BC; }
p { color: rgb(206,49,188); }
H1.HeaderClassName
{
color: #CE31BC;
}
.AnyTagClassName
{
color: #CE31BC;
}
</style>
background-color css
<style>
a { background-color: #CE31BC; }
a { background-color: rgb(206,49,188); }
div.DivClassName
{
background-color: #CE31BC;
}
.BgClassName
{
background-color: #CE31BC;
}
</style>
border-color css
<style>
span { border-color: #CE31BC; }
span { border-color: rgb(206,49,188); }
td.TdClassName
{
border-color: #CE31BC;
}
.TagClassName
{
border-color: #CE31BC;
}
</style>