Shades of Fuchsia #CE36B5
Tints of Fuchsia #CE36B5
RGB
CMYK
RGB Variations
Color information
#CE36B5 (or 0xCE36B5) is known color: Fuchsia. HEX triplet: CE, 36 and B5. RGB value is (206,54,181). Sum of RGB (Red+Green+Blue) = 206+54+181=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36B5 is #31C94A. Grayscale: #717171. Windows color (decimal): -3262795 or 11876046. OLE color: 11876046.
HSL color Cylindrical-coordinate representation of color #CE36B5: hue angle of 309.87º 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 #CE36B5 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 181 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.19 |
| HSL | 309.87º | 0.61% | 0.51% | - |
| HSV(B) | 309.87º | 0.74% | 0.81% | - |
| XYZ | 35.11 | 19.1 | 45.55 | - |
| YUV | 113.93 | 165.86 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 181 | 0 | 0.74 | 0.12 | 0.19 | 309.87 | 0.61 | 0.51 |
| Hex | CE | 36 | B5 | 0 | 4A | C | 13 | 136 | 3D | 33 |
| Octal | 316 | 66 | 265 | 0 | 112 | 14 | 23 | 466 | 75 | 63 |
| Binary | 11001110 | 110110 | 10110101 | 0 | 1001010 | 1100 | 10011 | 100110110 | 111101 | 110011 |
Color Harmonies of #CE36B5
Complementary color
Monochromatic Colors of #CE36B5
Black with #CE36B5
Text Example
Text Example
White with #CE36B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36B5; }
p { color: rgb(206,54,181); }
H1.HeaderClassName
{
color: #CE36B5;
}
.AnyTagClassName
{
color: #CE36B5;
}
</style>
background-color css
<style>
a { background-color: #CE36B5; }
a { background-color: rgb(206,54,181); }
div.DivClassName
{
background-color: #CE36B5;
}
.BgClassName
{
background-color: #CE36B5;
}
</style>
border-color css
<style>
span { border-color: #CE36B5; }
span { border-color: rgb(206,54,181); }
td.TdClassName
{
border-color: #CE36B5;
}
.TagClassName
{
border-color: #CE36B5;
}
</style>