Shades of Fuchsia #CE31B3
Tints of Fuchsia #CE31B3
RGB
CMYK
RGB Variations
Color information
#CE31B3 (or 0xCE31B3) is known color: Fuchsia. HEX triplet: CE, 31 and B3. RGB value is (206,49,179). Sum of RGB (Red+Green+Blue) = 206+49+179=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31B3 is #31CE4C. Grayscale: #6E6E6E. Windows color (decimal): -3264077 or 11743694. OLE color: 11743694.
HSL color Cylindrical-coordinate representation of color #CE31B3: hue angle of 310.32º 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 #CE31B3 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 179 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.19 |
| HSL | 310.32º | 0.62% | 0.5% | - |
| HSV(B) | 310.32º | 0.76% | 0.81% | - |
| XYZ | 34.69 | 18.57 | 44.4 | - |
| YUV | 110.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 179 | 0 | 0.76 | 0.13 | 0.19 | 310.32 | 0.62 | 0.5 |
| Hex | CE | 31 | B3 | 0 | 4C | D | 13 | 136 | 3E | 32 |
| Octal | 316 | 61 | 263 | 0 | 114 | 15 | 23 | 466 | 76 | 62 |
| Binary | 11001110 | 110001 | 10110011 | 0 | 1001100 | 1101 | 10011 | 100110110 | 111110 | 110010 |
Color Harmonies of #CE31B3
Complementary color
Monochromatic Colors of #CE31B3
Black with #CE31B3
Text Example
Text Example
White with #CE31B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31B3; }
p { color: rgb(206,49,179); }
H1.HeaderClassName
{
color: #CE31B3;
}
.AnyTagClassName
{
color: #CE31B3;
}
</style>
background-color css
<style>
a { background-color: #CE31B3; }
a { background-color: rgb(206,49,179); }
div.DivClassName
{
background-color: #CE31B3;
}
.BgClassName
{
background-color: #CE31B3;
}
</style>
border-color css
<style>
span { border-color: #CE31B3; }
span { border-color: rgb(206,49,179); }
td.TdClassName
{
border-color: #CE31B3;
}
.TagClassName
{
border-color: #CE31B3;
}
</style>