Shades of Fuchsia #CE4CBF
Tints of Fuchsia #CE4CBF
RGB
CMYK
RGB Variations
Color information
#CE4CBF (or 0xCE4CBF) is known color: Fuchsia. HEX triplet: CE, 4C and BF. RGB value is (206,76,191). Sum of RGB (Red+Green+Blue) = 206+76+191=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CBF is #31B340. Grayscale: #7F7F7F. Windows color (decimal): -3257153 or 12537038. OLE color: 12537038.
HSL color Cylindrical-coordinate representation of color #CE4CBF: hue angle of 306.92º 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 #CE4CBF is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 76 | 191 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.19 |
| HSL | 306.92º | 0.57% | 0.55% | - |
| HSV(B) | 306.92º | 0.63% | 0.81% | - |
| XYZ | 37.44 | 22.05 | 51.57 | - |
| YUV | 127.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 191 | 0 | 0.63 | 0.07 | 0.19 | 306.92 | 0.57 | 0.55 |
| Hex | CE | 4C | BF | 0 | 3F | 7 | 13 | 133 | 39 | 37 |
| Octal | 316 | 114 | 277 | 0 | 77 | 7 | 23 | 463 | 71 | 67 |
| Binary | 11001110 | 1001100 | 10111111 | 0 | 111111 | 111 | 10011 | 100110011 | 111001 | 110111 |
Color Harmonies of #CE4CBF
Complementary color
Monochromatic Colors of #CE4CBF
Black with #CE4CBF
Text Example
Text Example
White with #CE4CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CBF; }
p { color: rgb(206,76,191); }
H1.HeaderClassName
{
color: #CE4CBF;
}
.AnyTagClassName
{
color: #CE4CBF;
}
</style>
background-color css
<style>
a { background-color: #CE4CBF; }
a { background-color: rgb(206,76,191); }
div.DivClassName
{
background-color: #CE4CBF;
}
.BgClassName
{
background-color: #CE4CBF;
}
</style>
border-color css
<style>
span { border-color: #CE4CBF; }
span { border-color: rgb(206,76,191); }
td.TdClassName
{
border-color: #CE4CBF;
}
.TagClassName
{
border-color: #CE4CBF;
}
</style>