Shades of Fuchsia #CE4DB5
Tints of Fuchsia #CE4DB5
RGB
CMYK
RGB Variations
Color information
#CE4DB5 (or 0xCE4DB5) is known color: Fuchsia. HEX triplet: CE, 4D and B5. RGB value is (206,77,181). Sum of RGB (Red+Green+Blue) = 206+77+181=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DB5 is #31B24A. Grayscale: #7F7F7F. Windows color (decimal): -3256907 or 11881934. OLE color: 11881934.
HSL color Cylindrical-coordinate representation of color #CE4DB5: hue angle of 311.63º 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 #CE4DB5 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 181 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.19 |
| HSL | 311.63º | 0.57% | 0.55% | - |
| HSV(B) | 311.63º | 0.63% | 0.81% | - |
| XYZ | 36.45 | 21.77 | 46 | - |
| YUV | 127.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 181 | 0 | 0.63 | 0.12 | 0.19 | 311.63 | 0.57 | 0.55 |
| Hex | CE | 4D | B5 | 0 | 3F | C | 13 | 138 | 39 | 37 |
| Octal | 316 | 115 | 265 | 0 | 77 | 14 | 23 | 470 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10110101 | 0 | 111111 | 1100 | 10011 | 100111000 | 111001 | 110111 |
Color Harmonies of #CE4DB5
Complementary color
Monochromatic Colors of #CE4DB5
Black with #CE4DB5
Text Example
Text Example
White with #CE4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DB5; }
p { color: rgb(206,77,181); }
H1.HeaderClassName
{
color: #CE4DB5;
}
.AnyTagClassName
{
color: #CE4DB5;
}
</style>
background-color css
<style>
a { background-color: #CE4DB5; }
a { background-color: rgb(206,77,181); }
div.DivClassName
{
background-color: #CE4DB5;
}
.BgClassName
{
background-color: #CE4DB5;
}
</style>
border-color css
<style>
span { border-color: #CE4DB5; }
span { border-color: rgb(206,77,181); }
td.TdClassName
{
border-color: #CE4DB5;
}
.TagClassName
{
border-color: #CE4DB5;
}
</style>