Shades of Fuchsia #CE41BC
Tints of Fuchsia #CE41BC
RGB
CMYK
RGB Variations
Color information
#CE41BC (or 0xCE41BC) is known color: Fuchsia. HEX triplet: CE, 41 and BC. RGB value is (206,65,188). Sum of RGB (Red+Green+Blue) = 206+65+188=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41BC is #31BE43. Grayscale: #787878. Windows color (decimal): -3259972 or 12337614. OLE color: 12337614.
HSL color Cylindrical-coordinate representation of color #CE41BC: hue angle of 307.66º 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 #CE41BC is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 188 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.19 |
| HSL | 307.66º | 0.59% | 0.53% | - |
| HSV(B) | 307.66º | 0.68% | 0.81% | - |
| XYZ | 36.42 | 20.53 | 49.62 | - |
| YUV | 121.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 188 | 0 | 0.68 | 0.09 | 0.19 | 307.66 | 0.59 | 0.53 |
| Hex | CE | 41 | BC | 0 | 44 | 9 | 13 | 134 | 3B | 35 |
| Octal | 316 | 101 | 274 | 0 | 104 | 11 | 23 | 464 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10111100 | 0 | 1000100 | 1001 | 10011 | 100110100 | 111011 | 110101 |
Color Harmonies of #CE41BC
Complementary color
Monochromatic Colors of #CE41BC
Black with #CE41BC
Text Example
Text Example
White with #CE41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41BC; }
p { color: rgb(206,65,188); }
H1.HeaderClassName
{
color: #CE41BC;
}
.AnyTagClassName
{
color: #CE41BC;
}
</style>
background-color css
<style>
a { background-color: #CE41BC; }
a { background-color: rgb(206,65,188); }
div.DivClassName
{
background-color: #CE41BC;
}
.BgClassName
{
background-color: #CE41BC;
}
</style>
border-color css
<style>
span { border-color: #CE41BC; }
span { border-color: rgb(206,65,188); }
td.TdClassName
{
border-color: #CE41BC;
}
.TagClassName
{
border-color: #CE41BC;
}
</style>