Shades of Fuchsia #CE65B9
Tints of Fuchsia #CE65B9
RGB
CMYK
RGB Variations
Color information
#CE65B9 (or 0xCE65B9) is known color: Fuchsia. HEX triplet: CE, 65 and B9. RGB value is (206,101,185). Sum of RGB (Red+Green+Blue) = 206+101+185=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65B9 is #319A46. Grayscale: #8D8D8D. Windows color (decimal): -3250759 or 12150222. OLE color: 12150222.
HSL color Cylindrical-coordinate representation of color #CE65B9: hue angle of 312º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE65B9 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 185 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.19 |
| HSL | 312º | 0.52% | 0.6% | - |
| HSV(B) | 312º | 0.51% | 0.81% | - |
| XYZ | 38.86 | 25.93 | 48.86 | - |
| YUV | 141.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 185 | 0 | 0.51 | 0.10 | 0.19 | 312 | 0.52 | 0.6 |
| Hex | CE | 65 | B9 | 0 | 33 | A | 13 | 138 | 34 | 3C |
| Octal | 316 | 145 | 271 | 0 | 63 | 12 | 23 | 470 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10111001 | 0 | 110011 | 1010 | 10011 | 100111000 | 110100 | 111100 |
Color Harmonies of #CE65B9
Complementary color
Monochromatic Colors of #CE65B9
Black with #CE65B9
Text Example
Text Example
White with #CE65B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65B9; }
p { color: rgb(206,101,185); }
H1.HeaderClassName
{
color: #CE65B9;
}
.AnyTagClassName
{
color: #CE65B9;
}
</style>
background-color css
<style>
a { background-color: #CE65B9; }
a { background-color: rgb(206,101,185); }
div.DivClassName
{
background-color: #CE65B9;
}
.BgClassName
{
background-color: #CE65B9;
}
</style>
border-color css
<style>
span { border-color: #CE65B9; }
span { border-color: rgb(206,101,185); }
td.TdClassName
{
border-color: #CE65B9;
}
.TagClassName
{
border-color: #CE65B9;
}
</style>