Shades of Fuchsia #CE35D0
Tints of Fuchsia #CE35D0
RGB
CMYK
RGB Variations
Color information
#CE35D0 (or 0xCE35D0) is known color: Fuchsia. HEX triplet: CE, 35 and D0. RGB value is (206,53,208). Sum of RGB (Red+Green+Blue) = 206+53+208=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE35D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35D0 is #31CA2F. Grayscale: #737373. Windows color (decimal): -3263024 or 13645262. OLE color: 13645262.
HSL color Cylindrical-coordinate representation of color #CE35D0: 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 #CE35D0 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 53 | 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.11 | 20.22 | 61.57 | - |
| YUV | 116.42 | 179.69 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 208 | 0.01 | 0.75 | 0 | 0.18 | 299.23 | 0.62 | 0.51 |
| Hex | CE | 35 | D0 | 1 | 4B | 0 | 12 | 12B | 3E | 33 |
| Octal | 316 | 65 | 320 | 1 | 113 | 0 | 22 | 453 | 76 | 63 |
| Binary | 11001110 | 110101 | 11010000 | 1 | 1001011 | 0 | 10010 | 100101011 | 111110 | 110011 |
Color Harmonies of #CE35D0
Complementary color
Monochromatic Colors of #CE35D0
Black with #CE35D0
Text Example
Text Example
White with #CE35D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35D0; }
p { color: rgb(206,53,208); }
H1.HeaderClassName
{
color: #CE35D0;
}
.AnyTagClassName
{
color: #CE35D0;
}
</style>
background-color css
<style>
a { background-color: #CE35D0; }
a { background-color: rgb(206,53,208); }
div.DivClassName
{
background-color: #CE35D0;
}
.BgClassName
{
background-color: #CE35D0;
}
</style>
border-color css
<style>
span { border-color: #CE35D0; }
span { border-color: rgb(206,53,208); }
td.TdClassName
{
border-color: #CE35D0;
}
.TagClassName
{
border-color: #CE35D0;
}
</style>