Shades of Fuchsia #CE4DB6
Tints of Fuchsia #CE4DB6
RGB
CMYK
RGB Variations
Color information
#CE4DB6 (or 0xCE4DB6) is known color: Fuchsia. HEX triplet: CE, 4D and B6. RGB value is (206,77,182). Sum of RGB (Red+Green+Blue) = 206+77+182=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DB6 is #31B249. Grayscale: #7F7F7F. Windows color (decimal): -3256906 or 11947470. OLE color: 11947470.
HSL color Cylindrical-coordinate representation of color #CE4DB6: hue angle of 311.16º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DB6 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 182 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.19 |
| HSL | 311.16º | 0.57% | 0.55% | - |
| HSV(B) | 311.16º | 0.63% | 0.81% | - |
| XYZ | 36.55 | 21.81 | 46.54 | - |
| YUV | 127.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 182 | 0 | 0.63 | 0.12 | 0.19 | 311.16 | 0.57 | 0.55 |
| Hex | CE | 4D | B6 | 0 | 3F | C | 13 | 137 | 39 | 37 |
| Octal | 316 | 115 | 266 | 0 | 77 | 14 | 23 | 467 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10110110 | 0 | 111111 | 1100 | 10011 | 100110111 | 111001 | 110111 |
Color Harmonies of #CE4DB6
Complementary color
Monochromatic Colors of #CE4DB6
Black with #CE4DB6
Text Example
Text Example
White with #CE4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DB6; }
p { color: rgb(206,77,182); }
H1.HeaderClassName
{
color: #CE4DB6;
}
.AnyTagClassName
{
color: #CE4DB6;
}
</style>
background-color css
<style>
a { background-color: #CE4DB6; }
a { background-color: rgb(206,77,182); }
div.DivClassName
{
background-color: #CE4DB6;
}
.BgClassName
{
background-color: #CE4DB6;
}
</style>
border-color css
<style>
span { border-color: #CE4DB6; }
span { border-color: rgb(206,77,182); }
td.TdClassName
{
border-color: #CE4DB6;
}
.TagClassName
{
border-color: #CE4DB6;
}
</style>