Shades of Fuchsia #CE32B6
Tints of Fuchsia #CE32B6
RGB
CMYK
RGB Variations
Color information
#CE32B6 (or 0xCE32B6) is known color: Fuchsia. HEX triplet: CE, 32 and B6. RGB value is (206,50,182). Sum of RGB (Red+Green+Blue) = 206+50+182=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32B6 is #31CD49. Grayscale: #6F6F6F. Windows color (decimal): -3263818 or 11940558. OLE color: 11940558.
HSL color Cylindrical-coordinate representation of color #CE32B6: hue angle of 309.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32B6 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 182 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.19 |
| HSL | 309.23º | 0.61% | 0.5% | - |
| HSV(B) | 309.23º | 0.76% | 0.81% | - |
| XYZ | 35.04 | 18.78 | 46.03 | - |
| YUV | 111.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 182 | 0 | 0.76 | 0.12 | 0.19 | 309.23 | 0.61 | 0.5 |
| Hex | CE | 32 | B6 | 0 | 4C | C | 13 | 135 | 3D | 32 |
| Octal | 316 | 62 | 266 | 0 | 114 | 14 | 23 | 465 | 75 | 62 |
| Binary | 11001110 | 110010 | 10110110 | 0 | 1001100 | 1100 | 10011 | 100110101 | 111101 | 110010 |
Color Harmonies of #CE32B6
Complementary color
Monochromatic Colors of #CE32B6
Black with #CE32B6
Text Example
Text Example
White with #CE32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32B6; }
p { color: rgb(206,50,182); }
H1.HeaderClassName
{
color: #CE32B6;
}
.AnyTagClassName
{
color: #CE32B6;
}
</style>
background-color css
<style>
a { background-color: #CE32B6; }
a { background-color: rgb(206,50,182); }
div.DivClassName
{
background-color: #CE32B6;
}
.BgClassName
{
background-color: #CE32B6;
}
</style>
border-color css
<style>
span { border-color: #CE32B6; }
span { border-color: rgb(206,50,182); }
td.TdClassName
{
border-color: #CE32B6;
}
.TagClassName
{
border-color: #CE32B6;
}
</style>