Shades of Fuchsia #CE39B9
Tints of Fuchsia #CE39B9
RGB
CMYK
RGB Variations
Color information
#CE39B9 (or 0xCE39B9) is known color: Fuchsia. HEX triplet: CE, 39 and B9. RGB value is (206,57,185). Sum of RGB (Red+Green+Blue) = 206+57+185=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39B9 is #31C646. Grayscale: #737373. Windows color (decimal): -3262023 or 12138958. OLE color: 12138958.
HSL color Cylindrical-coordinate representation of color #CE39B9: hue angle of 308.46º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE39B9 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 185 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.19 |
| HSL | 308.46º | 0.6% | 0.52% | - |
| HSV(B) | 308.46º | 0.72% | 0.81% | - |
| XYZ | 35.67 | 19.55 | 47.79 | - |
| YUV | 116.14 | 166.86 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 185 | 0 | 0.72 | 0.10 | 0.19 | 308.46 | 0.6 | 0.52 |
| Hex | CE | 39 | B9 | 0 | 48 | A | 13 | 134 | 3C | 34 |
| Octal | 316 | 71 | 271 | 0 | 110 | 12 | 23 | 464 | 74 | 64 |
| Binary | 11001110 | 111001 | 10111001 | 0 | 1001000 | 1010 | 10011 | 100110100 | 111100 | 110100 |
Color Harmonies of #CE39B9
Complementary color
Monochromatic Colors of #CE39B9
Black with #CE39B9
Text Example
Text Example
White with #CE39B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39B9; }
p { color: rgb(206,57,185); }
H1.HeaderClassName
{
color: #CE39B9;
}
.AnyTagClassName
{
color: #CE39B9;
}
</style>
background-color css
<style>
a { background-color: #CE39B9; }
a { background-color: rgb(206,57,185); }
div.DivClassName
{
background-color: #CE39B9;
}
.BgClassName
{
background-color: #CE39B9;
}
</style>
border-color css
<style>
span { border-color: #CE39B9; }
span { border-color: rgb(206,57,185); }
td.TdClassName
{
border-color: #CE39B9;
}
.TagClassName
{
border-color: #CE39B9;
}
</style>