Shades of Fuchsia #CE38BA
Tints of Fuchsia #CE38BA
RGB
CMYK
RGB Variations
Color information
#CE38BA (or 0xCE38BA) is known color: Fuchsia. HEX triplet: CE, 38 and BA. RGB value is (206,56,186). Sum of RGB (Red+Green+Blue) = 206+56+186=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38BA is #31C745. Grayscale: #737373. Windows color (decimal): -3262278 or 12204238. OLE color: 12204238.
HSL color Cylindrical-coordinate representation of color #CE38BA: hue angle of 308º 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 #CE38BA is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 186 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.19 |
| HSL | 308º | 0.6% | 0.51% | - |
| HSV(B) | 308º | 0.73% | 0.81% | - |
| XYZ | 35.73 | 19.5 | 48.33 | - |
| YUV | 115.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 186 | 0 | 0.73 | 0.10 | 0.19 | 308 | 0.6 | 0.51 |
| Hex | CE | 38 | BA | 0 | 49 | A | 13 | 134 | 3C | 33 |
| Octal | 316 | 70 | 272 | 0 | 111 | 12 | 23 | 464 | 74 | 63 |
| Binary | 11001110 | 111000 | 10111010 | 0 | 1001001 | 1010 | 10011 | 100110100 | 111100 | 110011 |
Color Harmonies of #CE38BA
Complementary color
Monochromatic Colors of #CE38BA
Black with #CE38BA
Text Example
Text Example
White with #CE38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE38BA; }
p { color: rgb(206,56,186); }
H1.HeaderClassName
{
color: #CE38BA;
}
.AnyTagClassName
{
color: #CE38BA;
}
</style>
background-color css
<style>
a { background-color: #CE38BA; }
a { background-color: rgb(206,56,186); }
div.DivClassName
{
background-color: #CE38BA;
}
.BgClassName
{
background-color: #CE38BA;
}
</style>
border-color css
<style>
span { border-color: #CE38BA; }
span { border-color: rgb(206,56,186); }
td.TdClassName
{
border-color: #CE38BA;
}
.TagClassName
{
border-color: #CE38BA;
}
</style>