Shades of Fuchsia #CE33BE
Tints of Fuchsia #CE33BE
RGB
CMYK
RGB Variations
Color information
#CE33BE (or 0xCE33BE) is known color: Fuchsia. HEX triplet: CE, 33 and BE. RGB value is (206,51,190). Sum of RGB (Red+Green+Blue) = 206+51+190=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33BE is #31CC41. Grayscale: #707070. Windows color (decimal): -3263554 or 12465102. OLE color: 12465102.
HSL color Cylindrical-coordinate representation of color #CE33BE: hue angle of 306.19º 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 #CE33BE is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 190 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.19 |
| HSL | 306.19º | 0.61% | 0.5% | - |
| HSV(B) | 306.19º | 0.75% | 0.81% | - |
| XYZ | 35.93 | 19.21 | 50.53 | - |
| YUV | 113.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 190 | 0 | 0.75 | 0.08 | 0.19 | 306.19 | 0.61 | 0.5 |
| Hex | CE | 33 | BE | 0 | 4B | 8 | 13 | 132 | 3D | 32 |
| Octal | 316 | 63 | 276 | 0 | 113 | 10 | 23 | 462 | 75 | 62 |
| Binary | 11001110 | 110011 | 10111110 | 0 | 1001011 | 1000 | 10011 | 100110010 | 111101 | 110010 |
Color Harmonies of #CE33BE
Complementary color
Monochromatic Colors of #CE33BE
Black with #CE33BE
Text Example
Text Example
White with #CE33BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33BE; }
p { color: rgb(206,51,190); }
H1.HeaderClassName
{
color: #CE33BE;
}
.AnyTagClassName
{
color: #CE33BE;
}
</style>
background-color css
<style>
a { background-color: #CE33BE; }
a { background-color: rgb(206,51,190); }
div.DivClassName
{
background-color: #CE33BE;
}
.BgClassName
{
background-color: #CE33BE;
}
</style>
border-color css
<style>
span { border-color: #CE33BE; }
span { border-color: rgb(206,51,190); }
td.TdClassName
{
border-color: #CE33BE;
}
.TagClassName
{
border-color: #CE33BE;
}
</style>