Shades of Fuchsia #CE41B3
Tints of Fuchsia #CE41B3
RGB
CMYK
RGB Variations
Color information
#CE41B3 (or 0xCE41B3) is known color: Fuchsia. HEX triplet: CE, 41 and B3. RGB value is (206,65,179). Sum of RGB (Red+Green+Blue) = 206+65+179=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41B3 is #31BE4C. Grayscale: #777777. Windows color (decimal): -3259981 or 11747790. OLE color: 11747790.
HSL color Cylindrical-coordinate representation of color #CE41B3: hue angle of 311.49º 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 #CE41B3 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 179 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.19 |
| HSL | 311.49º | 0.59% | 0.53% | - |
| HSV(B) | 311.49º | 0.68% | 0.81% | - |
| XYZ | 35.48 | 20.16 | 44.67 | - |
| YUV | 120.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 179 | 0 | 0.68 | 0.13 | 0.19 | 311.49 | 0.59 | 0.53 |
| Hex | CE | 41 | B3 | 0 | 44 | D | 13 | 137 | 3B | 35 |
| Octal | 316 | 101 | 263 | 0 | 104 | 15 | 23 | 467 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10110011 | 0 | 1000100 | 1101 | 10011 | 100110111 | 111011 | 110101 |
Color Harmonies of #CE41B3
Complementary color
Monochromatic Colors of #CE41B3
Black with #CE41B3
Text Example
Text Example
White with #CE41B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41B3; }
p { color: rgb(206,65,179); }
H1.HeaderClassName
{
color: #CE41B3;
}
.AnyTagClassName
{
color: #CE41B3;
}
</style>
background-color css
<style>
a { background-color: #CE41B3; }
a { background-color: rgb(206,65,179); }
div.DivClassName
{
background-color: #CE41B3;
}
.BgClassName
{
background-color: #CE41B3;
}
</style>
border-color css
<style>
span { border-color: #CE41B3; }
span { border-color: rgb(206,65,179); }
td.TdClassName
{
border-color: #CE41B3;
}
.TagClassName
{
border-color: #CE41B3;
}
</style>