Shades of Fuchsia #CE2EBA
Tints of Fuchsia #CE2EBA
RGB
CMYK
RGB Variations
Color information
#CE2EBA (or 0xCE2EBA) is known color: Fuchsia. HEX triplet: CE, 2E and BA. RGB value is (206,46,186). Sum of RGB (Red+Green+Blue) = 206+46+186=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EBA is #31D145. Grayscale: #6D6D6D. Windows color (decimal): -3264838 or 12201678. OLE color: 12201678.
HSL color Cylindrical-coordinate representation of color #CE2EBA: hue angle of 307.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2EBA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 186 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.19 |
| HSL | 307.5º | 0.63% | 0.49% | - |
| HSV(B) | 307.5º | 0.78% | 0.81% | - |
| XYZ | 35.29 | 18.62 | 48.19 | - |
| YUV | 109.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 186 | 0 | 0.78 | 0.10 | 0.19 | 307.5 | 0.63 | 0.49 |
| Hex | CE | 2E | BA | 0 | 4E | A | 13 | 134 | 3F | 31 |
| Octal | 316 | 56 | 272 | 0 | 116 | 12 | 23 | 464 | 77 | 61 |
| Binary | 11001110 | 101110 | 10111010 | 0 | 1001110 | 1010 | 10011 | 100110100 | 111111 | 110001 |
Color Harmonies of #CE2EBA
Complementary color
Monochromatic Colors of #CE2EBA
Black with #CE2EBA
Text Example
Text Example
White with #CE2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EBA; }
p { color: rgb(206,46,186); }
H1.HeaderClassName
{
color: #CE2EBA;
}
.AnyTagClassName
{
color: #CE2EBA;
}
</style>
background-color css
<style>
a { background-color: #CE2EBA; }
a { background-color: rgb(206,46,186); }
div.DivClassName
{
background-color: #CE2EBA;
}
.BgClassName
{
background-color: #CE2EBA;
}
</style>
border-color css
<style>
span { border-color: #CE2EBA; }
span { border-color: rgb(206,46,186); }
td.TdClassName
{
border-color: #CE2EBA;
}
.TagClassName
{
border-color: #CE2EBA;
}
</style>