Shades of Fuchsia #CE33B0
Tints of Fuchsia #CE33B0
RGB
CMYK
RGB Variations
Color information
#CE33B0 (or 0xCE33B0) is known color: Fuchsia. HEX triplet: CE, 33 and B0. RGB value is (206,51,176). Sum of RGB (Red+Green+Blue) = 206+51+176=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE33B0 is #31CC4F. Grayscale: #6F6F6F. Windows color (decimal): -3263568 or 11547598. OLE color: 11547598.
HSL color Cylindrical-coordinate representation of color #CE33B0: hue angle of 311.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE33B0 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 176 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.19 |
| HSL | 311.61º | 0.61% | 0.5% | - |
| HSV(B) | 311.61º | 0.75% | 0.81% | - |
| XYZ | 34.47 | 18.62 | 42.85 | - |
| YUV | 111.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 176 | 0 | 0.75 | 0.15 | 0.19 | 311.61 | 0.61 | 0.5 |
| Hex | CE | 33 | B0 | 0 | 4B | F | 13 | 138 | 3D | 32 |
| Octal | 316 | 63 | 260 | 0 | 113 | 17 | 23 | 470 | 75 | 62 |
| Binary | 11001110 | 110011 | 10110000 | 0 | 1001011 | 1111 | 10011 | 100111000 | 111101 | 110010 |
Color Harmonies of #CE33B0
Complementary color
Monochromatic Colors of #CE33B0
Black with #CE33B0
Text Example
Text Example
White with #CE33B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33B0; }
p { color: rgb(206,51,176); }
H1.HeaderClassName
{
color: #CE33B0;
}
.AnyTagClassName
{
color: #CE33B0;
}
</style>
background-color css
<style>
a { background-color: #CE33B0; }
a { background-color: rgb(206,51,176); }
div.DivClassName
{
background-color: #CE33B0;
}
.BgClassName
{
background-color: #CE33B0;
}
</style>
border-color css
<style>
span { border-color: #CE33B0; }
span { border-color: rgb(206,51,176); }
td.TdClassName
{
border-color: #CE33B0;
}
.TagClassName
{
border-color: #CE33B0;
}
</style>