Shades of Fuchsia #CE5DB0
Tints of Fuchsia #CE5DB0
RGB
CMYK
RGB Variations
Color information
#CE5DB0 (or 0xCE5DB0) is known color: Fuchsia. HEX triplet: CE, 5D and B0. RGB value is (206,93,176). Sum of RGB (Red+Green+Blue) = 206+93+176=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5DB0 is #31A24F. Grayscale: #888888. Windows color (decimal): -3252816 or 11558350. OLE color: 11558350.
HSL color Cylindrical-coordinate representation of color #CE5DB0: hue angle of 315.93º 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 #CE5DB0 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 176 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.19 |
| HSL | 315.93º | 0.54% | 0.59% | - |
| HSV(B) | 315.93º | 0.55% | 0.81% | - |
| XYZ | 37.2 | 24.09 | 43.76 | - |
| YUV | 136.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 176 | 0 | 0.55 | 0.15 | 0.19 | 315.93 | 0.54 | 0.59 |
| Hex | CE | 5D | B0 | 0 | 37 | F | 13 | 13C | 36 | 3B |
| Octal | 316 | 135 | 260 | 0 | 67 | 17 | 23 | 474 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10110000 | 0 | 110111 | 1111 | 10011 | 100111100 | 110110 | 111011 |
Color Harmonies of #CE5DB0
Complementary color
Monochromatic Colors of #CE5DB0
Black with #CE5DB0
Text Example
Text Example
White with #CE5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DB0; }
p { color: rgb(206,93,176); }
H1.HeaderClassName
{
color: #CE5DB0;
}
.AnyTagClassName
{
color: #CE5DB0;
}
</style>
background-color css
<style>
a { background-color: #CE5DB0; }
a { background-color: rgb(206,93,176); }
div.DivClassName
{
background-color: #CE5DB0;
}
.BgClassName
{
background-color: #CE5DB0;
}
</style>
border-color css
<style>
span { border-color: #CE5DB0; }
span { border-color: rgb(206,93,176); }
td.TdClassName
{
border-color: #CE5DB0;
}
.TagClassName
{
border-color: #CE5DB0;
}
</style>