Shades of Fuchsia #CE32BA
Tints of Fuchsia #CE32BA
RGB
CMYK
RGB Variations
Color information
#CE32BA (or 0xCE32BA) is known color: Fuchsia. HEX triplet: CE, 32 and BA. RGB value is (206,50,186). Sum of RGB (Red+Green+Blue) = 206+50+186=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32BA is #31CD45. Grayscale: #6F6F6F. Windows color (decimal): -3263814 or 12202702. OLE color: 12202702.
HSL color Cylindrical-coordinate representation of color #CE32BA: hue angle of 307.69º 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 #CE32BA is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 186 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.19 |
| HSL | 307.69º | 0.61% | 0.5% | - |
| HSV(B) | 307.69º | 0.76% | 0.81% | - |
| XYZ | 35.46 | 18.95 | 48.24 | - |
| YUV | 112.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 186 | 0 | 0.76 | 0.10 | 0.19 | 307.69 | 0.61 | 0.5 |
| Hex | CE | 32 | BA | 0 | 4C | A | 13 | 134 | 3D | 32 |
| Octal | 316 | 62 | 272 | 0 | 114 | 12 | 23 | 464 | 75 | 62 |
| Binary | 11001110 | 110010 | 10111010 | 0 | 1001100 | 1010 | 10011 | 100110100 | 111101 | 110010 |
Color Harmonies of #CE32BA
Complementary color
Monochromatic Colors of #CE32BA
Black with #CE32BA
Text Example
Text Example
White with #CE32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32BA; }
p { color: rgb(206,50,186); }
H1.HeaderClassName
{
color: #CE32BA;
}
.AnyTagClassName
{
color: #CE32BA;
}
</style>
background-color css
<style>
a { background-color: #CE32BA; }
a { background-color: rgb(206,50,186); }
div.DivClassName
{
background-color: #CE32BA;
}
.BgClassName
{
background-color: #CE32BA;
}
</style>
border-color css
<style>
span { border-color: #CE32BA; }
span { border-color: rgb(206,50,186); }
td.TdClassName
{
border-color: #CE32BA;
}
.TagClassName
{
border-color: #CE32BA;
}
</style>