Shades of Fuchsia #CE3FB9
Tints of Fuchsia #CE3FB9
RGB
CMYK
RGB Variations
Color information
#CE3FB9 (or 0xCE3FB9) is known color: Fuchsia. HEX triplet: CE, 3F and B9. RGB value is (206,63,185). Sum of RGB (Red+Green+Blue) = 206+63+185=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FB9 is #31C046. Grayscale: #777777. Windows color (decimal): -3260487 or 12140494. OLE color: 12140494.
HSL color Cylindrical-coordinate representation of color #CE3FB9: hue angle of 308.81º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3FB9 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 185 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.19 |
| HSL | 308.81º | 0.59% | 0.53% | - |
| HSV(B) | 308.81º | 0.69% | 0.81% | - |
| XYZ | 35.99 | 20.18 | 47.9 | - |
| YUV | 119.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 185 | 0 | 0.69 | 0.10 | 0.19 | 308.81 | 0.59 | 0.53 |
| Hex | CE | 3F | B9 | 0 | 45 | A | 13 | 135 | 3B | 35 |
| Octal | 316 | 77 | 271 | 0 | 105 | 12 | 23 | 465 | 73 | 65 |
| Binary | 11001110 | 111111 | 10111001 | 0 | 1000101 | 1010 | 10011 | 100110101 | 111011 | 110101 |
Color Harmonies of #CE3FB9
Complementary color
Monochromatic Colors of #CE3FB9
Black with #CE3FB9
Text Example
Text Example
White with #CE3FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FB9; }
p { color: rgb(206,63,185); }
H1.HeaderClassName
{
color: #CE3FB9;
}
.AnyTagClassName
{
color: #CE3FB9;
}
</style>
background-color css
<style>
a { background-color: #CE3FB9; }
a { background-color: rgb(206,63,185); }
div.DivClassName
{
background-color: #CE3FB9;
}
.BgClassName
{
background-color: #CE3FB9;
}
</style>
border-color css
<style>
span { border-color: #CE3FB9; }
span { border-color: rgb(206,63,185); }
td.TdClassName
{
border-color: #CE3FB9;
}
.TagClassName
{
border-color: #CE3FB9;
}
</style>