Shades of Fuchsia #CE4DB0
Tints of Fuchsia #CE4DB0
RGB
CMYK
RGB Variations
Color information
#CE4DB0 (or 0xCE4DB0) is known color: Fuchsia. HEX triplet: CE, 4D and B0. RGB value is (206,77,176). Sum of RGB (Red+Green+Blue) = 206+77+176=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4DB0 is #31B24F. Grayscale: #7E7E7E. Windows color (decimal): -3256912 or 11554254. OLE color: 11554254.
HSL color Cylindrical-coordinate representation of color #CE4DB0: hue angle of 313.95º 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 #CE4DB0 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 176 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.19 |
| HSL | 313.95º | 0.57% | 0.55% | - |
| HSV(B) | 313.95º | 0.63% | 0.81% | - |
| XYZ | 35.94 | 21.56 | 43.34 | - |
| YUV | 126.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 176 | 0 | 0.63 | 0.15 | 0.19 | 313.95 | 0.57 | 0.55 |
| Hex | CE | 4D | B0 | 0 | 3F | F | 13 | 13A | 39 | 37 |
| Octal | 316 | 115 | 260 | 0 | 77 | 17 | 23 | 472 | 71 | 67 |
| Binary | 11001110 | 1001101 | 10110000 | 0 | 111111 | 1111 | 10011 | 100111010 | 111001 | 110111 |
Color Harmonies of #CE4DB0
Complementary color
Monochromatic Colors of #CE4DB0
Black with #CE4DB0
Text Example
Text Example
White with #CE4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DB0; }
p { color: rgb(206,77,176); }
H1.HeaderClassName
{
color: #CE4DB0;
}
.AnyTagClassName
{
color: #CE4DB0;
}
</style>
background-color css
<style>
a { background-color: #CE4DB0; }
a { background-color: rgb(206,77,176); }
div.DivClassName
{
background-color: #CE4DB0;
}
.BgClassName
{
background-color: #CE4DB0;
}
</style>
border-color css
<style>
span { border-color: #CE4DB0; }
span { border-color: rgb(206,77,176); }
td.TdClassName
{
border-color: #CE4DB0;
}
.TagClassName
{
border-color: #CE4DB0;
}
</style>