Shades of Fuchsia #CE4DB4
Tints of Fuchsia #CE4DB4
RGB
CMYK
RGB Variations
Color information
#CE4DB4 (or 0xCE4DB4) is known color: Fuchsia. HEX triplet: CE, 4D and B4. RGB value is (206,77,180). Sum of RGB (Red+Green+Blue) = 206+77+180=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DB4 is #31B24B. Grayscale: #7F7F7F. Windows color (decimal): -3256908 or 11816398. OLE color: 11816398.
HSL color Cylindrical-coordinate representation of color #CE4DB4: hue angle of 312.09º 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 #CE4DB4 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 180 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.19 |
| HSL | 312.09º | 0.57% | 0.55% | - |
| HSV(B) | 312.09º | 0.63% | 0.81% | - |
| XYZ | 36.35 | 21.72 | 45.46 | - |
| YUV | 127.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 180 | 0 | 0.63 | 0.13 | 0.19 | 312.09 | 0.57 | 0.55 |
| Hex | CE | 4D | B4 | 0 | 3F | D | 13 | 138 | 39 | 37 |
| Octal | 316 | 115 | 264 | 0 | 77 | 15 | 23 | 470 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10110100 | 0 | 111111 | 1101 | 10011 | 100111000 | 111001 | 110111 |
Color Harmonies of #CE4DB4
Complementary color
Monochromatic Colors of #CE4DB4
Black with #CE4DB4
Text Example
Text Example
White with #CE4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DB4; }
p { color: rgb(206,77,180); }
H1.HeaderClassName
{
color: #CE4DB4;
}
.AnyTagClassName
{
color: #CE4DB4;
}
</style>
background-color css
<style>
a { background-color: #CE4DB4; }
a { background-color: rgb(206,77,180); }
div.DivClassName
{
background-color: #CE4DB4;
}
.BgClassName
{
background-color: #CE4DB4;
}
</style>
border-color css
<style>
span { border-color: #CE4DB4; }
span { border-color: rgb(206,77,180); }
td.TdClassName
{
border-color: #CE4DB4;
}
.TagClassName
{
border-color: #CE4DB4;
}
</style>