Shades of Fuchsia #CE38BB
Tints of Fuchsia #CE38BB
RGB
CMYK
RGB Variations
Color information
#CE38BB (or 0xCE38BB) is known color: Fuchsia. HEX triplet: CE, 38 and BB. RGB value is (206,56,187). Sum of RGB (Red+Green+Blue) = 206+56+187=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38BB is #31C744. Grayscale: #737373. Windows color (decimal): -3262277 or 12269774. OLE color: 12269774.
HSL color Cylindrical-coordinate representation of color #CE38BB: hue angle of 307.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE38BB is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 187 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.19 |
| HSL | 307.6º | 0.6% | 0.51% | - |
| HSV(B) | 307.6º | 0.73% | 0.81% | - |
| XYZ | 35.84 | 19.54 | 48.9 | - |
| YUV | 115.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 187 | 0 | 0.73 | 0.09 | 0.19 | 307.6 | 0.6 | 0.51 |
| Hex | CE | 38 | BB | 0 | 49 | 9 | 13 | 134 | 3C | 33 |
| Octal | 316 | 70 | 273 | 0 | 111 | 11 | 23 | 464 | 74 | 63 |
| Binary | 11001110 | 111000 | 10111011 | 0 | 1001001 | 1001 | 10011 | 100110100 | 111100 | 110011 |
Color Harmonies of #CE38BB
Complementary color
Monochromatic Colors of #CE38BB
Black with #CE38BB
Text Example
Text Example
White with #CE38BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38BB; }
p { color: rgb(206,56,187); }
H1.HeaderClassName
{
color: #CE38BB;
}
.AnyTagClassName
{
color: #CE38BB;
}
</style>
background-color css
<style>
a { background-color: #CE38BB; }
a { background-color: rgb(206,56,187); }
div.DivClassName
{
background-color: #CE38BB;
}
.BgClassName
{
background-color: #CE38BB;
}
</style>
border-color css
<style>
span { border-color: #CE38BB; }
span { border-color: rgb(206,56,187); }
td.TdClassName
{
border-color: #CE38BB;
}
.TagClassName
{
border-color: #CE38BB;
}
</style>