Shades of Fuchsia #CE32C3
Tints of Fuchsia #CE32C3
RGB
CMYK
RGB Variations
Color information
#CE32C3 (or 0xCE32C3) is known color: Fuchsia. HEX triplet: CE, 32 and C3. RGB value is (206,50,195). Sum of RGB (Red+Green+Blue) = 206+50+195=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32C3 is #31CD3C. Grayscale: #707070. Windows color (decimal): -3263805 or 12792526. OLE color: 12792526.
HSL color Cylindrical-coordinate representation of color #CE32C3: hue angle of 304.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 #CE32C3 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 195 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.19 |
| HSL | 304.23º | 0.61% | 0.5% | - |
| HSV(B) | 304.23º | 0.76% | 0.81% | - |
| XYZ | 36.44 | 19.34 | 53.44 | - |
| YUV | 113.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 195 | 0 | 0.76 | 0.05 | 0.19 | 304.23 | 0.61 | 0.5 |
| Hex | CE | 32 | C3 | 0 | 4C | 5 | 13 | 130 | 3D | 32 |
| Octal | 316 | 62 | 303 | 0 | 114 | 5 | 23 | 460 | 75 | 62 |
| Binary | 11001110 | 110010 | 11000011 | 0 | 1001100 | 101 | 10011 | 100110000 | 111101 | 110010 |
Color Harmonies of #CE32C3
Complementary color
Monochromatic Colors of #CE32C3
Black with #CE32C3
Text Example
Text Example
White with #CE32C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32C3; }
p { color: rgb(206,50,195); }
H1.HeaderClassName
{
color: #CE32C3;
}
.AnyTagClassName
{
color: #CE32C3;
}
</style>
background-color css
<style>
a { background-color: #CE32C3; }
a { background-color: rgb(206,50,195); }
div.DivClassName
{
background-color: #CE32C3;
}
.BgClassName
{
background-color: #CE32C3;
}
</style>
border-color css
<style>
span { border-color: #CE32C3; }
span { border-color: rgb(206,50,195); }
td.TdClassName
{
border-color: #CE32C3;
}
.TagClassName
{
border-color: #CE32C3;
}
</style>