Shades of Fuchsia #CE40C1
Tints of Fuchsia #CE40C1
RGB
CMYK
RGB Variations
Color information
#CE40C1 (or 0xCE40C1) is known color: Fuchsia. HEX triplet: CE, 40 and C1. RGB value is (206,64,193). Sum of RGB (Red+Green+Blue) = 206+64+193=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40C1 is #31BF3E. Grayscale: #787878. Windows color (decimal): -3260223 or 12665038. OLE color: 12665038.
HSL color Cylindrical-coordinate representation of color #CE40C1: hue angle of 305.49º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40C1 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 193 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.19 |
| HSL | 305.49º | 0.59% | 0.53% | - |
| HSV(B) | 305.49º | 0.69% | 0.81% | - |
| XYZ | 36.91 | 20.64 | 52.49 | - |
| YUV | 121.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 193 | 0 | 0.69 | 0.06 | 0.19 | 305.49 | 0.59 | 0.53 |
| Hex | CE | 40 | C1 | 0 | 45 | 6 | 13 | 131 | 3B | 35 |
| Octal | 316 | 100 | 301 | 0 | 105 | 6 | 23 | 461 | 73 | 65 |
| Binary | 11001110 | 1000000 | 11000001 | 0 | 1000101 | 110 | 10011 | 100110001 | 111011 | 110101 |
Color Harmonies of #CE40C1
Complementary color
Monochromatic Colors of #CE40C1
Black with #CE40C1
Text Example
Text Example
White with #CE40C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40C1; }
p { color: rgb(206,64,193); }
H1.HeaderClassName
{
color: #CE40C1;
}
.AnyTagClassName
{
color: #CE40C1;
}
</style>
background-color css
<style>
a { background-color: #CE40C1; }
a { background-color: rgb(206,64,193); }
div.DivClassName
{
background-color: #CE40C1;
}
.BgClassName
{
background-color: #CE40C1;
}
</style>
border-color css
<style>
span { border-color: #CE40C1; }
span { border-color: rgb(206,64,193); }
td.TdClassName
{
border-color: #CE40C1;
}
.TagClassName
{
border-color: #CE40C1;
}
</style>