Shades of Fuchsia #CE36B6
Tints of Fuchsia #CE36B6
RGB
CMYK
RGB Variations
Color information
#CE36B6 (or 0xCE36B6) is known color: Fuchsia. HEX triplet: CE, 36 and B6. RGB value is (206,54,182). Sum of RGB (Red+Green+Blue) = 206+54+182=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE36B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36B6 is #31C949. Grayscale: #717171. Windows color (decimal): -3262794 or 11941582. OLE color: 11941582.
HSL color Cylindrical-coordinate representation of color #CE36B6: hue angle of 309.47º 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 #CE36B6 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 182 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.19 |
| HSL | 309.47º | 0.61% | 0.51% | - |
| HSV(B) | 309.47º | 0.74% | 0.81% | - |
| XYZ | 35.22 | 19.14 | 46.09 | - |
| YUV | 114.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 182 | 0 | 0.74 | 0.12 | 0.19 | 309.47 | 0.61 | 0.51 |
| Hex | CE | 36 | B6 | 0 | 4A | C | 13 | 135 | 3D | 33 |
| Octal | 316 | 66 | 266 | 0 | 112 | 14 | 23 | 465 | 75 | 63 |
| Binary | 11001110 | 110110 | 10110110 | 0 | 1001010 | 1100 | 10011 | 100110101 | 111101 | 110011 |
Color Harmonies of #CE36B6
Complementary color
Monochromatic Colors of #CE36B6
Black with #CE36B6
Text Example
Text Example
White with #CE36B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36B6; }
p { color: rgb(206,54,182); }
H1.HeaderClassName
{
color: #CE36B6;
}
.AnyTagClassName
{
color: #CE36B6;
}
</style>
background-color css
<style>
a { background-color: #CE36B6; }
a { background-color: rgb(206,54,182); }
div.DivClassName
{
background-color: #CE36B6;
}
.BgClassName
{
background-color: #CE36B6;
}
</style>
border-color css
<style>
span { border-color: #CE36B6; }
span { border-color: rgb(206,54,182); }
td.TdClassName
{
border-color: #CE36B6;
}
.TagClassName
{
border-color: #CE36B6;
}
</style>