Shades of Fuchsia #CE6FB5
Tints of Fuchsia #CE6FB5
RGB
CMYK
RGB Variations
Color information
#CE6FB5 (or 0xCE6FB5) is known color: Fuchsia. HEX triplet: CE, 6F and B5. RGB value is (206,111,181). Sum of RGB (Red+Green+Blue) = 206+111+181=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FB5 is #31904A. Grayscale: #939393. Windows color (decimal): -3248203 or 11890638. OLE color: 11890638.
HSL color Cylindrical-coordinate representation of color #CE6FB5: hue angle of 315.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FB5 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 181 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.19 |
| HSL | 315.79º | 0.49% | 0.62% | - |
| HSV(B) | 315.79º | 0.46% | 0.81% | - |
| XYZ | 39.48 | 27.83 | 47.01 | - |
| YUV | 147.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 181 | 0 | 0.46 | 0.12 | 0.19 | 315.79 | 0.49 | 0.62 |
| Hex | CE | 6F | B5 | 0 | 2E | C | 13 | 13C | 31 | 3E |
| Octal | 316 | 157 | 265 | 0 | 56 | 14 | 23 | 474 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10110101 | 0 | 101110 | 1100 | 10011 | 100111100 | 110001 | 111110 |
Color Harmonies of #CE6FB5
Complementary color
Monochromatic Colors of #CE6FB5
Black with #CE6FB5
Text Example
Text Example
White with #CE6FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FB5; }
p { color: rgb(206,111,181); }
H1.HeaderClassName
{
color: #CE6FB5;
}
.AnyTagClassName
{
color: #CE6FB5;
}
</style>
background-color css
<style>
a { background-color: #CE6FB5; }
a { background-color: rgb(206,111,181); }
div.DivClassName
{
background-color: #CE6FB5;
}
.BgClassName
{
background-color: #CE6FB5;
}
</style>
border-color css
<style>
span { border-color: #CE6FB5; }
span { border-color: rgb(206,111,181); }
td.TdClassName
{
border-color: #CE6FB5;
}
.TagClassName
{
border-color: #CE6FB5;
}
</style>