Shades of Fuchsia #CE68B1
Tints of Fuchsia #CE68B1
RGB
CMYK
RGB Variations
Color information
#CE68B1 (or 0xCE68B1) is known color: Fuchsia. HEX triplet: CE, 68 and B1. RGB value is (206,104,177). Sum of RGB (Red+Green+Blue) = 206+104+177=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE68B1 is #31974E. Grayscale: #8E8E8E. Windows color (decimal): -3249999 or 11626702. OLE color: 11626702.
HSL color Cylindrical-coordinate representation of color #CE68B1: hue angle of 317.06º 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 #CE68B1 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 177 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.19 |
| HSL | 317.06º | 0.51% | 0.61% | - |
| HSV(B) | 317.06º | 0.5% | 0.81% | - |
| XYZ | 38.34 | 26.2 | 44.63 | - |
| YUV | 142.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 177 | 0 | 0.50 | 0.14 | 0.19 | 317.06 | 0.51 | 0.61 |
| Hex | CE | 68 | B1 | 0 | 32 | E | 13 | 13D | 33 | 3D |
| Octal | 316 | 150 | 261 | 0 | 62 | 16 | 23 | 475 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10110001 | 0 | 110010 | 1110 | 10011 | 100111101 | 110011 | 111101 |
Color Harmonies of #CE68B1
Complementary color
Monochromatic Colors of #CE68B1
Black with #CE68B1
Text Example
Text Example
White with #CE68B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68B1; }
p { color: rgb(206,104,177); }
H1.HeaderClassName
{
color: #CE68B1;
}
.AnyTagClassName
{
color: #CE68B1;
}
</style>
background-color css
<style>
a { background-color: #CE68B1; }
a { background-color: rgb(206,104,177); }
div.DivClassName
{
background-color: #CE68B1;
}
.BgClassName
{
background-color: #CE68B1;
}
</style>
border-color css
<style>
span { border-color: #CE68B1; }
span { border-color: rgb(206,104,177); }
td.TdClassName
{
border-color: #CE68B1;
}
.TagClassName
{
border-color: #CE68B1;
}
</style>