Shades of Fuchsia #CE3EC1
Tints of Fuchsia #CE3EC1
RGB
CMYK
RGB Variations
Color information
#CE3EC1 (or 0xCE3EC1) is known color: Fuchsia. HEX triplet: CE, 3E and C1. RGB value is (206,62,193). Sum of RGB (Red+Green+Blue) = 206+62+193=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EC1 is #31C13E. Grayscale: #777777. Windows color (decimal): -3260735 or 12664526. OLE color: 12664526.
HSL color Cylindrical-coordinate representation of color #CE3EC1: hue angle of 305.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3EC1 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 193 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.19 |
| HSL | 305.42º | 0.6% | 0.53% | - |
| HSV(B) | 305.42º | 0.7% | 0.81% | - |
| XYZ | 36.8 | 20.42 | 52.45 | - |
| YUV | 119.99 | 169.21 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 193 | 0 | 0.70 | 0.06 | 0.19 | 305.42 | 0.6 | 0.53 |
| Hex | CE | 3E | C1 | 0 | 46 | 6 | 13 | 131 | 3C | 35 |
| Octal | 316 | 76 | 301 | 0 | 106 | 6 | 23 | 461 | 74 | 65 |
| Binary | 11001110 | 111110 | 11000001 | 0 | 1000110 | 110 | 10011 | 100110001 | 111100 | 110101 |
Color Harmonies of #CE3EC1
Complementary color
Monochromatic Colors of #CE3EC1
Black with #CE3EC1
Text Example
Text Example
White with #CE3EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3EC1; }
p { color: rgb(206,62,193); }
H1.HeaderClassName
{
color: #CE3EC1;
}
.AnyTagClassName
{
color: #CE3EC1;
}
</style>
background-color css
<style>
a { background-color: #CE3EC1; }
a { background-color: rgb(206,62,193); }
div.DivClassName
{
background-color: #CE3EC1;
}
.BgClassName
{
background-color: #CE3EC1;
}
</style>
border-color css
<style>
span { border-color: #CE3EC1; }
span { border-color: rgb(206,62,193); }
td.TdClassName
{
border-color: #CE3EC1;
}
.TagClassName
{
border-color: #CE3EC1;
}
</style>