Shades of Fuchsia #CE3FB6
Tints of Fuchsia #CE3FB6
RGB
CMYK
RGB Variations
Color information
#CE3FB6 (or 0xCE3FB6) is known color: Fuchsia. HEX triplet: CE, 3F and B6. RGB value is (206,63,182). Sum of RGB (Red+Green+Blue) = 206+63+182=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FB6 is #31C049. Grayscale: #767676. Windows color (decimal): -3260490 or 11943886. OLE color: 11943886.
HSL color Cylindrical-coordinate representation of color #CE3FB6: hue angle of 310.07º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FB6 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 182 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.19 |
| HSL | 310.07º | 0.59% | 0.53% | - |
| HSV(B) | 310.07º | 0.69% | 0.81% | - |
| XYZ | 35.67 | 20.05 | 46.25 | - |
| YUV | 119.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 182 | 0 | 0.69 | 0.12 | 0.19 | 310.07 | 0.59 | 0.53 |
| Hex | CE | 3F | B6 | 0 | 45 | C | 13 | 136 | 3B | 35 |
| Octal | 316 | 77 | 266 | 0 | 105 | 14 | 23 | 466 | 73 | 65 |
| Binary | 11001110 | 111111 | 10110110 | 0 | 1000101 | 1100 | 10011 | 100110110 | 111011 | 110101 |
Color Harmonies of #CE3FB6
Complementary color
Monochromatic Colors of #CE3FB6
Black with #CE3FB6
Text Example
Text Example
White with #CE3FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FB6; }
p { color: rgb(206,63,182); }
H1.HeaderClassName
{
color: #CE3FB6;
}
.AnyTagClassName
{
color: #CE3FB6;
}
</style>
background-color css
<style>
a { background-color: #CE3FB6; }
a { background-color: rgb(206,63,182); }
div.DivClassName
{
background-color: #CE3FB6;
}
.BgClassName
{
background-color: #CE3FB6;
}
</style>
border-color css
<style>
span { border-color: #CE3FB6; }
span { border-color: rgb(206,63,182); }
td.TdClassName
{
border-color: #CE3FB6;
}
.TagClassName
{
border-color: #CE3FB6;
}
</style>