Shades of Fuchsia #CE3CAC
Tints of Fuchsia #CE3CAC
RGB
CMYK
RGB Variations
Color information
#CE3CAC (or 0xCE3CAC) is known color: Fuchsia. HEX triplet: CE, 3C and AC. RGB value is (206,60,172). Sum of RGB (Red+Green+Blue) = 206+60+172=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3CAC is #31C353. Grayscale: #747474. Windows color (decimal): -3261268 or 11287758. OLE color: 11287758.
HSL color Cylindrical-coordinate representation of color #CE3CAC: hue angle of 313.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CAC is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 172 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.19 |
| HSL | 313.97º | 0.6% | 0.52% | - |
| HSV(B) | 313.97º | 0.71% | 0.81% | - |
| XYZ | 34.52 | 19.33 | 40.94 | - |
| YUV | 116.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 172 | 0 | 0.71 | 0.17 | 0.19 | 313.97 | 0.6 | 0.52 |
| Hex | CE | 3C | AC | 0 | 47 | 11 | 13 | 13A | 3C | 34 |
| Octal | 316 | 74 | 254 | 0 | 107 | 21 | 23 | 472 | 74 | 64 |
| Binary | 11001110 | 111100 | 10101100 | 0 | 1000111 | 10001 | 10011 | 100111010 | 111100 | 110100 |
Color Harmonies of #CE3CAC
Complementary color
Monochromatic Colors of #CE3CAC
Black with #CE3CAC
Text Example
Text Example
White with #CE3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CAC; }
p { color: rgb(206,60,172); }
H1.HeaderClassName
{
color: #CE3CAC;
}
.AnyTagClassName
{
color: #CE3CAC;
}
</style>
background-color css
<style>
a { background-color: #CE3CAC; }
a { background-color: rgb(206,60,172); }
div.DivClassName
{
background-color: #CE3CAC;
}
.BgClassName
{
background-color: #CE3CAC;
}
</style>
border-color css
<style>
span { border-color: #CE3CAC; }
span { border-color: rgb(206,60,172); }
td.TdClassName
{
border-color: #CE3CAC;
}
.TagClassName
{
border-color: #CE3CAC;
}
</style>