Shades of Fuchsia #CE3FBC
Tints of Fuchsia #CE3FBC
RGB
CMYK
RGB Variations
Color information
#CE3FBC (or 0xCE3FBC) is known color: Fuchsia. HEX triplet: CE, 3F and BC. RGB value is (206,63,188). Sum of RGB (Red+Green+Blue) = 206+63+188=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FBC is #31C043. Grayscale: #777777. Windows color (decimal): -3260484 or 12337102. OLE color: 12337102.
HSL color Cylindrical-coordinate representation of color #CE3FBC: hue angle of 307.55º 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 #CE3FBC is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 188 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.19 |
| HSL | 307.55º | 0.59% | 0.53% | - |
| HSV(B) | 307.55º | 0.69% | 0.81% | - |
| XYZ | 36.31 | 20.31 | 49.58 | - |
| YUV | 120.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 188 | 0 | 0.69 | 0.09 | 0.19 | 307.55 | 0.59 | 0.53 |
| Hex | CE | 3F | BC | 0 | 45 | 9 | 13 | 134 | 3B | 35 |
| Octal | 316 | 77 | 274 | 0 | 105 | 11 | 23 | 464 | 73 | 65 |
| Binary | 11001110 | 111111 | 10111100 | 0 | 1000101 | 1001 | 10011 | 100110100 | 111011 | 110101 |
Color Harmonies of #CE3FBC
Complementary color
Monochromatic Colors of #CE3FBC
Black with #CE3FBC
Text Example
Text Example
White with #CE3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FBC; }
p { color: rgb(206,63,188); }
H1.HeaderClassName
{
color: #CE3FBC;
}
.AnyTagClassName
{
color: #CE3FBC;
}
</style>
background-color css
<style>
a { background-color: #CE3FBC; }
a { background-color: rgb(206,63,188); }
div.DivClassName
{
background-color: #CE3FBC;
}
.BgClassName
{
background-color: #CE3FBC;
}
</style>
border-color css
<style>
span { border-color: #CE3FBC; }
span { border-color: rgb(206,63,188); }
td.TdClassName
{
border-color: #CE3FBC;
}
.TagClassName
{
border-color: #CE3FBC;
}
</style>