Shades of Fuchsia #CE33B5
Tints of Fuchsia #CE33B5
RGB
CMYK
RGB Variations
Color information
#CE33B5 (or 0xCE33B5) is known color: Fuchsia. HEX triplet: CE, 33 and B5. RGB value is (206,51,181). Sum of RGB (Red+Green+Blue) = 206+51+181=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33B5 is #31CC4A. Grayscale: #6F6F6F. Windows color (decimal): -3263563 or 11875278. OLE color: 11875278.
HSL color Cylindrical-coordinate representation of color #CE33B5: hue angle of 309.68º 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 #CE33B5 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 181 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.19 |
| HSL | 309.68º | 0.61% | 0.5% | - |
| HSV(B) | 309.68º | 0.75% | 0.81% | - |
| XYZ | 34.98 | 18.83 | 45.51 | - |
| YUV | 112.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 181 | 0 | 0.75 | 0.12 | 0.19 | 309.68 | 0.61 | 0.5 |
| Hex | CE | 33 | B5 | 0 | 4B | C | 13 | 136 | 3D | 32 |
| Octal | 316 | 63 | 265 | 0 | 113 | 14 | 23 | 466 | 75 | 62 |
| Binary | 11001110 | 110011 | 10110101 | 0 | 1001011 | 1100 | 10011 | 100110110 | 111101 | 110010 |
Color Harmonies of #CE33B5
Complementary color
Monochromatic Colors of #CE33B5
Black with #CE33B5
Text Example
Text Example
White with #CE33B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33B5; }
p { color: rgb(206,51,181); }
H1.HeaderClassName
{
color: #CE33B5;
}
.AnyTagClassName
{
color: #CE33B5;
}
</style>
background-color css
<style>
a { background-color: #CE33B5; }
a { background-color: rgb(206,51,181); }
div.DivClassName
{
background-color: #CE33B5;
}
.BgClassName
{
background-color: #CE33B5;
}
</style>
border-color css
<style>
span { border-color: #CE33B5; }
span { border-color: rgb(206,51,181); }
td.TdClassName
{
border-color: #CE33B5;
}
.TagClassName
{
border-color: #CE33B5;
}
</style>