Shades of Fuchsia #CE34D6
Tints of Fuchsia #CE34D6
RGB
CMYK
RGB Variations
Color information
#CE34D6 (or 0xCE34D6) is known color: Fuchsia. HEX triplet: CE, 34 and D6. RGB value is (206,52,214). Sum of RGB (Red+Green+Blue) = 206+52+214=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE34D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34D6 is #31CB29. Grayscale: #747474. Windows color (decimal): -3263274 or 14038222. OLE color: 14038222.
HSL color Cylindrical-coordinate representation of color #CE34D6: hue angle of 297.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE34D6 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 52 | 214 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.16 |
| HSL | 297.04º | 0.66% | 0.52% | - |
| HSV(B) | 297.04º | 0.76% | 0.84% | - |
| XYZ | 38.82 | 20.43 | 65.52 | - |
| YUV | 116.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 214 | 0.04 | 0.76 | 0 | 0.16 | 297.04 | 0.66 | 0.52 |
| Hex | CE | 34 | D6 | 4 | 4C | 0 | 10 | 129 | 42 | 34 |
| Octal | 316 | 64 | 326 | 4 | 114 | 0 | 20 | 451 | 102 | 64 |
| Binary | 11001110 | 110100 | 11010110 | 100 | 1001100 | 0 | 10000 | 100101001 | 1000010 | 110100 |
Color Harmonies of #CE34D6
Complementary color
Monochromatic Colors of #CE34D6
Black with #CE34D6
Text Example
Text Example
White with #CE34D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34D6; }
p { color: rgb(206,52,214); }
H1.HeaderClassName
{
color: #CE34D6;
}
.AnyTagClassName
{
color: #CE34D6;
}
</style>
background-color css
<style>
a { background-color: #CE34D6; }
a { background-color: rgb(206,52,214); }
div.DivClassName
{
background-color: #CE34D6;
}
.BgClassName
{
background-color: #CE34D6;
}
</style>
border-color css
<style>
span { border-color: #CE34D6; }
span { border-color: rgb(206,52,214); }
td.TdClassName
{
border-color: #CE34D6;
}
.TagClassName
{
border-color: #CE34D6;
}
</style>