Shades of Fuchsia #CE38B5
Tints of Fuchsia #CE38B5
RGB
CMYK
RGB Variations
Color information
#CE38B5 (or 0xCE38B5) is known color: Fuchsia. HEX triplet: CE, 38 and B5. RGB value is (206,56,181). Sum of RGB (Red+Green+Blue) = 206+56+181=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38B5 is #31C74A. Grayscale: #727272. Windows color (decimal): -3262283 or 11876558. OLE color: 11876558.
HSL color Cylindrical-coordinate representation of color #CE38B5: hue angle of 310º 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 #CE38B5 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 181 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.19 |
| HSL | 310º | 0.6% | 0.51% | - |
| HSV(B) | 310º | 0.73% | 0.81% | - |
| XYZ | 35.21 | 19.29 | 45.58 | - |
| YUV | 115.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 181 | 0 | 0.73 | 0.12 | 0.19 | 310 | 0.6 | 0.51 |
| Hex | CE | 38 | B5 | 0 | 49 | C | 13 | 136 | 3C | 33 |
| Octal | 316 | 70 | 265 | 0 | 111 | 14 | 23 | 466 | 74 | 63 |
| Binary | 11001110 | 111000 | 10110101 | 0 | 1001001 | 1100 | 10011 | 100110110 | 111100 | 110011 |
Color Harmonies of #CE38B5
Complementary color
Monochromatic Colors of #CE38B5
Black with #CE38B5
Text Example
Text Example
White with #CE38B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38B5; }
p { color: rgb(206,56,181); }
H1.HeaderClassName
{
color: #CE38B5;
}
.AnyTagClassName
{
color: #CE38B5;
}
</style>
background-color css
<style>
a { background-color: #CE38B5; }
a { background-color: rgb(206,56,181); }
div.DivClassName
{
background-color: #CE38B5;
}
.BgClassName
{
background-color: #CE38B5;
}
</style>
border-color css
<style>
span { border-color: #CE38B5; }
span { border-color: rgb(206,56,181); }
td.TdClassName
{
border-color: #CE38B5;
}
.TagClassName
{
border-color: #CE38B5;
}
</style>