Shades of Fuchsia #CE4EC4
Tints of Fuchsia #CE4EC4
RGB
CMYK
RGB Variations
Color information
#CE4EC4 (or 0xCE4EC4) is known color: Fuchsia. HEX triplet: CE, 4E and C4. RGB value is (206,78,196). Sum of RGB (Red+Green+Blue) = 206+78+196=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EC4 is #31B13B. Grayscale: #818181. Windows color (decimal): -3256636 or 12865230. OLE color: 12865230.
HSL color Cylindrical-coordinate representation of color #CE4EC4: hue angle of 304.69º 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 #CE4EC4 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 196 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.19 |
| HSL | 304.69º | 0.57% | 0.56% | - |
| HSV(B) | 304.69º | 0.62% | 0.81% | - |
| XYZ | 38.14 | 22.56 | 54.57 | - |
| YUV | 129.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 196 | 0 | 0.62 | 0.05 | 0.19 | 304.69 | 0.57 | 0.56 |
| Hex | CE | 4E | C4 | 0 | 3E | 5 | 13 | 131 | 39 | 38 |
| Octal | 316 | 116 | 304 | 0 | 76 | 5 | 23 | 461 | 71 | 70 |
| Binary | 11001110 | 1001110 | 11000100 | 0 | 111110 | 101 | 10011 | 100110001 | 111001 | 111000 |
Color Harmonies of #CE4EC4
Complementary color
Monochromatic Colors of #CE4EC4
Black with #CE4EC4
Text Example
Text Example
White with #CE4EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EC4; }
p { color: rgb(206,78,196); }
H1.HeaderClassName
{
color: #CE4EC4;
}
.AnyTagClassName
{
color: #CE4EC4;
}
</style>
background-color css
<style>
a { background-color: #CE4EC4; }
a { background-color: rgb(206,78,196); }
div.DivClassName
{
background-color: #CE4EC4;
}
.BgClassName
{
background-color: #CE4EC4;
}
</style>
border-color css
<style>
span { border-color: #CE4EC4; }
span { border-color: rgb(206,78,196); }
td.TdClassName
{
border-color: #CE4EC4;
}
.TagClassName
{
border-color: #CE4EC4;
}
</style>