Shades of Fuchsia #CE68B9
Tints of Fuchsia #CE68B9
RGB
CMYK
RGB Variations
Color information
#CE68B9 (or 0xCE68B9) is known color: Fuchsia. HEX triplet: CE, 68 and B9. RGB value is (206,104,185). Sum of RGB (Red+Green+Blue) = 206+104+185=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68B9 is #319746. Grayscale: #8F8F8F. Windows color (decimal): -3249991 or 12150990. OLE color: 12150990.
HSL color Cylindrical-coordinate representation of color #CE68B9: hue angle of 312.35º 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 #CE68B9 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 185 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.19 |
| HSL | 312.35º | 0.51% | 0.61% | - |
| HSV(B) | 312.35º | 0.5% | 0.81% | - |
| XYZ | 39.16 | 26.53 | 48.95 | - |
| YUV | 143.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 185 | 0 | 0.50 | 0.10 | 0.19 | 312.35 | 0.51 | 0.61 |
| Hex | CE | 68 | B9 | 0 | 32 | A | 13 | 138 | 33 | 3D |
| Octal | 316 | 150 | 271 | 0 | 62 | 12 | 23 | 470 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10111001 | 0 | 110010 | 1010 | 10011 | 100111000 | 110011 | 111101 |
Color Harmonies of #CE68B9
Complementary color
Monochromatic Colors of #CE68B9
Black with #CE68B9
Text Example
Text Example
White with #CE68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68B9; }
p { color: rgb(206,104,185); }
H1.HeaderClassName
{
color: #CE68B9;
}
.AnyTagClassName
{
color: #CE68B9;
}
</style>
background-color css
<style>
a { background-color: #CE68B9; }
a { background-color: rgb(206,104,185); }
div.DivClassName
{
background-color: #CE68B9;
}
.BgClassName
{
background-color: #CE68B9;
}
</style>
border-color css
<style>
span { border-color: #CE68B9; }
span { border-color: rgb(206,104,185); }
td.TdClassName
{
border-color: #CE68B9;
}
.TagClassName
{
border-color: #CE68B9;
}
</style>