Shades of Fuchsia #CE35BA
Tints of Fuchsia #CE35BA
RGB
CMYK
RGB Variations
Color information
#CE35BA (or 0xCE35BA) is known color: Fuchsia. HEX triplet: CE, 35 and BA. RGB value is (206,53,186). Sum of RGB (Red+Green+Blue) = 206+53+186=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35BA is #31CA45. Grayscale: #717171. Windows color (decimal): -3263046 or 12203470. OLE color: 12203470.
HSL color Cylindrical-coordinate representation of color #CE35BA: hue angle of 307.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE35BA is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 186 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.19 |
| HSL | 307.84º | 0.61% | 0.51% | - |
| HSV(B) | 307.84º | 0.74% | 0.81% | - |
| XYZ | 35.59 | 19.21 | 48.29 | - |
| YUV | 113.91 | 168.69 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 186 | 0 | 0.74 | 0.10 | 0.19 | 307.84 | 0.61 | 0.51 |
| Hex | CE | 35 | BA | 0 | 4A | A | 13 | 134 | 3D | 33 |
| Octal | 316 | 65 | 272 | 0 | 112 | 12 | 23 | 464 | 75 | 63 |
| Binary | 11001110 | 110101 | 10111010 | 0 | 1001010 | 1010 | 10011 | 100110100 | 111101 | 110011 |
Color Harmonies of #CE35BA
Complementary color
Monochromatic Colors of #CE35BA
Black with #CE35BA
Text Example
Text Example
White with #CE35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35BA; }
p { color: rgb(206,53,186); }
H1.HeaderClassName
{
color: #CE35BA;
}
.AnyTagClassName
{
color: #CE35BA;
}
</style>
background-color css
<style>
a { background-color: #CE35BA; }
a { background-color: rgb(206,53,186); }
div.DivClassName
{
background-color: #CE35BA;
}
.BgClassName
{
background-color: #CE35BA;
}
</style>
border-color css
<style>
span { border-color: #CE35BA; }
span { border-color: rgb(206,53,186); }
td.TdClassName
{
border-color: #CE35BA;
}
.TagClassName
{
border-color: #CE35BA;
}
</style>