Shades of Fuchsia #CE5DB5
Tints of Fuchsia #CE5DB5
RGB
CMYK
RGB Variations
Color information
#CE5DB5 (or 0xCE5DB5) is known color: Fuchsia. HEX triplet: CE, 5D and B5. RGB value is (206,93,181). Sum of RGB (Red+Green+Blue) = 206+93+181=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DB5 is #31A24A. Grayscale: #888888. Windows color (decimal): -3252811 or 11886030. OLE color: 11886030.
HSL color Cylindrical-coordinate representation of color #CE5DB5: hue angle of 313.27º 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 #CE5DB5 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 181 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.19 |
| HSL | 313.27º | 0.54% | 0.59% | - |
| HSV(B) | 313.27º | 0.55% | 0.81% | - |
| XYZ | 37.71 | 24.29 | 46.42 | - |
| YUV | 136.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 181 | 0 | 0.55 | 0.12 | 0.19 | 313.27 | 0.54 | 0.59 |
| Hex | CE | 5D | B5 | 0 | 37 | C | 13 | 139 | 36 | 3B |
| Octal | 316 | 135 | 265 | 0 | 67 | 14 | 23 | 471 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10110101 | 0 | 110111 | 1100 | 10011 | 100111001 | 110110 | 111011 |
Color Harmonies of #CE5DB5
Complementary color
Monochromatic Colors of #CE5DB5
Black with #CE5DB5
Text Example
Text Example
White with #CE5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DB5; }
p { color: rgb(206,93,181); }
H1.HeaderClassName
{
color: #CE5DB5;
}
.AnyTagClassName
{
color: #CE5DB5;
}
</style>
background-color css
<style>
a { background-color: #CE5DB5; }
a { background-color: rgb(206,93,181); }
div.DivClassName
{
background-color: #CE5DB5;
}
.BgClassName
{
background-color: #CE5DB5;
}
</style>
border-color css
<style>
span { border-color: #CE5DB5; }
span { border-color: rgb(206,93,181); }
td.TdClassName
{
border-color: #CE5DB5;
}
.TagClassName
{
border-color: #CE5DB5;
}
</style>