Shades of Fuchsia #CE3FB5
Tints of Fuchsia #CE3FB5
RGB
CMYK
RGB Variations
Color information
#CE3FB5 (or 0xCE3FB5) is known color: Fuchsia. HEX triplet: CE, 3F and B5. RGB value is (206,63,181). Sum of RGB (Red+Green+Blue) = 206+63+181=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FB5 is #31C04A. Grayscale: #767676. Windows color (decimal): -3260491 or 11878350. OLE color: 11878350.
HSL color Cylindrical-coordinate representation of color #CE3FB5: hue angle of 310.49º 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 #CE3FB5 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 181 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.19 |
| HSL | 310.49º | 0.59% | 0.53% | - |
| HSV(B) | 310.49º | 0.69% | 0.81% | - |
| XYZ | 35.57 | 20.01 | 45.7 | - |
| YUV | 119.21 | 162.88 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 181 | 0 | 0.69 | 0.12 | 0.19 | 310.49 | 0.59 | 0.53 |
| Hex | CE | 3F | B5 | 0 | 45 | C | 13 | 136 | 3B | 35 |
| Octal | 316 | 77 | 265 | 0 | 105 | 14 | 23 | 466 | 73 | 65 |
| Binary | 11001110 | 111111 | 10110101 | 0 | 1000101 | 1100 | 10011 | 100110110 | 111011 | 110101 |
Color Harmonies of #CE3FB5
Complementary color
Monochromatic Colors of #CE3FB5
Black with #CE3FB5
Text Example
Text Example
White with #CE3FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FB5; }
p { color: rgb(206,63,181); }
H1.HeaderClassName
{
color: #CE3FB5;
}
.AnyTagClassName
{
color: #CE3FB5;
}
</style>
background-color css
<style>
a { background-color: #CE3FB5; }
a { background-color: rgb(206,63,181); }
div.DivClassName
{
background-color: #CE3FB5;
}
.BgClassName
{
background-color: #CE3FB5;
}
</style>
border-color css
<style>
span { border-color: #CE3FB5; }
span { border-color: rgb(206,63,181); }
td.TdClassName
{
border-color: #CE3FB5;
}
.TagClassName
{
border-color: #CE3FB5;
}
</style>