Shades of Fuchsia #CE33BF
Tints of Fuchsia #CE33BF
RGB
CMYK
RGB Variations
Color information
#CE33BF (or 0xCE33BF) is known color: Fuchsia. HEX triplet: CE, 33 and BF. RGB value is (206,51,191). Sum of RGB (Red+Green+Blue) = 206+51+191=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33BF is #31CC40. Grayscale: #707070. Windows color (decimal): -3263553 or 12530638. OLE color: 12530638.
HSL color Cylindrical-coordinate representation of color #CE33BF: hue angle of 305.81º 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 #CE33BF is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 191 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.19 |
| HSL | 305.81º | 0.61% | 0.5% | - |
| HSV(B) | 305.81º | 0.75% | 0.81% | - |
| XYZ | 36.04 | 19.25 | 51.11 | - |
| YUV | 113.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 191 | 0 | 0.75 | 0.07 | 0.19 | 305.81 | 0.61 | 0.5 |
| Hex | CE | 33 | BF | 0 | 4B | 7 | 13 | 132 | 3D | 32 |
| Octal | 316 | 63 | 277 | 0 | 113 | 7 | 23 | 462 | 75 | 62 |
| Binary | 11001110 | 110011 | 10111111 | 0 | 1001011 | 111 | 10011 | 100110010 | 111101 | 110010 |
Color Harmonies of #CE33BF
Complementary color
Monochromatic Colors of #CE33BF
Black with #CE33BF
Text Example
Text Example
White with #CE33BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33BF; }
p { color: rgb(206,51,191); }
H1.HeaderClassName
{
color: #CE33BF;
}
.AnyTagClassName
{
color: #CE33BF;
}
</style>
background-color css
<style>
a { background-color: #CE33BF; }
a { background-color: rgb(206,51,191); }
div.DivClassName
{
background-color: #CE33BF;
}
.BgClassName
{
background-color: #CE33BF;
}
</style>
border-color css
<style>
span { border-color: #CE33BF; }
span { border-color: rgb(206,51,191); }
td.TdClassName
{
border-color: #CE33BF;
}
.TagClassName
{
border-color: #CE33BF;
}
</style>