Shades of Fuchsia #CE3DBF
Tints of Fuchsia #CE3DBF
RGB
CMYK
RGB Variations
Color information
#CE3DBF (or 0xCE3DBF) is known color: Fuchsia. HEX triplet: CE, 3D and BF. RGB value is (206,61,191). Sum of RGB (Red+Green+Blue) = 206+61+191=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DBF is #31C240. Grayscale: #767676. Windows color (decimal): -3260993 or 12533198. OLE color: 12533198.
HSL color Cylindrical-coordinate representation of color #CE3DBF: hue angle of 306.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3DBF is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 191 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.19 |
| HSL | 306.21º | 0.6% | 0.52% | - |
| HSV(B) | 306.21º | 0.7% | 0.81% | - |
| XYZ | 36.53 | 20.22 | 51.27 | - |
| YUV | 119.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 191 | 0 | 0.70 | 0.07 | 0.19 | 306.21 | 0.6 | 0.52 |
| Hex | CE | 3D | BF | 0 | 46 | 7 | 13 | 132 | 3C | 34 |
| Octal | 316 | 75 | 277 | 0 | 106 | 7 | 23 | 462 | 74 | 64 |
| Binary | 11001110 | 111101 | 10111111 | 0 | 1000110 | 111 | 10011 | 100110010 | 111100 | 110100 |
Color Harmonies of #CE3DBF
Complementary color
Monochromatic Colors of #CE3DBF
Black with #CE3DBF
Text Example
Text Example
White with #CE3DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DBF; }
p { color: rgb(206,61,191); }
H1.HeaderClassName
{
color: #CE3DBF;
}
.AnyTagClassName
{
color: #CE3DBF;
}
</style>
background-color css
<style>
a { background-color: #CE3DBF; }
a { background-color: rgb(206,61,191); }
div.DivClassName
{
background-color: #CE3DBF;
}
.BgClassName
{
background-color: #CE3DBF;
}
</style>
border-color css
<style>
span { border-color: #CE3DBF; }
span { border-color: rgb(206,61,191); }
td.TdClassName
{
border-color: #CE3DBF;
}
.TagClassName
{
border-color: #CE3DBF;
}
</style>