Shades of Fuchsia #CE3FB2
Tints of Fuchsia #CE3FB2
RGB
CMYK
RGB Variations
Color information
#CE3FB2 (or 0xCE3FB2) is known color: Fuchsia. HEX triplet: CE, 3F and B2. RGB value is (206,63,178). Sum of RGB (Red+Green+Blue) = 206+63+178=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3FB2 is #31C04D. Grayscale: #767676. Windows color (decimal): -3260494 or 11681742. OLE color: 11681742.
HSL color Cylindrical-coordinate representation of color #CE3FB2: hue angle of 311.75º 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 #CE3FB2 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 178 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.19 |
| HSL | 311.75º | 0.59% | 0.53% | - |
| HSV(B) | 311.75º | 0.69% | 0.81% | - |
| XYZ | 35.27 | 19.89 | 44.1 | - |
| YUV | 118.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 178 | 0 | 0.69 | 0.14 | 0.19 | 311.75 | 0.59 | 0.53 |
| Hex | CE | 3F | B2 | 0 | 45 | E | 13 | 138 | 3B | 35 |
| Octal | 316 | 77 | 262 | 0 | 105 | 16 | 23 | 470 | 73 | 65 |
| Binary | 11001110 | 111111 | 10110010 | 0 | 1000101 | 1110 | 10011 | 100111000 | 111011 | 110101 |
Color Harmonies of #CE3FB2
Complementary color
Monochromatic Colors of #CE3FB2
Black with #CE3FB2
Text Example
Text Example
White with #CE3FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FB2; }
p { color: rgb(206,63,178); }
H1.HeaderClassName
{
color: #CE3FB2;
}
.AnyTagClassName
{
color: #CE3FB2;
}
</style>
background-color css
<style>
a { background-color: #CE3FB2; }
a { background-color: rgb(206,63,178); }
div.DivClassName
{
background-color: #CE3FB2;
}
.BgClassName
{
background-color: #CE3FB2;
}
</style>
border-color css
<style>
span { border-color: #CE3FB2; }
span { border-color: rgb(206,63,178); }
td.TdClassName
{
border-color: #CE3FB2;
}
.TagClassName
{
border-color: #CE3FB2;
}
</style>