Shades of Fuchsia #CE4FBC
Tints of Fuchsia #CE4FBC
RGB
CMYK
RGB Variations
Color information
#CE4FBC (or 0xCE4FBC) is known color: Fuchsia. HEX triplet: CE, 4F and BC. RGB value is (206,79,188). Sum of RGB (Red+Green+Blue) = 206+79+188=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FBC is #31B043. Grayscale: #818181. Windows color (decimal): -3256388 or 12341198. OLE color: 12341198.
HSL color Cylindrical-coordinate representation of color #CE4FBC: hue angle of 308.5º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FBC is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 188 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.19 |
| HSL | 308.5º | 0.56% | 0.56% | - |
| HSV(B) | 308.5º | 0.62% | 0.81% | - |
| XYZ | 37.33 | 22.34 | 49.92 | - |
| YUV | 129.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 188 | 0 | 0.62 | 0.09 | 0.19 | 308.5 | 0.56 | 0.56 |
| Hex | CE | 4F | BC | 0 | 3E | 9 | 13 | 135 | 38 | 38 |
| Octal | 316 | 117 | 274 | 0 | 76 | 11 | 23 | 465 | 70 | 70 |
| Binary | 11001110 | 1001111 | 10111100 | 0 | 111110 | 1001 | 10011 | 100110101 | 111000 | 111000 |
Color Harmonies of #CE4FBC
Complementary color
Monochromatic Colors of #CE4FBC
Black with #CE4FBC
Text Example
Text Example
White with #CE4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FBC; }
p { color: rgb(206,79,188); }
H1.HeaderClassName
{
color: #CE4FBC;
}
.AnyTagClassName
{
color: #CE4FBC;
}
</style>
background-color css
<style>
a { background-color: #CE4FBC; }
a { background-color: rgb(206,79,188); }
div.DivClassName
{
background-color: #CE4FBC;
}
.BgClassName
{
background-color: #CE4FBC;
}
</style>
border-color css
<style>
span { border-color: #CE4FBC; }
span { border-color: rgb(206,79,188); }
td.TdClassName
{
border-color: #CE4FBC;
}
.TagClassName
{
border-color: #CE4FBC;
}
</style>