Shades of Fuchsia #CE41C5
Tints of Fuchsia #CE41C5
RGB
CMYK
RGB Variations
Color information
#CE41C5 (or 0xCE41C5) is known color: Fuchsia. HEX triplet: CE, 41 and C5. RGB value is (206,65,197). Sum of RGB (Red+Green+Blue) = 206+65+197=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41C5 is #31BE3A. Grayscale: #797979. Windows color (decimal): -3259963 or 12927438. OLE color: 12927438.
HSL color Cylindrical-coordinate representation of color #CE41C5: hue angle of 303.83º 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 #CE41C5 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 197 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.19 |
| HSL | 303.83º | 0.59% | 0.53% | - |
| HSV(B) | 303.83º | 0.68% | 0.81% | - |
| XYZ | 37.42 | 20.93 | 54.89 | - |
| YUV | 122.21 | 170.21 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 197 | 0 | 0.68 | 0.04 | 0.19 | 303.83 | 0.59 | 0.53 |
| Hex | CE | 41 | C5 | 0 | 44 | 4 | 13 | 130 | 3B | 35 |
| Octal | 316 | 101 | 305 | 0 | 104 | 4 | 23 | 460 | 73 | 65 |
| Binary | 11001110 | 1000001 | 11000101 | 0 | 1000100 | 100 | 10011 | 100110000 | 111011 | 110101 |
Color Harmonies of #CE41C5
Complementary color
Monochromatic Colors of #CE41C5
Black with #CE41C5
Text Example
Text Example
White with #CE41C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41C5; }
p { color: rgb(206,65,197); }
H1.HeaderClassName
{
color: #CE41C5;
}
.AnyTagClassName
{
color: #CE41C5;
}
</style>
background-color css
<style>
a { background-color: #CE41C5; }
a { background-color: rgb(206,65,197); }
div.DivClassName
{
background-color: #CE41C5;
}
.BgClassName
{
background-color: #CE41C5;
}
</style>
border-color css
<style>
span { border-color: #CE41C5; }
span { border-color: rgb(206,65,197); }
td.TdClassName
{
border-color: #CE41C5;
}
.TagClassName
{
border-color: #CE41C5;
}
</style>