Shades of Fuchsia #CE3EBC
Tints of Fuchsia #CE3EBC
RGB
CMYK
RGB Variations
Color information
#CE3EBC (or 0xCE3EBC) is known color: Fuchsia. HEX triplet: CE, 3E and BC. RGB value is (206,62,188). Sum of RGB (Red+Green+Blue) = 206+62+188=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EBC is #31C143. Grayscale: #777777. Windows color (decimal): -3260740 or 12336846. OLE color: 12336846.
HSL color Cylindrical-coordinate representation of color #CE3EBC: hue angle of 307.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3EBC is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 188 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.19 |
| HSL | 307.5º | 0.6% | 0.53% | - |
| HSV(B) | 307.5º | 0.7% | 0.81% | - |
| XYZ | 36.25 | 20.2 | 49.56 | - |
| YUV | 119.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 188 | 0 | 0.70 | 0.09 | 0.19 | 307.5 | 0.6 | 0.53 |
| Hex | CE | 3E | BC | 0 | 46 | 9 | 13 | 134 | 3C | 35 |
| Octal | 316 | 76 | 274 | 0 | 106 | 11 | 23 | 464 | 74 | 65 |
| Binary | 11001110 | 111110 | 10111100 | 0 | 1000110 | 1001 | 10011 | 100110100 | 111100 | 110101 |
Color Harmonies of #CE3EBC
Complementary color
Monochromatic Colors of #CE3EBC
Black with #CE3EBC
Text Example
Text Example
White with #CE3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3EBC; }
p { color: rgb(206,62,188); }
H1.HeaderClassName
{
color: #CE3EBC;
}
.AnyTagClassName
{
color: #CE3EBC;
}
</style>
background-color css
<style>
a { background-color: #CE3EBC; }
a { background-color: rgb(206,62,188); }
div.DivClassName
{
background-color: #CE3EBC;
}
.BgClassName
{
background-color: #CE3EBC;
}
</style>
border-color css
<style>
span { border-color: #CE3EBC; }
span { border-color: rgb(206,62,188); }
td.TdClassName
{
border-color: #CE3EBC;
}
.TagClassName
{
border-color: #CE3EBC;
}
</style>