Shades of Fuchsia #CE43B2
Tints of Fuchsia #CE43B2
RGB
CMYK
RGB Variations
Color information
#CE43B2 (or 0xCE43B2) is known color: Fuchsia. HEX triplet: CE, 43 and B2. RGB value is (206,67,178). Sum of RGB (Red+Green+Blue) = 206+67+178=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE43B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE43B2 is #31BC4D. Grayscale: #787878. Windows color (decimal): -3259470 or 11682766. OLE color: 11682766.
HSL color Cylindrical-coordinate representation of color #CE43B2: hue angle of 312.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE43B2 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 178 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.19 |
| HSL | 312.09º | 0.59% | 0.54% | - |
| HSV(B) | 312.09º | 0.67% | 0.81% | - |
| XYZ | 35.5 | 20.35 | 44.18 | - |
| YUV | 121.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 178 | 0 | 0.67 | 0.14 | 0.19 | 312.09 | 0.59 | 0.54 |
| Hex | CE | 43 | B2 | 0 | 43 | E | 13 | 138 | 3B | 36 |
| Octal | 316 | 103 | 262 | 0 | 103 | 16 | 23 | 470 | 73 | 66 |
| Binary | 11001110 | 1000011 | 10110010 | 0 | 1000011 | 1110 | 10011 | 100111000 | 111011 | 110110 |
Color Harmonies of #CE43B2
Complementary color
Monochromatic Colors of #CE43B2
Black with #CE43B2
Text Example
Text Example
White with #CE43B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43B2; }
p { color: rgb(206,67,178); }
H1.HeaderClassName
{
color: #CE43B2;
}
.AnyTagClassName
{
color: #CE43B2;
}
</style>
background-color css
<style>
a { background-color: #CE43B2; }
a { background-color: rgb(206,67,178); }
div.DivClassName
{
background-color: #CE43B2;
}
.BgClassName
{
background-color: #CE43B2;
}
</style>
border-color css
<style>
span { border-color: #CE43B2; }
span { border-color: rgb(206,67,178); }
td.TdClassName
{
border-color: #CE43B2;
}
.TagClassName
{
border-color: #CE43B2;
}
</style>