Shades of Fuchsia #CE5EC0
Tints of Fuchsia #CE5EC0
RGB
CMYK
RGB Variations
Color information
#CE5EC0 (or 0xCE5EC0) is known color: Fuchsia. HEX triplet: CE, 5E and C0. RGB value is (206,94,192). Sum of RGB (Red+Green+Blue) = 206+94+192=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EC0 is #31A13F. Grayscale: #8A8A8A. Windows color (decimal): -3252544 or 12607182. OLE color: 12607182.
HSL color Cylindrical-coordinate representation of color #CE5EC0: hue angle of 307.5º 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 #CE5EC0 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 192 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.19 |
| HSL | 307.5º | 0.53% | 0.59% | - |
| HSV(B) | 307.5º | 0.54% | 0.81% | - |
| XYZ | 38.97 | 24.93 | 52.63 | - |
| YUV | 138.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 192 | 0 | 0.54 | 0.07 | 0.19 | 307.5 | 0.53 | 0.59 |
| Hex | CE | 5E | C0 | 0 | 36 | 7 | 13 | 134 | 35 | 3B |
| Octal | 316 | 136 | 300 | 0 | 66 | 7 | 23 | 464 | 65 | 73 |
| Binary | 11001110 | 1011110 | 11000000 | 0 | 110110 | 111 | 10011 | 100110100 | 110101 | 111011 |
Color Harmonies of #CE5EC0
Complementary color
Monochromatic Colors of #CE5EC0
Black with #CE5EC0
Text Example
Text Example
White with #CE5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EC0; }
p { color: rgb(206,94,192); }
H1.HeaderClassName
{
color: #CE5EC0;
}
.AnyTagClassName
{
color: #CE5EC0;
}
</style>
background-color css
<style>
a { background-color: #CE5EC0; }
a { background-color: rgb(206,94,192); }
div.DivClassName
{
background-color: #CE5EC0;
}
.BgClassName
{
background-color: #CE5EC0;
}
</style>
border-color css
<style>
span { border-color: #CE5EC0; }
span { border-color: rgb(206,94,192); }
td.TdClassName
{
border-color: #CE5EC0;
}
.TagClassName
{
border-color: #CE5EC0;
}
</style>