Shades of Fuchsia #CE4EC5
Tints of Fuchsia #CE4EC5
RGB
CMYK
RGB Variations
Color information
#CE4EC5 (or 0xCE4EC5) is known color: Fuchsia. HEX triplet: CE, 4E and C5. RGB value is (206,78,197). Sum of RGB (Red+Green+Blue) = 206+78+197=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EC5 is #31B13A. Grayscale: #818181. Windows color (decimal): -3256635 or 12930766. OLE color: 12930766.
HSL color Cylindrical-coordinate representation of color #CE4EC5: hue angle of 304.22º 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 #CE4EC5 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 197 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.19 |
| HSL | 304.22º | 0.57% | 0.56% | - |
| HSV(B) | 304.22º | 0.62% | 0.81% | - |
| XYZ | 38.26 | 22.6 | 55.17 | - |
| YUV | 129.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 197 | 0 | 0.62 | 0.04 | 0.19 | 304.22 | 0.57 | 0.56 |
| Hex | CE | 4E | C5 | 0 | 3E | 4 | 13 | 130 | 39 | 38 |
| Octal | 316 | 116 | 305 | 0 | 76 | 4 | 23 | 460 | 71 | 70 |
| Binary | 11001110 | 1001110 | 11000101 | 0 | 111110 | 100 | 10011 | 100110000 | 111001 | 111000 |
Color Harmonies of #CE4EC5
Complementary color
Monochromatic Colors of #CE4EC5
Black with #CE4EC5
Text Example
Text Example
White with #CE4EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EC5; }
p { color: rgb(206,78,197); }
H1.HeaderClassName
{
color: #CE4EC5;
}
.AnyTagClassName
{
color: #CE4EC5;
}
</style>
background-color css
<style>
a { background-color: #CE4EC5; }
a { background-color: rgb(206,78,197); }
div.DivClassName
{
background-color: #CE4EC5;
}
.BgClassName
{
background-color: #CE4EC5;
}
</style>
border-color css
<style>
span { border-color: #CE4EC5; }
span { border-color: rgb(206,78,197); }
td.TdClassName
{
border-color: #CE4EC5;
}
.TagClassName
{
border-color: #CE4EC5;
}
</style>