Shades of Fuchsia #CE5EC1
Tints of Fuchsia #CE5EC1
RGB
CMYK
RGB Variations
Color information
#CE5EC1 (or 0xCE5EC1) is known color: Fuchsia. HEX triplet: CE, 5E and C1. RGB value is (206,94,193). Sum of RGB (Red+Green+Blue) = 206+94+193=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EC1 is #31A13E. Grayscale: #8A8A8A. Windows color (decimal): -3252543 or 12672718. OLE color: 12672718.
HSL color Cylindrical-coordinate representation of color #CE5EC1: hue angle of 306.96º 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 #CE5EC1 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 193 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.19 |
| HSL | 306.96º | 0.53% | 0.59% | - |
| HSV(B) | 306.96º | 0.54% | 0.81% | - |
| XYZ | 39.08 | 24.98 | 53.21 | - |
| YUV | 138.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 193 | 0 | 0.54 | 0.06 | 0.19 | 306.96 | 0.53 | 0.59 |
| Hex | CE | 5E | C1 | 0 | 36 | 6 | 13 | 133 | 35 | 3B |
| Octal | 316 | 136 | 301 | 0 | 66 | 6 | 23 | 463 | 65 | 73 |
| Binary | 11001110 | 1011110 | 11000001 | 0 | 110110 | 110 | 10011 | 100110011 | 110101 | 111011 |
Color Harmonies of #CE5EC1
Complementary color
Monochromatic Colors of #CE5EC1
Black with #CE5EC1
Text Example
Text Example
White with #CE5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EC1; }
p { color: rgb(206,94,193); }
H1.HeaderClassName
{
color: #CE5EC1;
}
.AnyTagClassName
{
color: #CE5EC1;
}
</style>
background-color css
<style>
a { background-color: #CE5EC1; }
a { background-color: rgb(206,94,193); }
div.DivClassName
{
background-color: #CE5EC1;
}
.BgClassName
{
background-color: #CE5EC1;
}
</style>
border-color css
<style>
span { border-color: #CE5EC1; }
span { border-color: rgb(206,94,193); }
td.TdClassName
{
border-color: #CE5EC1;
}
.TagClassName
{
border-color: #CE5EC1;
}
</style>