Shades of Fuchsia #CE31C9
Tints of Fuchsia #CE31C9
RGB
CMYK
RGB Variations
Color information
#CE31C9 (or 0xCE31C9) is known color: Fuchsia. HEX triplet: CE, 31 and C9. RGB value is (206,49,201). Sum of RGB (Red+Green+Blue) = 206+49+201=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE31C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31C9 is #31CE36. Grayscale: #707070. Windows color (decimal): -3264055 or 13185486. OLE color: 13185486.
HSL color Cylindrical-coordinate representation of color #CE31C9: hue angle of 301.91º 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 #CE31C9 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 201 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.19 |
| HSL | 301.91º | 0.62% | 0.5% | - |
| HSV(B) | 301.91º | 0.76% | 0.81% | - |
| XYZ | 37.09 | 19.54 | 57.07 | - |
| YUV | 113.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 201 | 0 | 0.76 | 0.02 | 0.19 | 301.91 | 0.62 | 0.5 |
| Hex | CE | 31 | C9 | 0 | 4C | 2 | 13 | 12E | 3E | 32 |
| Octal | 316 | 61 | 311 | 0 | 114 | 2 | 23 | 456 | 76 | 62 |
| Binary | 11001110 | 110001 | 11001001 | 0 | 1001100 | 10 | 10011 | 100101110 | 111110 | 110010 |
Color Harmonies of #CE31C9
Complementary color
Monochromatic Colors of #CE31C9
Black with #CE31C9
Text Example
Text Example
White with #CE31C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31C9; }
p { color: rgb(206,49,201); }
H1.HeaderClassName
{
color: #CE31C9;
}
.AnyTagClassName
{
color: #CE31C9;
}
</style>
background-color css
<style>
a { background-color: #CE31C9; }
a { background-color: rgb(206,49,201); }
div.DivClassName
{
background-color: #CE31C9;
}
.BgClassName
{
background-color: #CE31C9;
}
</style>
border-color css
<style>
span { border-color: #CE31C9; }
span { border-color: rgb(206,49,201); }
td.TdClassName
{
border-color: #CE31C9;
}
.TagClassName
{
border-color: #CE31C9;
}
</style>