Shades of Fuchsia #CE41BA
Tints of Fuchsia #CE41BA
RGB
CMYK
RGB Variations
Color information
#CE41BA (or 0xCE41BA) is known color: Fuchsia. HEX triplet: CE, 41 and BA. RGB value is (206,65,186). Sum of RGB (Red+Green+Blue) = 206+65+186=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41BA is #31BE45. Grayscale: #787878. Windows color (decimal): -3259974 or 12206542. OLE color: 12206542.
HSL color Cylindrical-coordinate representation of color #CE41BA: hue angle of 308.51º 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 #CE41BA is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 186 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.19 |
| HSL | 308.51º | 0.59% | 0.53% | - |
| HSV(B) | 308.51º | 0.68% | 0.81% | - |
| XYZ | 36.21 | 20.45 | 48.49 | - |
| YUV | 120.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 186 | 0 | 0.68 | 0.10 | 0.19 | 308.51 | 0.59 | 0.53 |
| Hex | CE | 41 | BA | 0 | 44 | A | 13 | 135 | 3B | 35 |
| Octal | 316 | 101 | 272 | 0 | 104 | 12 | 23 | 465 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10111010 | 0 | 1000100 | 1010 | 10011 | 100110101 | 111011 | 110101 |
Color Harmonies of #CE41BA
Complementary color
Monochromatic Colors of #CE41BA
Black with #CE41BA
Text Example
Text Example
White with #CE41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41BA; }
p { color: rgb(206,65,186); }
H1.HeaderClassName
{
color: #CE41BA;
}
.AnyTagClassName
{
color: #CE41BA;
}
</style>
background-color css
<style>
a { background-color: #CE41BA; }
a { background-color: rgb(206,65,186); }
div.DivClassName
{
background-color: #CE41BA;
}
.BgClassName
{
background-color: #CE41BA;
}
</style>
border-color css
<style>
span { border-color: #CE41BA; }
span { border-color: rgb(206,65,186); }
td.TdClassName
{
border-color: #CE41BA;
}
.TagClassName
{
border-color: #CE41BA;
}
</style>