Shades of Fuchsia #CE4CD1
Tints of Fuchsia #CE4CD1
RGB
CMYK
RGB Variations
Color information
#CE4CD1 (or 0xCE4CD1) is known color: Fuchsia. HEX triplet: CE, 4C and D1. RGB value is (206,76,209). Sum of RGB (Red+Green+Blue) = 206+76+209=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE4CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CD1 is #31B32E. Grayscale: #818181. Windows color (decimal): -3257135 or 13716686. OLE color: 13716686.
HSL color Cylindrical-coordinate representation of color #CE4CD1: hue angle of 298.65º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4CD1 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 76 | 209 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.18 |
| HSL | 298.65º | 0.59% | 0.56% | - |
| HSV(B) | 298.65º | 0.64% | 0.82% | - |
| XYZ | 39.55 | 22.89 | 62.66 | - |
| YUV | 130.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 209 | 0.01 | 0.64 | 0 | 0.18 | 298.65 | 0.59 | 0.56 |
| Hex | CE | 4C | D1 | 1 | 40 | 0 | 12 | 12B | 3B | 38 |
| Octal | 316 | 114 | 321 | 1 | 100 | 0 | 22 | 453 | 73 | 70 |
| Binary | 11001110 | 1001100 | 11010001 | 1 | 1000000 | 0 | 10010 | 100101011 | 111011 | 111000 |
Color Harmonies of #CE4CD1
Complementary color
Monochromatic Colors of #CE4CD1
Black with #CE4CD1
Text Example
Text Example
White with #CE4CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CD1; }
p { color: rgb(206,76,209); }
H1.HeaderClassName
{
color: #CE4CD1;
}
.AnyTagClassName
{
color: #CE4CD1;
}
</style>
background-color css
<style>
a { background-color: #CE4CD1; }
a { background-color: rgb(206,76,209); }
div.DivClassName
{
background-color: #CE4CD1;
}
.BgClassName
{
background-color: #CE4CD1;
}
</style>
border-color css
<style>
span { border-color: #CE4CD1; }
span { border-color: rgb(206,76,209); }
td.TdClassName
{
border-color: #CE4CD1;
}
.TagClassName
{
border-color: #CE4CD1;
}
</style>