Shades of Fuchsia #CE36B0
Tints of Fuchsia #CE36B0
RGB
CMYK
RGB Variations
Color information
#CE36B0 (or 0xCE36B0) is known color: Fuchsia. HEX triplet: CE, 36 and B0. RGB value is (206,54,176). Sum of RGB (Red+Green+Blue) = 206+54+176=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE36B0 is #31C94F. Grayscale: #717171. Windows color (decimal): -3262800 or 11548366. OLE color: 11548366.
HSL color Cylindrical-coordinate representation of color #CE36B0: hue angle of 311.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE36B0 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 176 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.19 |
| HSL | 311.84º | 0.61% | 0.51% | - |
| HSV(B) | 311.84º | 0.74% | 0.81% | - |
| XYZ | 34.61 | 18.89 | 42.9 | - |
| YUV | 113.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 176 | 0 | 0.74 | 0.15 | 0.19 | 311.84 | 0.61 | 0.51 |
| Hex | CE | 36 | B0 | 0 | 4A | F | 13 | 138 | 3D | 33 |
| Octal | 316 | 66 | 260 | 0 | 112 | 17 | 23 | 470 | 75 | 63 |
| Binary | 11001110 | 110110 | 10110000 | 0 | 1001010 | 1111 | 10011 | 100111000 | 111101 | 110011 |
Color Harmonies of #CE36B0
Complementary color
Monochromatic Colors of #CE36B0
Black with #CE36B0
Text Example
Text Example
White with #CE36B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36B0; }
p { color: rgb(206,54,176); }
H1.HeaderClassName
{
color: #CE36B0;
}
.AnyTagClassName
{
color: #CE36B0;
}
</style>
background-color css
<style>
a { background-color: #CE36B0; }
a { background-color: rgb(206,54,176); }
div.DivClassName
{
background-color: #CE36B0;
}
.BgClassName
{
background-color: #CE36B0;
}
</style>
border-color css
<style>
span { border-color: #CE36B0; }
span { border-color: rgb(206,54,176); }
td.TdClassName
{
border-color: #CE36B0;
}
.TagClassName
{
border-color: #CE36B0;
}
</style>