Shades of Fuchsia #CE32BB
Tints of Fuchsia #CE32BB
RGB
CMYK
RGB Variations
Color information
#CE32BB (or 0xCE32BB) is known color: Fuchsia. HEX triplet: CE, 32 and BB. RGB value is (206,50,187). Sum of RGB (Red+Green+Blue) = 206+50+187=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32BB is #31CD44. Grayscale: #6F6F6F. Windows color (decimal): -3263813 or 12268238. OLE color: 12268238.
HSL color Cylindrical-coordinate representation of color #CE32BB: hue angle of 307.31º 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 #CE32BB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 187 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.19 |
| HSL | 307.31º | 0.61% | 0.5% | - |
| HSV(B) | 307.31º | 0.76% | 0.81% | - |
| XYZ | 35.56 | 18.99 | 48.8 | - |
| YUV | 112.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 187 | 0 | 0.76 | 0.09 | 0.19 | 307.31 | 0.61 | 0.5 |
| Hex | CE | 32 | BB | 0 | 4C | 9 | 13 | 133 | 3D | 32 |
| Octal | 316 | 62 | 273 | 0 | 114 | 11 | 23 | 463 | 75 | 62 |
| Binary | 11001110 | 110010 | 10111011 | 0 | 1001100 | 1001 | 10011 | 100110011 | 111101 | 110010 |
Color Harmonies of #CE32BB
Complementary color
Monochromatic Colors of #CE32BB
Black with #CE32BB
Text Example
Text Example
White with #CE32BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32BB; }
p { color: rgb(206,50,187); }
H1.HeaderClassName
{
color: #CE32BB;
}
.AnyTagClassName
{
color: #CE32BB;
}
</style>
background-color css
<style>
a { background-color: #CE32BB; }
a { background-color: rgb(206,50,187); }
div.DivClassName
{
background-color: #CE32BB;
}
.BgClassName
{
background-color: #CE32BB;
}
</style>
border-color css
<style>
span { border-color: #CE32BB; }
span { border-color: rgb(206,50,187); }
td.TdClassName
{
border-color: #CE32BB;
}
.TagClassName
{
border-color: #CE32BB;
}
</style>