Shades of Fuchsia #CE5CBE
Tints of Fuchsia #CE5CBE
RGB
CMYK
RGB Variations
Color information
#CE5CBE (or 0xCE5CBE) is known color: Fuchsia. HEX triplet: CE, 5C and BE. RGB value is (206,92,190). Sum of RGB (Red+Green+Blue) = 206+92+190=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CBE is #31A341. Grayscale: #888888. Windows color (decimal): -3253058 or 12475598. OLE color: 12475598.
HSL color Cylindrical-coordinate representation of color #CE5CBE: hue angle of 308.42º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5CBE is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 190 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.19 |
| HSL | 308.42º | 0.54% | 0.58% | - |
| HSV(B) | 308.42º | 0.55% | 0.81% | - |
| XYZ | 38.58 | 24.49 | 51.41 | - |
| YUV | 137.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 190 | 0 | 0.55 | 0.08 | 0.19 | 308.42 | 0.54 | 0.58 |
| Hex | CE | 5C | BE | 0 | 37 | 8 | 13 | 134 | 36 | 3A |
| Octal | 316 | 134 | 276 | 0 | 67 | 10 | 23 | 464 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10111110 | 0 | 110111 | 1000 | 10011 | 100110100 | 110110 | 111010 |
Color Harmonies of #CE5CBE
Complementary color
Monochromatic Colors of #CE5CBE
Black with #CE5CBE
Text Example
Text Example
White with #CE5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CBE; }
p { color: rgb(206,92,190); }
H1.HeaderClassName
{
color: #CE5CBE;
}
.AnyTagClassName
{
color: #CE5CBE;
}
</style>
background-color css
<style>
a { background-color: #CE5CBE; }
a { background-color: rgb(206,92,190); }
div.DivClassName
{
background-color: #CE5CBE;
}
.BgClassName
{
background-color: #CE5CBE;
}
</style>
border-color css
<style>
span { border-color: #CE5CBE; }
span { border-color: rgb(206,92,190); }
td.TdClassName
{
border-color: #CE5CBE;
}
.TagClassName
{
border-color: #CE5CBE;
}
</style>