Shades of Fuchsia #CE34B9
Tints of Fuchsia #CE34B9
RGB
CMYK
RGB Variations
Color information
#CE34B9 (or 0xCE34B9) is known color: Fuchsia. HEX triplet: CE, 34 and B9. RGB value is (206,52,185). Sum of RGB (Red+Green+Blue) = 206+52+185=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34B9 is #31CB46. Grayscale: #707070. Windows color (decimal): -3263303 or 12137678. OLE color: 12137678.
HSL color Cylindrical-coordinate representation of color #CE34B9: hue angle of 308.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE34B9 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 185 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.19 |
| HSL | 308.18º | 0.61% | 0.51% | - |
| HSV(B) | 308.18º | 0.75% | 0.81% | - |
| XYZ | 35.44 | 19.08 | 47.71 | - |
| YUV | 113.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 185 | 0 | 0.75 | 0.10 | 0.19 | 308.18 | 0.61 | 0.51 |
| Hex | CE | 34 | B9 | 0 | 4B | A | 13 | 134 | 3D | 33 |
| Octal | 316 | 64 | 271 | 0 | 113 | 12 | 23 | 464 | 75 | 63 |
| Binary | 11001110 | 110100 | 10111001 | 0 | 1001011 | 1010 | 10011 | 100110100 | 111101 | 110011 |
Color Harmonies of #CE34B9
Complementary color
Monochromatic Colors of #CE34B9
Black with #CE34B9
Text Example
Text Example
White with #CE34B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34B9; }
p { color: rgb(206,52,185); }
H1.HeaderClassName
{
color: #CE34B9;
}
.AnyTagClassName
{
color: #CE34B9;
}
</style>
background-color css
<style>
a { background-color: #CE34B9; }
a { background-color: rgb(206,52,185); }
div.DivClassName
{
background-color: #CE34B9;
}
.BgClassName
{
background-color: #CE34B9;
}
</style>
border-color css
<style>
span { border-color: #CE34B9; }
span { border-color: rgb(206,52,185); }
td.TdClassName
{
border-color: #CE34B9;
}
.TagClassName
{
border-color: #CE34B9;
}
</style>