Shades of Fuchsia #CE68BF
Tints of Fuchsia #CE68BF
RGB
CMYK
RGB Variations
Color information
#CE68BF (or 0xCE68BF) is known color: Fuchsia. HEX triplet: CE, 68 and BF. RGB value is (206,104,191). Sum of RGB (Red+Green+Blue) = 206+104+191=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68BF is #319740. Grayscale: #909090. Windows color (decimal): -3249985 or 12544206. OLE color: 12544206.
HSL color Cylindrical-coordinate representation of color #CE68BF: hue angle of 308.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE68BF is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 191 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.19 |
| HSL | 308.82º | 0.51% | 0.61% | - |
| HSV(B) | 308.82º | 0.5% | 0.81% | - |
| XYZ | 39.81 | 26.78 | 52.36 | - |
| YUV | 144.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 191 | 0 | 0.50 | 0.07 | 0.19 | 308.82 | 0.51 | 0.61 |
| Hex | CE | 68 | BF | 0 | 32 | 7 | 13 | 135 | 33 | 3D |
| Octal | 316 | 150 | 277 | 0 | 62 | 7 | 23 | 465 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10111111 | 0 | 110010 | 111 | 10011 | 100110101 | 110011 | 111101 |
Color Harmonies of #CE68BF
Complementary color
Monochromatic Colors of #CE68BF
Black with #CE68BF
Text Example
Text Example
White with #CE68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68BF; }
p { color: rgb(206,104,191); }
H1.HeaderClassName
{
color: #CE68BF;
}
.AnyTagClassName
{
color: #CE68BF;
}
</style>
background-color css
<style>
a { background-color: #CE68BF; }
a { background-color: rgb(206,104,191); }
div.DivClassName
{
background-color: #CE68BF;
}
.BgClassName
{
background-color: #CE68BF;
}
</style>
border-color css
<style>
span { border-color: #CE68BF; }
span { border-color: rgb(206,104,191); }
td.TdClassName
{
border-color: #CE68BF;
}
.TagClassName
{
border-color: #CE68BF;
}
</style>