Shades of Fuchsia #CE5CBC
Tints of Fuchsia #CE5CBC
RGB
CMYK
RGB Variations
Color information
#CE5CBC (or 0xCE5CBC) is known color: Fuchsia. HEX triplet: CE, 5C and BC. RGB value is (206,92,188). Sum of RGB (Red+Green+Blue) = 206+92+188=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CBC is #31A343. Grayscale: #888888. Windows color (decimal): -3253060 or 12344526. OLE color: 12344526.
HSL color Cylindrical-coordinate representation of color #CE5CBC: hue angle of 309.47º 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 #CE5CBC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 188 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.19 |
| HSL | 309.47º | 0.54% | 0.58% | - |
| HSV(B) | 309.47º | 0.55% | 0.81% | - |
| XYZ | 38.36 | 24.41 | 50.27 | - |
| YUV | 137.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 188 | 0 | 0.55 | 0.09 | 0.19 | 309.47 | 0.54 | 0.58 |
| Hex | CE | 5C | BC | 0 | 37 | 9 | 13 | 135 | 36 | 3A |
| Octal | 316 | 134 | 274 | 0 | 67 | 11 | 23 | 465 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10111100 | 0 | 110111 | 1001 | 10011 | 100110101 | 110110 | 111010 |
Color Harmonies of #CE5CBC
Complementary color
Monochromatic Colors of #CE5CBC
Black with #CE5CBC
Text Example
Text Example
White with #CE5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CBC; }
p { color: rgb(206,92,188); }
H1.HeaderClassName
{
color: #CE5CBC;
}
.AnyTagClassName
{
color: #CE5CBC;
}
</style>
background-color css
<style>
a { background-color: #CE5CBC; }
a { background-color: rgb(206,92,188); }
div.DivClassName
{
background-color: #CE5CBC;
}
.BgClassName
{
background-color: #CE5CBC;
}
</style>
border-color css
<style>
span { border-color: #CE5CBC; }
span { border-color: rgb(206,92,188); }
td.TdClassName
{
border-color: #CE5CBC;
}
.TagClassName
{
border-color: #CE5CBC;
}
</style>