Shades of Fuchsia #CE6FB6
Tints of Fuchsia #CE6FB6
RGB
CMYK
RGB Variations
Color information
#CE6FB6 (or 0xCE6FB6) is known color: Fuchsia. HEX triplet: CE, 6F and B6. RGB value is (206,111,182). Sum of RGB (Red+Green+Blue) = 206+111+182=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FB6 is #319049. Grayscale: #939393. Windows color (decimal): -3248202 or 11956174. OLE color: 11956174.
HSL color Cylindrical-coordinate representation of color #CE6FB6: hue angle of 315.16º 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 #CE6FB6 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 182 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.19 |
| HSL | 315.16º | 0.49% | 0.62% | - |
| HSV(B) | 315.16º | 0.46% | 0.81% | - |
| XYZ | 39.58 | 27.87 | 47.55 | - |
| YUV | 147.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 182 | 0 | 0.46 | 0.12 | 0.19 | 315.16 | 0.49 | 0.62 |
| Hex | CE | 6F | B6 | 0 | 2E | C | 13 | 13B | 31 | 3E |
| Octal | 316 | 157 | 266 | 0 | 56 | 14 | 23 | 473 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10110110 | 0 | 101110 | 1100 | 10011 | 100111011 | 110001 | 111110 |
Color Harmonies of #CE6FB6
Complementary color
Monochromatic Colors of #CE6FB6
Black with #CE6FB6
Text Example
Text Example
White with #CE6FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FB6; }
p { color: rgb(206,111,182); }
H1.HeaderClassName
{
color: #CE6FB6;
}
.AnyTagClassName
{
color: #CE6FB6;
}
</style>
background-color css
<style>
a { background-color: #CE6FB6; }
a { background-color: rgb(206,111,182); }
div.DivClassName
{
background-color: #CE6FB6;
}
.BgClassName
{
background-color: #CE6FB6;
}
</style>
border-color css
<style>
span { border-color: #CE6FB6; }
span { border-color: rgb(206,111,182); }
td.TdClassName
{
border-color: #CE6FB6;
}
.TagClassName
{
border-color: #CE6FB6;
}
</style>