Shades of Fuchsia #CE2DBF
Tints of Fuchsia #CE2DBF
RGB
CMYK
RGB Variations
Color information
#CE2DBF (or 0xCE2DBF) is known color: Fuchsia. HEX triplet: CE, 2D and BF. RGB value is (206,45,191). Sum of RGB (Red+Green+Blue) = 206+45+191=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DBF is #31D240. Grayscale: #6D6D6D. Windows color (decimal): -3265089 or 12529102. OLE color: 12529102.
HSL color Cylindrical-coordinate representation of color #CE2DBF: hue angle of 305.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DBF is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 191 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.19 |
| HSL | 305.59º | 0.64% | 0.49% | - |
| HSV(B) | 305.59º | 0.78% | 0.81% | - |
| XYZ | 35.8 | 18.76 | 51.02 | - |
| YUV | 109.78 | 173.84 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 191 | 0 | 0.78 | 0.07 | 0.19 | 305.59 | 0.64 | 0.49 |
| Hex | CE | 2D | BF | 0 | 4E | 7 | 13 | 132 | 40 | 31 |
| Octal | 316 | 55 | 277 | 0 | 116 | 7 | 23 | 462 | 100 | 61 |
| Binary | 11001110 | 101101 | 10111111 | 0 | 1001110 | 111 | 10011 | 100110010 | 1000000 | 110001 |
Color Harmonies of #CE2DBF
Complementary color
Monochromatic Colors of #CE2DBF
Black with #CE2DBF
Text Example
Text Example
White with #CE2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DBF; }
p { color: rgb(206,45,191); }
H1.HeaderClassName
{
color: #CE2DBF;
}
.AnyTagClassName
{
color: #CE2DBF;
}
</style>
background-color css
<style>
a { background-color: #CE2DBF; }
a { background-color: rgb(206,45,191); }
div.DivClassName
{
background-color: #CE2DBF;
}
.BgClassName
{
background-color: #CE2DBF;
}
</style>
border-color css
<style>
span { border-color: #CE2DBF; }
span { border-color: rgb(206,45,191); }
td.TdClassName
{
border-color: #CE2DBF;
}
.TagClassName
{
border-color: #CE2DBF;
}
</style>