Shades of Fuchsia #CE34BF
Tints of Fuchsia #CE34BF
RGB
CMYK
RGB Variations
Color information
#CE34BF (or 0xCE34BF) is known color: Fuchsia. HEX triplet: CE, 34 and BF. RGB value is (206,52,191). Sum of RGB (Red+Green+Blue) = 206+52+191=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE34BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34BF is #31CB40. Grayscale: #717171. Windows color (decimal): -3263297 or 12530894. OLE color: 12530894.
HSL color Cylindrical-coordinate representation of color #CE34BF: hue angle of 305.84º 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 #CE34BF is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 191 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.19 |
| HSL | 305.84º | 0.61% | 0.51% | - |
| HSV(B) | 305.84º | 0.75% | 0.81% | - |
| XYZ | 36.09 | 19.34 | 51.12 | - |
| YUV | 113.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 191 | 0 | 0.75 | 0.07 | 0.19 | 305.84 | 0.61 | 0.51 |
| Hex | CE | 34 | BF | 0 | 4B | 7 | 13 | 132 | 3D | 33 |
| Octal | 316 | 64 | 277 | 0 | 113 | 7 | 23 | 462 | 75 | 63 |
| Binary | 11001110 | 110100 | 10111111 | 0 | 1001011 | 111 | 10011 | 100110010 | 111101 | 110011 |
Color Harmonies of #CE34BF
Complementary color
Monochromatic Colors of #CE34BF
Black with #CE34BF
Text Example
Text Example
White with #CE34BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34BF; }
p { color: rgb(206,52,191); }
H1.HeaderClassName
{
color: #CE34BF;
}
.AnyTagClassName
{
color: #CE34BF;
}
</style>
background-color css
<style>
a { background-color: #CE34BF; }
a { background-color: rgb(206,52,191); }
div.DivClassName
{
background-color: #CE34BF;
}
.BgClassName
{
background-color: #CE34BF;
}
</style>
border-color css
<style>
span { border-color: #CE34BF; }
span { border-color: rgb(206,52,191); }
td.TdClassName
{
border-color: #CE34BF;
}
.TagClassName
{
border-color: #CE34BF;
}
</style>