Shades of Fuchsia #CE41C1
Tints of Fuchsia #CE41C1
RGB
CMYK
RGB Variations
Color information
#CE41C1 (or 0xCE41C1) is known color: Fuchsia. HEX triplet: CE, 41 and C1. RGB value is (206,65,193). Sum of RGB (Red+Green+Blue) = 206+65+193=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41C1 is #31BE3E. Grayscale: #797979. Windows color (decimal): -3259967 or 12665294. OLE color: 12665294.
HSL color Cylindrical-coordinate representation of color #CE41C1: hue angle of 305.53º 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 #CE41C1 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 193 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.19 |
| HSL | 305.53º | 0.59% | 0.53% | - |
| HSV(B) | 305.53º | 0.68% | 0.81% | - |
| XYZ | 36.97 | 20.75 | 52.51 | - |
| YUV | 121.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 193 | 0 | 0.68 | 0.06 | 0.19 | 305.53 | 0.59 | 0.53 |
| Hex | CE | 41 | C1 | 0 | 44 | 6 | 13 | 132 | 3B | 35 |
| Octal | 316 | 101 | 301 | 0 | 104 | 6 | 23 | 462 | 73 | 65 |
| Binary | 11001110 | 1000001 | 11000001 | 0 | 1000100 | 110 | 10011 | 100110010 | 111011 | 110101 |
Color Harmonies of #CE41C1
Complementary color
Monochromatic Colors of #CE41C1
Black with #CE41C1
Text Example
Text Example
White with #CE41C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41C1; }
p { color: rgb(206,65,193); }
H1.HeaderClassName
{
color: #CE41C1;
}
.AnyTagClassName
{
color: #CE41C1;
}
</style>
background-color css
<style>
a { background-color: #CE41C1; }
a { background-color: rgb(206,65,193); }
div.DivClassName
{
background-color: #CE41C1;
}
.BgClassName
{
background-color: #CE41C1;
}
</style>
border-color css
<style>
span { border-color: #CE41C1; }
span { border-color: rgb(206,65,193); }
td.TdClassName
{
border-color: #CE41C1;
}
.TagClassName
{
border-color: #CE41C1;
}
</style>