Shades of Fuchsia #CE33BA
Tints of Fuchsia #CE33BA
RGB
CMYK
RGB Variations
Color information
#CE33BA (or 0xCE33BA) is known color: Fuchsia. HEX triplet: CE, 33 and BA. RGB value is (206,51,186). Sum of RGB (Red+Green+Blue) = 206+51+186=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33BA is #31CC45. Grayscale: #707070. Windows color (decimal): -3263558 or 12202958. OLE color: 12202958.
HSL color Cylindrical-coordinate representation of color #CE33BA: hue angle of 307.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE33BA is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 186 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.19 |
| HSL | 307.74º | 0.61% | 0.5% | - |
| HSV(B) | 307.74º | 0.75% | 0.81% | - |
| XYZ | 35.5 | 19.03 | 48.26 | - |
| YUV | 112.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 186 | 0 | 0.75 | 0.10 | 0.19 | 307.74 | 0.61 | 0.5 |
| Hex | CE | 33 | BA | 0 | 4B | A | 13 | 134 | 3D | 32 |
| Octal | 316 | 63 | 272 | 0 | 113 | 12 | 23 | 464 | 75 | 62 |
| Binary | 11001110 | 110011 | 10111010 | 0 | 1001011 | 1010 | 10011 | 100110100 | 111101 | 110010 |
Color Harmonies of #CE33BA
Complementary color
Monochromatic Colors of #CE33BA
Black with #CE33BA
Text Example
Text Example
White with #CE33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33BA; }
p { color: rgb(206,51,186); }
H1.HeaderClassName
{
color: #CE33BA;
}
.AnyTagClassName
{
color: #CE33BA;
}
</style>
background-color css
<style>
a { background-color: #CE33BA; }
a { background-color: rgb(206,51,186); }
div.DivClassName
{
background-color: #CE33BA;
}
.BgClassName
{
background-color: #CE33BA;
}
</style>
border-color css
<style>
span { border-color: #CE33BA; }
span { border-color: rgb(206,51,186); }
td.TdClassName
{
border-color: #CE33BA;
}
.TagClassName
{
border-color: #CE33BA;
}
</style>