Shades of Fuchsia #CE4EC0
Tints of Fuchsia #CE4EC0
RGB
CMYK
RGB Variations
Color information
#CE4EC0 (or 0xCE4EC0) is known color: Fuchsia. HEX triplet: CE, 4E and C0. RGB value is (206,78,192). Sum of RGB (Red+Green+Blue) = 206+78+192=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EC0 is #31B13F. Grayscale: #808080. Windows color (decimal): -3256640 or 12603086. OLE color: 12603086.
HSL color Cylindrical-coordinate representation of color #CE4EC0: hue angle of 306.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4EC0 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 192 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.19 |
| HSL | 306.56º | 0.57% | 0.56% | - |
| HSV(B) | 306.56º | 0.62% | 0.81% | - |
| XYZ | 37.69 | 22.38 | 52.2 | - |
| YUV | 129.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 192 | 0 | 0.62 | 0.07 | 0.19 | 306.56 | 0.57 | 0.56 |
| Hex | CE | 4E | C0 | 0 | 3E | 7 | 13 | 133 | 39 | 38 |
| Octal | 316 | 116 | 300 | 0 | 76 | 7 | 23 | 463 | 71 | 70 |
| Binary | 11001110 | 1001110 | 11000000 | 0 | 111110 | 111 | 10011 | 100110011 | 111001 | 111000 |
Color Harmonies of #CE4EC0
Complementary color
Monochromatic Colors of #CE4EC0
Black with #CE4EC0
Text Example
Text Example
White with #CE4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EC0; }
p { color: rgb(206,78,192); }
H1.HeaderClassName
{
color: #CE4EC0;
}
.AnyTagClassName
{
color: #CE4EC0;
}
</style>
background-color css
<style>
a { background-color: #CE4EC0; }
a { background-color: rgb(206,78,192); }
div.DivClassName
{
background-color: #CE4EC0;
}
.BgClassName
{
background-color: #CE4EC0;
}
</style>
border-color css
<style>
span { border-color: #CE4EC0; }
span { border-color: rgb(206,78,192); }
td.TdClassName
{
border-color: #CE4EC0;
}
.TagClassName
{
border-color: #CE4EC0;
}
</style>