Shades of Fuchsia #CE41C8
Tints of Fuchsia #CE41C8
RGB
CMYK
RGB Variations
Color information
#CE41C8 (or 0xCE41C8) is known color: Fuchsia. HEX triplet: CE, 41 and C8. RGB value is (206,65,200). Sum of RGB (Red+Green+Blue) = 206+65+200=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41C8 is #31BE37. Grayscale: #7A7A7A. Windows color (decimal): -3259960 or 13124046. OLE color: 13124046.
HSL color Cylindrical-coordinate representation of color #CE41C8: hue angle of 302.55º 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 #CE41C8 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 200 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.19 |
| HSL | 302.55º | 0.59% | 0.53% | - |
| HSV(B) | 302.55º | 0.68% | 0.81% | - |
| XYZ | 37.77 | 21.07 | 56.72 | - |
| YUV | 122.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 200 | 0 | 0.68 | 0.03 | 0.19 | 302.55 | 0.59 | 0.53 |
| Hex | CE | 41 | C8 | 0 | 44 | 3 | 13 | 12F | 3B | 35 |
| Octal | 316 | 101 | 310 | 0 | 104 | 3 | 23 | 457 | 73 | 65 |
| Binary | 11001110 | 1000001 | 11001000 | 0 | 1000100 | 11 | 10011 | 100101111 | 111011 | 110101 |
Color Harmonies of #CE41C8
Complementary color
Monochromatic Colors of #CE41C8
Black with #CE41C8
Text Example
Text Example
White with #CE41C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41C8; }
p { color: rgb(206,65,200); }
H1.HeaderClassName
{
color: #CE41C8;
}
.AnyTagClassName
{
color: #CE41C8;
}
</style>
background-color css
<style>
a { background-color: #CE41C8; }
a { background-color: rgb(206,65,200); }
div.DivClassName
{
background-color: #CE41C8;
}
.BgClassName
{
background-color: #CE41C8;
}
</style>
border-color css
<style>
span { border-color: #CE41C8; }
span { border-color: rgb(206,65,200); }
td.TdClassName
{
border-color: #CE41C8;
}
.TagClassName
{
border-color: #CE41C8;
}
</style>