Shades of Fuchsia #CE3BBD
Tints of Fuchsia #CE3BBD
RGB
CMYK
RGB Variations
Color information
#CE3BBD (or 0xCE3BBD) is known color: Fuchsia. HEX triplet: CE, 3B and BD. RGB value is (206,59,189). Sum of RGB (Red+Green+Blue) = 206+59+189=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BBD is #31C442. Grayscale: #757575. Windows color (decimal): -3261507 or 12401614. OLE color: 12401614.
HSL color Cylindrical-coordinate representation of color #CE3BBD: hue angle of 306.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3BBD is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 189 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.19 |
| HSL | 306.94º | 0.6% | 0.52% | - |
| HSV(B) | 306.94º | 0.71% | 0.81% | - |
| XYZ | 36.2 | 19.92 | 50.08 | - |
| YUV | 117.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 189 | 0 | 0.71 | 0.08 | 0.19 | 306.94 | 0.6 | 0.52 |
| Hex | CE | 3B | BD | 0 | 47 | 8 | 13 | 133 | 3C | 34 |
| Octal | 316 | 73 | 275 | 0 | 107 | 10 | 23 | 463 | 74 | 64 |
| Binary | 11001110 | 111011 | 10111101 | 0 | 1000111 | 1000 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CE3BBD
Complementary color
Monochromatic Colors of #CE3BBD
Black with #CE3BBD
Text Example
Text Example
White with #CE3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BBD; }
p { color: rgb(206,59,189); }
H1.HeaderClassName
{
color: #CE3BBD;
}
.AnyTagClassName
{
color: #CE3BBD;
}
</style>
background-color css
<style>
a { background-color: #CE3BBD; }
a { background-color: rgb(206,59,189); }
div.DivClassName
{
background-color: #CE3BBD;
}
.BgClassName
{
background-color: #CE3BBD;
}
</style>
border-color css
<style>
span { border-color: #CE3BBD; }
span { border-color: rgb(206,59,189); }
td.TdClassName
{
border-color: #CE3BBD;
}
.TagClassName
{
border-color: #CE3BBD;
}
</style>