Shades of Fuchsia #CE5DB6
Tints of Fuchsia #CE5DB6
RGB
CMYK
RGB Variations
Color information
#CE5DB6 (or 0xCE5DB6) is known color: Fuchsia. HEX triplet: CE, 5D and B6. RGB value is (206,93,182). Sum of RGB (Red+Green+Blue) = 206+93+182=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DB6 is #31A249. Grayscale: #888888. Windows color (decimal): -3252810 or 11951566. OLE color: 11951566.
HSL color Cylindrical-coordinate representation of color #CE5DB6: hue angle of 312.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DB6 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 182 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.19 |
| HSL | 312.74º | 0.54% | 0.59% | - |
| HSV(B) | 312.74º | 0.55% | 0.81% | - |
| XYZ | 37.81 | 24.33 | 46.96 | - |
| YUV | 136.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 182 | 0 | 0.55 | 0.12 | 0.19 | 312.74 | 0.54 | 0.59 |
| Hex | CE | 5D | B6 | 0 | 37 | C | 13 | 139 | 36 | 3B |
| Octal | 316 | 135 | 266 | 0 | 67 | 14 | 23 | 471 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10110110 | 0 | 110111 | 1100 | 10011 | 100111001 | 110110 | 111011 |
Color Harmonies of #CE5DB6
Complementary color
Monochromatic Colors of #CE5DB6
Black with #CE5DB6
Text Example
Text Example
White with #CE5DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DB6; }
p { color: rgb(206,93,182); }
H1.HeaderClassName
{
color: #CE5DB6;
}
.AnyTagClassName
{
color: #CE5DB6;
}
</style>
background-color css
<style>
a { background-color: #CE5DB6; }
a { background-color: rgb(206,93,182); }
div.DivClassName
{
background-color: #CE5DB6;
}
.BgClassName
{
background-color: #CE5DB6;
}
</style>
border-color css
<style>
span { border-color: #CE5DB6; }
span { border-color: rgb(206,93,182); }
td.TdClassName
{
border-color: #CE5DB6;
}
.TagClassName
{
border-color: #CE5DB6;
}
</style>