Shades of Fuchsia #CE2CBD
Tints of Fuchsia #CE2CBD
RGB
CMYK
RGB Variations
Color information
#CE2CBD (or 0xCE2CBD) is known color: Fuchsia. HEX triplet: CE, 2C and BD. RGB value is (206,44,189). Sum of RGB (Red+Green+Blue) = 206+44+189=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CBD is #31D342. Grayscale: #6C6C6C. Windows color (decimal): -3265347 or 12397774. OLE color: 12397774.
HSL color Cylindrical-coordinate representation of color #CE2CBD: hue angle of 306.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CBD is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 189 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.19 |
| HSL | 306.3º | 0.65% | 0.49% | - |
| HSV(B) | 306.3º | 0.79% | 0.81% | - |
| XYZ | 35.54 | 18.6 | 49.86 | - |
| YUV | 108.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 189 | 0 | 0.79 | 0.08 | 0.19 | 306.3 | 0.65 | 0.49 |
| Hex | CE | 2C | BD | 0 | 4F | 8 | 13 | 132 | 41 | 31 |
| Octal | 316 | 54 | 275 | 0 | 117 | 10 | 23 | 462 | 101 | 61 |
| Binary | 11001110 | 101100 | 10111101 | 0 | 1001111 | 1000 | 10011 | 100110010 | 1000001 | 110001 |
Color Harmonies of #CE2CBD
Complementary color
Monochromatic Colors of #CE2CBD
Black with #CE2CBD
Text Example
Text Example
White with #CE2CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CBD; }
p { color: rgb(206,44,189); }
H1.HeaderClassName
{
color: #CE2CBD;
}
.AnyTagClassName
{
color: #CE2CBD;
}
</style>
background-color css
<style>
a { background-color: #CE2CBD; }
a { background-color: rgb(206,44,189); }
div.DivClassName
{
background-color: #CE2CBD;
}
.BgClassName
{
background-color: #CE2CBD;
}
</style>
border-color css
<style>
span { border-color: #CE2CBD; }
span { border-color: rgb(206,44,189); }
td.TdClassName
{
border-color: #CE2CBD;
}
.TagClassName
{
border-color: #CE2CBD;
}
</style>