Shades of Fuchsia #CE3ECF
Tints of Fuchsia #CE3ECF
RGB
CMYK
RGB Variations
Color information
#CE3ECF (or 0xCE3ECF) is known color: Fuchsia. HEX triplet: CE, 3E and CF. RGB value is (206,62,207). Sum of RGB (Red+Green+Blue) = 206+62+207=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE3ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ECF is #31C130. Grayscale: #797979. Windows color (decimal): -3260721 or 13582030. OLE color: 13582030.
HSL color Cylindrical-coordinate representation of color #CE3ECF: hue angle of 299.59º 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 #CE3ECF is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 207 | - |
| CMYK | 0.00 | 0.70 | 0 | 0.19 |
| HSL | 299.59º | 0.6% | 0.53% | - |
| HSV(B) | 299.59º | 0.7% | 0.81% | - |
| XYZ | 38.44 | 21.07 | 61.07 | - |
| YUV | 121.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 207 | 0.00 | 0.70 | 0 | 0.19 | 299.59 | 0.6 | 0.53 |
| Hex | CE | 3E | CF | 0 | 46 | 0 | 13 | 12C | 3C | 35 |
| Octal | 316 | 76 | 317 | 0 | 106 | 0 | 23 | 454 | 74 | 65 |
| Binary | 11001110 | 111110 | 11001111 | 0 | 1000110 | 0 | 10011 | 100101100 | 111100 | 110101 |
Color Harmonies of #CE3ECF
Complementary color
Monochromatic Colors of #CE3ECF
Black with #CE3ECF
Text Example
Text Example
White with #CE3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ECF; }
p { color: rgb(206,62,207); }
H1.HeaderClassName
{
color: #CE3ECF;
}
.AnyTagClassName
{
color: #CE3ECF;
}
</style>
background-color css
<style>
a { background-color: #CE3ECF; }
a { background-color: rgb(206,62,207); }
div.DivClassName
{
background-color: #CE3ECF;
}
.BgClassName
{
background-color: #CE3ECF;
}
</style>
border-color css
<style>
span { border-color: #CE3ECF; }
span { border-color: rgb(206,62,207); }
td.TdClassName
{
border-color: #CE3ECF;
}
.TagClassName
{
border-color: #CE3ECF;
}
</style>