Shades of Fuchsia #CE5ECD
Tints of Fuchsia #CE5ECD
RGB
CMYK
RGB Variations
Color information
#CE5ECD (or 0xCE5ECD) is known color: Fuchsia. HEX triplet: CE, 5E and CD. RGB value is (206,94,205). Sum of RGB (Red+Green+Blue) = 206+94+205=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ECD is #31A132. Grayscale: #8B8B8B. Windows color (decimal): -3252531 or 13459150. OLE color: 13459150.
HSL color Cylindrical-coordinate representation of color #CE5ECD: hue angle of 300.54º 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 #CE5ECD is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 205 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.19 |
| HSL | 300.54º | 0.53% | 0.59% | - |
| HSV(B) | 300.54º | 0.54% | 0.81% | - |
| XYZ | 40.48 | 25.54 | 60.55 | - |
| YUV | 140.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 205 | 0 | 0.54 | 0.00 | 0.19 | 300.54 | 0.53 | 0.59 |
| Hex | CE | 5E | CD | 0 | 36 | 0 | 13 | 12D | 35 | 3B |
| Octal | 316 | 136 | 315 | 0 | 66 | 0 | 23 | 455 | 65 | 73 |
| Binary | 11001110 | 1011110 | 11001101 | 0 | 110110 | 0 | 10011 | 100101101 | 110101 | 111011 |
Color Harmonies of #CE5ECD
Complementary color
Monochromatic Colors of #CE5ECD
Black with #CE5ECD
Text Example
Text Example
White with #CE5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ECD; }
p { color: rgb(206,94,205); }
H1.HeaderClassName
{
color: #CE5ECD;
}
.AnyTagClassName
{
color: #CE5ECD;
}
</style>
background-color css
<style>
a { background-color: #CE5ECD; }
a { background-color: rgb(206,94,205); }
div.DivClassName
{
background-color: #CE5ECD;
}
.BgClassName
{
background-color: #CE5ECD;
}
</style>
border-color css
<style>
span { border-color: #CE5ECD; }
span { border-color: rgb(206,94,205); }
td.TdClassName
{
border-color: #CE5ECD;
}
.TagClassName
{
border-color: #CE5ECD;
}
</style>