Shades of Fuchsia #CE5EC9
Tints of Fuchsia #CE5EC9
RGB
CMYK
RGB Variations
Color information
#CE5EC9 (or 0xCE5EC9) is known color: Fuchsia. HEX triplet: CE, 5E and C9. RGB value is (206,94,201). Sum of RGB (Red+Green+Blue) = 206+94+201=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EC9 is #31A136. Grayscale: #8B8B8B. Windows color (decimal): -3252535 or 13197006. OLE color: 13197006.
HSL color Cylindrical-coordinate representation of color #CE5EC9: hue angle of 302.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5EC9 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 201 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.19 |
| HSL | 302.68º | 0.53% | 0.59% | - |
| HSV(B) | 302.68º | 0.54% | 0.81% | - |
| XYZ | 40 | 25.34 | 58.04 | - |
| YUV | 139.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 201 | 0 | 0.54 | 0.02 | 0.19 | 302.68 | 0.53 | 0.59 |
| Hex | CE | 5E | C9 | 0 | 36 | 2 | 13 | 12F | 35 | 3B |
| Octal | 316 | 136 | 311 | 0 | 66 | 2 | 23 | 457 | 65 | 73 |
| Binary | 11001110 | 1011110 | 11001001 | 0 | 110110 | 10 | 10011 | 100101111 | 110101 | 111011 |
Color Harmonies of #CE5EC9
Complementary color
Monochromatic Colors of #CE5EC9
Black with #CE5EC9
Text Example
Text Example
White with #CE5EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EC9; }
p { color: rgb(206,94,201); }
H1.HeaderClassName
{
color: #CE5EC9;
}
.AnyTagClassName
{
color: #CE5EC9;
}
</style>
background-color css
<style>
a { background-color: #CE5EC9; }
a { background-color: rgb(206,94,201); }
div.DivClassName
{
background-color: #CE5EC9;
}
.BgClassName
{
background-color: #CE5EC9;
}
</style>
border-color css
<style>
span { border-color: #CE5EC9; }
span { border-color: rgb(206,94,201); }
td.TdClassName
{
border-color: #CE5EC9;
}
.TagClassName
{
border-color: #CE5EC9;
}
</style>