Shades of Fuchsia #CE32BD
Tints of Fuchsia #CE32BD
RGB
CMYK
RGB Variations
Color information
#CE32BD (or 0xCE32BD) is known color: Fuchsia. HEX triplet: CE, 32 and BD. RGB value is (206,50,189). Sum of RGB (Red+Green+Blue) = 206+50+189=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32BD is #31CD42. Grayscale: #707070. Windows color (decimal): -3263811 or 12399310. OLE color: 12399310.
HSL color Cylindrical-coordinate representation of color #CE32BD: hue angle of 306.54º 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 #CE32BD is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 189 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.19 |
| HSL | 306.54º | 0.61% | 0.5% | - |
| HSV(B) | 306.54º | 0.76% | 0.81% | - |
| XYZ | 35.78 | 19.08 | 49.94 | - |
| YUV | 112.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 189 | 0 | 0.76 | 0.08 | 0.19 | 306.54 | 0.61 | 0.5 |
| Hex | CE | 32 | BD | 0 | 4C | 8 | 13 | 133 | 3D | 32 |
| Octal | 316 | 62 | 275 | 0 | 114 | 10 | 23 | 463 | 75 | 62 |
| Binary | 11001110 | 110010 | 10111101 | 0 | 1001100 | 1000 | 10011 | 100110011 | 111101 | 110010 |
Color Harmonies of #CE32BD
Complementary color
Monochromatic Colors of #CE32BD
Black with #CE32BD
Text Example
Text Example
White with #CE32BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32BD; }
p { color: rgb(206,50,189); }
H1.HeaderClassName
{
color: #CE32BD;
}
.AnyTagClassName
{
color: #CE32BD;
}
</style>
background-color css
<style>
a { background-color: #CE32BD; }
a { background-color: rgb(206,50,189); }
div.DivClassName
{
background-color: #CE32BD;
}
.BgClassName
{
background-color: #CE32BD;
}
</style>
border-color css
<style>
span { border-color: #CE32BD; }
span { border-color: rgb(206,50,189); }
td.TdClassName
{
border-color: #CE32BD;
}
.TagClassName
{
border-color: #CE32BD;
}
</style>