Shades of Fuchsia #CE41C4
Tints of Fuchsia #CE41C4
RGB
CMYK
RGB Variations
Color information
#CE41C4 (or 0xCE41C4) is known color: Fuchsia. HEX triplet: CE, 41 and C4. RGB value is (206,65,196). Sum of RGB (Red+Green+Blue) = 206+65+196=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41C4 is #31BE3B. Grayscale: #797979. Windows color (decimal): -3259964 or 12861902. OLE color: 12861902.
HSL color Cylindrical-coordinate representation of color #CE41C4: hue angle of 304.26º 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 #CE41C4 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 196 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.19 |
| HSL | 304.26º | 0.59% | 0.53% | - |
| HSV(B) | 304.26º | 0.68% | 0.81% | - |
| XYZ | 37.31 | 20.89 | 54.29 | - |
| YUV | 122.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 196 | 0 | 0.68 | 0.05 | 0.19 | 304.26 | 0.59 | 0.53 |
| Hex | CE | 41 | C4 | 0 | 44 | 5 | 13 | 130 | 3B | 35 |
| Octal | 316 | 101 | 304 | 0 | 104 | 5 | 23 | 460 | 73 | 65 |
| Binary | 11001110 | 1000001 | 11000100 | 0 | 1000100 | 101 | 10011 | 100110000 | 111011 | 110101 |
Color Harmonies of #CE41C4
Complementary color
Monochromatic Colors of #CE41C4
Black with #CE41C4
Text Example
Text Example
White with #CE41C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41C4; }
p { color: rgb(206,65,196); }
H1.HeaderClassName
{
color: #CE41C4;
}
.AnyTagClassName
{
color: #CE41C4;
}
</style>
background-color css
<style>
a { background-color: #CE41C4; }
a { background-color: rgb(206,65,196); }
div.DivClassName
{
background-color: #CE41C4;
}
.BgClassName
{
background-color: #CE41C4;
}
</style>
border-color css
<style>
span { border-color: #CE41C4; }
span { border-color: rgb(206,65,196); }
td.TdClassName
{
border-color: #CE41C4;
}
.TagClassName
{
border-color: #CE41C4;
}
</style>