Shades of Fuchsia #CE3EC6
Tints of Fuchsia #CE3EC6
RGB
CMYK
RGB Variations
Color information
#CE3EC6 (or 0xCE3EC6) is known color: Fuchsia. HEX triplet: CE, 3E and C6. RGB value is (206,62,198). Sum of RGB (Red+Green+Blue) = 206+62+198=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EC6 is #31C139. Grayscale: #787878. Windows color (decimal): -3260730 or 12992206. OLE color: 12992206.
HSL color Cylindrical-coordinate representation of color #CE3EC6: hue angle of 303.33º 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 #CE3EC6 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 198 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.19 |
| HSL | 303.33º | 0.6% | 0.53% | - |
| HSV(B) | 303.33º | 0.7% | 0.81% | - |
| XYZ | 37.37 | 20.64 | 55.44 | - |
| YUV | 120.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 198 | 0 | 0.70 | 0.04 | 0.19 | 303.33 | 0.6 | 0.53 |
| Hex | CE | 3E | C6 | 0 | 46 | 4 | 13 | 12F | 3C | 35 |
| Octal | 316 | 76 | 306 | 0 | 106 | 4 | 23 | 457 | 74 | 65 |
| Binary | 11001110 | 111110 | 11000110 | 0 | 1000110 | 100 | 10011 | 100101111 | 111100 | 110101 |
Color Harmonies of #CE3EC6
Complementary color
Monochromatic Colors of #CE3EC6
Black with #CE3EC6
Text Example
Text Example
White with #CE3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3EC6; }
p { color: rgb(206,62,198); }
H1.HeaderClassName
{
color: #CE3EC6;
}
.AnyTagClassName
{
color: #CE3EC6;
}
</style>
background-color css
<style>
a { background-color: #CE3EC6; }
a { background-color: rgb(206,62,198); }
div.DivClassName
{
background-color: #CE3EC6;
}
.BgClassName
{
background-color: #CE3EC6;
}
</style>
border-color css
<style>
span { border-color: #CE3EC6; }
span { border-color: rgb(206,62,198); }
td.TdClassName
{
border-color: #CE3EC6;
}
.TagClassName
{
border-color: #CE3EC6;
}
</style>