Shades of Fuchsia #CE34D0
Tints of Fuchsia #CE34D0
RGB
CMYK
RGB Variations
Color information
#CE34D0 (or 0xCE34D0) is known color: Fuchsia. HEX triplet: CE, 34 and D0. RGB value is (206,52,208). Sum of RGB (Red+Green+Blue) = 206+52+208=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE34D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34D0 is #31CB2F. Grayscale: #737373. Windows color (decimal): -3263280 or 13645006. OLE color: 13645006.
HSL color Cylindrical-coordinate representation of color #CE34D0: hue angle of 299.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE34D0 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 52 | 208 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.18 |
| HSL | 299.23º | 0.62% | 0.51% | - |
| HSV(B) | 299.23º | 0.75% | 0.82% | - |
| XYZ | 38.07 | 20.13 | 61.55 | - |
| YUV | 115.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 208 | 0.01 | 0.75 | 0 | 0.18 | 299.23 | 0.62 | 0.51 |
| Hex | CE | 34 | D0 | 1 | 4B | 0 | 12 | 12B | 3E | 33 |
| Octal | 316 | 64 | 320 | 1 | 113 | 0 | 22 | 453 | 76 | 63 |
| Binary | 11001110 | 110100 | 11010000 | 1 | 1001011 | 0 | 10010 | 100101011 | 111110 | 110011 |
Color Harmonies of #CE34D0
Complementary color
Monochromatic Colors of #CE34D0
Black with #CE34D0
Text Example
Text Example
White with #CE34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34D0; }
p { color: rgb(206,52,208); }
H1.HeaderClassName
{
color: #CE34D0;
}
.AnyTagClassName
{
color: #CE34D0;
}
</style>
background-color css
<style>
a { background-color: #CE34D0; }
a { background-color: rgb(206,52,208); }
div.DivClassName
{
background-color: #CE34D0;
}
.BgClassName
{
background-color: #CE34D0;
}
</style>
border-color css
<style>
span { border-color: #CE34D0; }
span { border-color: rgb(206,52,208); }
td.TdClassName
{
border-color: #CE34D0;
}
.TagClassName
{
border-color: #CE34D0;
}
</style>