Shades of Fuchsia #CE40C4
Tints of Fuchsia #CE40C4
RGB
CMYK
RGB Variations
Color information
#CE40C4 (or 0xCE40C4) is known color: Fuchsia. HEX triplet: CE, 40 and C4. RGB value is (206,64,196). Sum of RGB (Red+Green+Blue) = 206+64+196=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40C4 is #31BF3B. Grayscale: #797979. Windows color (decimal): -3260220 or 12861646. OLE color: 12861646.
HSL color Cylindrical-coordinate representation of color #CE40C4: hue angle of 304.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40C4 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 196 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.19 |
| HSL | 304.23º | 0.59% | 0.53% | - |
| HSV(B) | 304.23º | 0.69% | 0.81% | - |
| XYZ | 37.25 | 20.77 | 54.27 | - |
| YUV | 121.51 | 170.04 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 196 | 0 | 0.69 | 0.05 | 0.19 | 304.23 | 0.59 | 0.53 |
| Hex | CE | 40 | C4 | 0 | 45 | 5 | 13 | 130 | 3B | 35 |
| Octal | 316 | 100 | 304 | 0 | 105 | 5 | 23 | 460 | 73 | 65 |
| Binary | 11001110 | 1000000 | 11000100 | 0 | 1000101 | 101 | 10011 | 100110000 | 111011 | 110101 |
Color Harmonies of #CE40C4
Complementary color
Monochromatic Colors of #CE40C4
Black with #CE40C4
Text Example
Text Example
White with #CE40C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40C4; }
p { color: rgb(206,64,196); }
H1.HeaderClassName
{
color: #CE40C4;
}
.AnyTagClassName
{
color: #CE40C4;
}
</style>
background-color css
<style>
a { background-color: #CE40C4; }
a { background-color: rgb(206,64,196); }
div.DivClassName
{
background-color: #CE40C4;
}
.BgClassName
{
background-color: #CE40C4;
}
</style>
border-color css
<style>
span { border-color: #CE40C4; }
span { border-color: rgb(206,64,196); }
td.TdClassName
{
border-color: #CE40C4;
}
.TagClassName
{
border-color: #CE40C4;
}
</style>