Shades of Fuchsia #CE6DB8
Tints of Fuchsia #CE6DB8
RGB
CMYK
RGB Variations
Color information
#CE6DB8 (or 0xCE6DB8) is known color: Fuchsia. HEX triplet: CE, 6D and B8. RGB value is (206,109,184). Sum of RGB (Red+Green+Blue) = 206+109+184=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DB8 is #319247. Grayscale: #929292. Windows color (decimal): -3248712 or 12086734. OLE color: 12086734.
HSL color Cylindrical-coordinate representation of color #CE6DB8: hue angle of 313.61º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6DB8 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 184 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.19 |
| HSL | 313.61º | 0.5% | 0.62% | - |
| HSV(B) | 313.61º | 0.47% | 0.81% | - |
| XYZ | 39.57 | 27.52 | 48.57 | - |
| YUV | 146.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 184 | 0 | 0.47 | 0.11 | 0.19 | 313.61 | 0.5 | 0.62 |
| Hex | CE | 6D | B8 | 0 | 2F | B | 13 | 13A | 32 | 3E |
| Octal | 316 | 155 | 270 | 0 | 57 | 13 | 23 | 472 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10111000 | 0 | 101111 | 1011 | 10011 | 100111010 | 110010 | 111110 |
Color Harmonies of #CE6DB8
Complementary color
Monochromatic Colors of #CE6DB8
Black with #CE6DB8
Text Example
Text Example
White with #CE6DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DB8; }
p { color: rgb(206,109,184); }
H1.HeaderClassName
{
color: #CE6DB8;
}
.AnyTagClassName
{
color: #CE6DB8;
}
</style>
background-color css
<style>
a { background-color: #CE6DB8; }
a { background-color: rgb(206,109,184); }
div.DivClassName
{
background-color: #CE6DB8;
}
.BgClassName
{
background-color: #CE6DB8;
}
</style>
border-color css
<style>
span { border-color: #CE6DB8; }
span { border-color: rgb(206,109,184); }
td.TdClassName
{
border-color: #CE6DB8;
}
.TagClassName
{
border-color: #CE6DB8;
}
</style>