Shades of Fuchsia #CE36D1
Tints of Fuchsia #CE36D1
RGB
CMYK
RGB Variations
Color information
#CE36D1 (or 0xCE36D1) is known color: Fuchsia. HEX triplet: CE, 36 and D1. RGB value is (206,54,209). Sum of RGB (Red+Green+Blue) = 206+54+209=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE36D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36D1 is #31C92E. Grayscale: #747474. Windows color (decimal): -3262767 or 13711054. OLE color: 13711054.
HSL color Cylindrical-coordinate representation of color #CE36D1: hue angle of 298.84º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE36D1 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 54 | 209 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.18 |
| HSL | 298.84º | 0.63% | 0.52% | - |
| HSV(B) | 298.84º | 0.74% | 0.82% | - |
| XYZ | 38.28 | 20.36 | 62.23 | - |
| YUV | 117.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 209 | 0.01 | 0.74 | 0 | 0.18 | 298.84 | 0.63 | 0.52 |
| Hex | CE | 36 | D1 | 1 | 4A | 0 | 12 | 12B | 3F | 34 |
| Octal | 316 | 66 | 321 | 1 | 112 | 0 | 22 | 453 | 77 | 64 |
| Binary | 11001110 | 110110 | 11010001 | 1 | 1001010 | 0 | 10010 | 100101011 | 111111 | 110100 |
Color Harmonies of #CE36D1
Complementary color
Monochromatic Colors of #CE36D1
Black with #CE36D1
Text Example
Text Example
White with #CE36D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE36D1; }
p { color: rgb(206,54,209); }
H1.HeaderClassName
{
color: #CE36D1;
}
.AnyTagClassName
{
color: #CE36D1;
}
</style>
background-color css
<style>
a { background-color: #CE36D1; }
a { background-color: rgb(206,54,209); }
div.DivClassName
{
background-color: #CE36D1;
}
.BgClassName
{
background-color: #CE36D1;
}
</style>
border-color css
<style>
span { border-color: #CE36D1; }
span { border-color: rgb(206,54,209); }
td.TdClassName
{
border-color: #CE36D1;
}
.TagClassName
{
border-color: #CE36D1;
}
</style>