Shades of Fuchsia #CE32BC
Tints of Fuchsia #CE32BC
RGB
CMYK
RGB Variations
Color information
#CE32BC (or 0xCE32BC) is known color: Fuchsia. HEX triplet: CE, 32 and BC. RGB value is (206,50,188). Sum of RGB (Red+Green+Blue) = 206+50+188=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32BC is #31CD43. Grayscale: #6F6F6F. Windows color (decimal): -3263812 or 12333774. OLE color: 12333774.
HSL color Cylindrical-coordinate representation of color #CE32BC: hue angle of 306.92º 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 #CE32BC is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 188 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.19 |
| HSL | 306.92º | 0.61% | 0.5% | - |
| HSV(B) | 306.92º | 0.76% | 0.81% | - |
| XYZ | 35.67 | 19.03 | 49.37 | - |
| YUV | 112.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 188 | 0 | 0.76 | 0.09 | 0.19 | 306.92 | 0.61 | 0.5 |
| Hex | CE | 32 | BC | 0 | 4C | 9 | 13 | 133 | 3D | 32 |
| Octal | 316 | 62 | 274 | 0 | 114 | 11 | 23 | 463 | 75 | 62 |
| Binary | 11001110 | 110010 | 10111100 | 0 | 1001100 | 1001 | 10011 | 100110011 | 111101 | 110010 |
Color Harmonies of #CE32BC
Complementary color
Monochromatic Colors of #CE32BC
Black with #CE32BC
Text Example
Text Example
White with #CE32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32BC; }
p { color: rgb(206,50,188); }
H1.HeaderClassName
{
color: #CE32BC;
}
.AnyTagClassName
{
color: #CE32BC;
}
</style>
background-color css
<style>
a { background-color: #CE32BC; }
a { background-color: rgb(206,50,188); }
div.DivClassName
{
background-color: #CE32BC;
}
.BgClassName
{
background-color: #CE32BC;
}
</style>
border-color css
<style>
span { border-color: #CE32BC; }
span { border-color: rgb(206,50,188); }
td.TdClassName
{
border-color: #CE32BC;
}
.TagClassName
{
border-color: #CE32BC;
}
</style>