Shades of Fuchsia #CE41AC
Tints of Fuchsia #CE41AC
RGB
CMYK
RGB Variations
Color information
#CE41AC (or 0xCE41AC) is known color: Fuchsia. HEX triplet: CE, 41 and AC. RGB value is (206,65,172). Sum of RGB (Red+Green+Blue) = 206+65+172=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE41AC is #31BE53. Grayscale: #777777. Windows color (decimal): -3259988 or 11289038. OLE color: 11289038.
HSL color Cylindrical-coordinate representation of color #CE41AC: hue angle of 314.47º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE41AC is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 172 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.19 |
| HSL | 314.47º | 0.59% | 0.53% | - |
| HSV(B) | 314.47º | 0.68% | 0.81% | - |
| XYZ | 34.79 | 19.88 | 41.03 | - |
| YUV | 119.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 172 | 0 | 0.68 | 0.17 | 0.19 | 314.47 | 0.59 | 0.53 |
| Hex | CE | 41 | AC | 0 | 44 | 11 | 13 | 13A | 3B | 35 |
| Octal | 316 | 101 | 254 | 0 | 104 | 21 | 23 | 472 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10101100 | 0 | 1000100 | 10001 | 10011 | 100111010 | 111011 | 110101 |
Color Harmonies of #CE41AC
Complementary color
Monochromatic Colors of #CE41AC
Black with #CE41AC
Text Example
Text Example
White with #CE41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41AC; }
p { color: rgb(206,65,172); }
H1.HeaderClassName
{
color: #CE41AC;
}
.AnyTagClassName
{
color: #CE41AC;
}
</style>
background-color css
<style>
a { background-color: #CE41AC; }
a { background-color: rgb(206,65,172); }
div.DivClassName
{
background-color: #CE41AC;
}
.BgClassName
{
background-color: #CE41AC;
}
</style>
border-color css
<style>
span { border-color: #CE41AC; }
span { border-color: rgb(206,65,172); }
td.TdClassName
{
border-color: #CE41AC;
}
.TagClassName
{
border-color: #CE41AC;
}
</style>