Shades of Fuchsia #CE41C7
Tints of Fuchsia #CE41C7
RGB
CMYK
RGB Variations
Color information
#CE41C7 (or 0xCE41C7) is known color: Fuchsia. HEX triplet: CE, 41 and C7. RGB value is (206,65,199). Sum of RGB (Red+Green+Blue) = 206+65+199=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41C7 is #31BE38. Grayscale: #7A7A7A. Windows color (decimal): -3259961 or 13058510. OLE color: 13058510.
HSL color Cylindrical-coordinate representation of color #CE41C7: hue angle of 302.98º 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 #CE41C7 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 199 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.19 |
| HSL | 302.98º | 0.59% | 0.53% | - |
| HSV(B) | 302.98º | 0.68% | 0.81% | - |
| XYZ | 37.65 | 21.03 | 56.11 | - |
| YUV | 122.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 199 | 0 | 0.68 | 0.03 | 0.19 | 302.98 | 0.59 | 0.53 |
| Hex | CE | 41 | C7 | 0 | 44 | 3 | 13 | 12F | 3B | 35 |
| Octal | 316 | 101 | 307 | 0 | 104 | 3 | 23 | 457 | 73 | 65 |
| Binary | 11001110 | 1000001 | 11000111 | 0 | 1000100 | 11 | 10011 | 100101111 | 111011 | 110101 |
Color Harmonies of #CE41C7
Complementary color
Monochromatic Colors of #CE41C7
Black with #CE41C7
Text Example
Text Example
White with #CE41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41C7; }
p { color: rgb(206,65,199); }
H1.HeaderClassName
{
color: #CE41C7;
}
.AnyTagClassName
{
color: #CE41C7;
}
</style>
background-color css
<style>
a { background-color: #CE41C7; }
a { background-color: rgb(206,65,199); }
div.DivClassName
{
background-color: #CE41C7;
}
.BgClassName
{
background-color: #CE41C7;
}
</style>
border-color css
<style>
span { border-color: #CE41C7; }
span { border-color: rgb(206,65,199); }
td.TdClassName
{
border-color: #CE41C7;
}
.TagClassName
{
border-color: #CE41C7;
}
</style>