Shades of Fuchsia #CE4DBF
Tints of Fuchsia #CE4DBF
RGB
CMYK
RGB Variations
Color information
#CE4DBF (or 0xCE4DBF) is known color: Fuchsia. HEX triplet: CE, 4D and BF. RGB value is (206,77,191). Sum of RGB (Red+Green+Blue) = 206+77+191=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DBF is #31B240. Grayscale: #808080. Windows color (decimal): -3256897 or 12537294. OLE color: 12537294.
HSL color Cylindrical-coordinate representation of color #CE4DBF: hue angle of 306.98º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DBF is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 191 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.19 |
| HSL | 306.98º | 0.57% | 0.55% | - |
| HSV(B) | 306.98º | 0.63% | 0.81% | - |
| XYZ | 37.51 | 22.19 | 51.6 | - |
| YUV | 128.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 191 | 0 | 0.63 | 0.07 | 0.19 | 306.98 | 0.57 | 0.55 |
| Hex | CE | 4D | BF | 0 | 3F | 7 | 13 | 133 | 39 | 37 |
| Octal | 316 | 115 | 277 | 0 | 77 | 7 | 23 | 463 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10111111 | 0 | 111111 | 111 | 10011 | 100110011 | 111001 | 110111 |
Color Harmonies of #CE4DBF
Complementary color
Monochromatic Colors of #CE4DBF
Black with #CE4DBF
Text Example
Text Example
White with #CE4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DBF; }
p { color: rgb(206,77,191); }
H1.HeaderClassName
{
color: #CE4DBF;
}
.AnyTagClassName
{
color: #CE4DBF;
}
</style>
background-color css
<style>
a { background-color: #CE4DBF; }
a { background-color: rgb(206,77,191); }
div.DivClassName
{
background-color: #CE4DBF;
}
.BgClassName
{
background-color: #CE4DBF;
}
</style>
border-color css
<style>
span { border-color: #CE4DBF; }
span { border-color: rgb(206,77,191); }
td.TdClassName
{
border-color: #CE4DBF;
}
.TagClassName
{
border-color: #CE4DBF;
}
</style>