Shades of Fuchsia #CE31D3
Tints of Fuchsia #CE31D3
RGB
CMYK
RGB Variations
Color information
#CE31D3 (or 0xCE31D3) is known color: Fuchsia. HEX triplet: CE, 31 and D3. RGB value is (206,49,211). Sum of RGB (Red+Green+Blue) = 206+49+211=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE31D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31D3 is #31CE2C. Grayscale: #717171. Windows color (decimal): -3264045 or 13840846. OLE color: 13840846.
HSL color Cylindrical-coordinate representation of color #CE31D3: hue angle of 298.15º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE31D3 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 49 | 211 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.17 |
| HSL | 298.15º | 0.65% | 0.51% | - |
| HSV(B) | 298.15º | 0.77% | 0.83% | - |
| XYZ | 38.31 | 20.02 | 63.47 | - |
| YUV | 114.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 211 | 0.02 | 0.77 | 0 | 0.17 | 298.15 | 0.65 | 0.51 |
| Hex | CE | 31 | D3 | 2 | 4D | 0 | 11 | 12A | 41 | 33 |
| Octal | 316 | 61 | 323 | 2 | 115 | 0 | 21 | 452 | 101 | 63 |
| Binary | 11001110 | 110001 | 11010011 | 10 | 1001101 | 0 | 10001 | 100101010 | 1000001 | 110011 |
Color Harmonies of #CE31D3
Complementary color
Monochromatic Colors of #CE31D3
Black with #CE31D3
Text Example
Text Example
White with #CE31D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE31D3; }
p { color: rgb(206,49,211); }
H1.HeaderClassName
{
color: #CE31D3;
}
.AnyTagClassName
{
color: #CE31D3;
}
</style>
background-color css
<style>
a { background-color: #CE31D3; }
a { background-color: rgb(206,49,211); }
div.DivClassName
{
background-color: #CE31D3;
}
.BgClassName
{
background-color: #CE31D3;
}
</style>
border-color css
<style>
span { border-color: #CE31D3; }
span { border-color: rgb(206,49,211); }
td.TdClassName
{
border-color: #CE31D3;
}
.TagClassName
{
border-color: #CE31D3;
}
</style>