Shades of Fuchsia #CE33BD
Tints of Fuchsia #CE33BD
RGB
CMYK
RGB Variations
Color information
#CE33BD (or 0xCE33BD) is known color: Fuchsia. HEX triplet: CE, 33 and BD. RGB value is (206,51,189). Sum of RGB (Red+Green+Blue) = 206+51+189=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33BD is #31CC42. Grayscale: #707070. Windows color (decimal): -3263555 or 12399566. OLE color: 12399566.
HSL color Cylindrical-coordinate representation of color #CE33BD: hue angle of 306.58º 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 #CE33BD is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 189 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.19 |
| HSL | 306.58º | 0.61% | 0.5% | - |
| HSV(B) | 306.58º | 0.75% | 0.81% | - |
| XYZ | 35.82 | 19.16 | 49.95 | - |
| YUV | 113.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 189 | 0 | 0.75 | 0.08 | 0.19 | 306.58 | 0.61 | 0.5 |
| Hex | CE | 33 | BD | 0 | 4B | 8 | 13 | 133 | 3D | 32 |
| Octal | 316 | 63 | 275 | 0 | 113 | 10 | 23 | 463 | 75 | 62 |
| Binary | 11001110 | 110011 | 10111101 | 0 | 1001011 | 1000 | 10011 | 100110011 | 111101 | 110010 |
Color Harmonies of #CE33BD
Complementary color
Monochromatic Colors of #CE33BD
Black with #CE33BD
Text Example
Text Example
White with #CE33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33BD; }
p { color: rgb(206,51,189); }
H1.HeaderClassName
{
color: #CE33BD;
}
.AnyTagClassName
{
color: #CE33BD;
}
</style>
background-color css
<style>
a { background-color: #CE33BD; }
a { background-color: rgb(206,51,189); }
div.DivClassName
{
background-color: #CE33BD;
}
.BgClassName
{
background-color: #CE33BD;
}
</style>
border-color css
<style>
span { border-color: #CE33BD; }
span { border-color: rgb(206,51,189); }
td.TdClassName
{
border-color: #CE33BD;
}
.TagClassName
{
border-color: #CE33BD;
}
</style>