Shades of Fuchsia #CE4DB1
Tints of Fuchsia #CE4DB1
RGB
CMYK
RGB Variations
Color information
#CE4DB1 (or 0xCE4DB1) is known color: Fuchsia. HEX triplet: CE, 4D and B1. RGB value is (206,77,177). Sum of RGB (Red+Green+Blue) = 206+77+177=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4DB1 is #31B24E. Grayscale: #7E7E7E. Windows color (decimal): -3256911 or 11619790. OLE color: 11619790.
HSL color Cylindrical-coordinate representation of color #CE4DB1: hue angle of 313.49º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DB1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 177 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.19 |
| HSL | 313.49º | 0.57% | 0.55% | - |
| HSV(B) | 313.49º | 0.63% | 0.81% | - |
| XYZ | 36.04 | 21.6 | 43.87 | - |
| YUV | 126.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 177 | 0 | 0.63 | 0.14 | 0.19 | 313.49 | 0.57 | 0.55 |
| Hex | CE | 4D | B1 | 0 | 3F | E | 13 | 139 | 39 | 37 |
| Octal | 316 | 115 | 261 | 0 | 77 | 16 | 23 | 471 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10110001 | 0 | 111111 | 1110 | 10011 | 100111001 | 111001 | 110111 |
Color Harmonies of #CE4DB1
Complementary color
Monochromatic Colors of #CE4DB1
Black with #CE4DB1
Text Example
Text Example
White with #CE4DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DB1; }
p { color: rgb(206,77,177); }
H1.HeaderClassName
{
color: #CE4DB1;
}
.AnyTagClassName
{
color: #CE4DB1;
}
</style>
background-color css
<style>
a { background-color: #CE4DB1; }
a { background-color: rgb(206,77,177); }
div.DivClassName
{
background-color: #CE4DB1;
}
.BgClassName
{
background-color: #CE4DB1;
}
</style>
border-color css
<style>
span { border-color: #CE4DB1; }
span { border-color: rgb(206,77,177); }
td.TdClassName
{
border-color: #CE4DB1;
}
.TagClassName
{
border-color: #CE4DB1;
}
</style>