Shades of Fuchsia #CE31D0
Tints of Fuchsia #CE31D0
RGB
CMYK
RGB Variations
Color information
#CE31D0 (or 0xCE31D0) is known color: Fuchsia. HEX triplet: CE, 31 and D0. RGB value is (206,49,208). Sum of RGB (Red+Green+Blue) = 206+49+208=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE31D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31D0 is #31CE2F. Grayscale: #717171. Windows color (decimal): -3264048 or 13644238. OLE color: 13644238.
HSL color Cylindrical-coordinate representation of color #CE31D0: hue angle of 299.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE31D0 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 49 | 208 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.18 |
| HSL | 299.25º | 0.63% | 0.5% | - |
| HSV(B) | 299.25º | 0.76% | 0.82% | - |
| XYZ | 37.94 | 19.87 | 61.51 | - |
| YUV | 114.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 208 | 0.01 | 0.76 | 0 | 0.18 | 299.25 | 0.63 | 0.5 |
| Hex | CE | 31 | D0 | 1 | 4C | 0 | 12 | 12B | 3F | 32 |
| Octal | 316 | 61 | 320 | 1 | 114 | 0 | 22 | 453 | 77 | 62 |
| Binary | 11001110 | 110001 | 11010000 | 1 | 1001100 | 0 | 10010 | 100101011 | 111111 | 110010 |
Color Harmonies of #CE31D0
Complementary color
Monochromatic Colors of #CE31D0
Black with #CE31D0
Text Example
Text Example
White with #CE31D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31D0; }
p { color: rgb(206,49,208); }
H1.HeaderClassName
{
color: #CE31D0;
}
.AnyTagClassName
{
color: #CE31D0;
}
</style>
background-color css
<style>
a { background-color: #CE31D0; }
a { background-color: rgb(206,49,208); }
div.DivClassName
{
background-color: #CE31D0;
}
.BgClassName
{
background-color: #CE31D0;
}
</style>
border-color css
<style>
span { border-color: #CE31D0; }
span { border-color: rgb(206,49,208); }
td.TdClassName
{
border-color: #CE31D0;
}
.TagClassName
{
border-color: #CE31D0;
}
</style>