Shades of Fuchsia #CE5BC1
Tints of Fuchsia #CE5BC1
RGB
CMYK
RGB Variations
Color information
#CE5BC1 (or 0xCE5BC1) is known color: Fuchsia. HEX triplet: CE, 5B and C1. RGB value is (206,91,193). Sum of RGB (Red+Green+Blue) = 206+91+193=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BC1 is #31A43E. Grayscale: #888888. Windows color (decimal): -3253311 or 12671950. OLE color: 12671950.
HSL color Cylindrical-coordinate representation of color #CE5BC1: hue angle of 306.78º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5BC1 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 193 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.19 |
| HSL | 306.78º | 0.54% | 0.58% | - |
| HSV(B) | 306.78º | 0.56% | 0.81% | - |
| XYZ | 38.82 | 24.45 | 53.13 | - |
| YUV | 137.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 193 | 0 | 0.56 | 0.06 | 0.19 | 306.78 | 0.54 | 0.58 |
| Hex | CE | 5B | C1 | 0 | 38 | 6 | 13 | 133 | 36 | 3A |
| Octal | 316 | 133 | 301 | 0 | 70 | 6 | 23 | 463 | 66 | 72 |
| Binary | 11001110 | 1011011 | 11000001 | 0 | 111000 | 110 | 10011 | 100110011 | 110110 | 111010 |
Color Harmonies of #CE5BC1
Complementary color
Monochromatic Colors of #CE5BC1
Black with #CE5BC1
Text Example
Text Example
White with #CE5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BC1; }
p { color: rgb(206,91,193); }
H1.HeaderClassName
{
color: #CE5BC1;
}
.AnyTagClassName
{
color: #CE5BC1;
}
</style>
background-color css
<style>
a { background-color: #CE5BC1; }
a { background-color: rgb(206,91,193); }
div.DivClassName
{
background-color: #CE5BC1;
}
.BgClassName
{
background-color: #CE5BC1;
}
</style>
border-color css
<style>
span { border-color: #CE5BC1; }
span { border-color: rgb(206,91,193); }
td.TdClassName
{
border-color: #CE5BC1;
}
.TagClassName
{
border-color: #CE5BC1;
}
</style>