Shades of Fuchsia #CE35D2
Tints of Fuchsia #CE35D2
RGB
CMYK
RGB Variations
Color information
#CE35D2 (or 0xCE35D2) is known color: Fuchsia. HEX triplet: CE, 35 and D2. RGB value is (206,53,210). Sum of RGB (Red+Green+Blue) = 206+53+210=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE35D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35D2 is #31CA2D. Grayscale: #747474. Windows color (decimal): -3263022 or 13776334. OLE color: 13776334.
HSL color Cylindrical-coordinate representation of color #CE35D2: hue angle of 298.47º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE35D2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 53 | 210 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.18 |
| HSL | 298.47º | 0.64% | 0.52% | - |
| HSV(B) | 298.47º | 0.75% | 0.82% | - |
| XYZ | 38.36 | 20.32 | 62.87 | - |
| YUV | 116.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 210 | 0.02 | 0.75 | 0 | 0.18 | 298.47 | 0.64 | 0.52 |
| Hex | CE | 35 | D2 | 2 | 4B | 0 | 12 | 12A | 40 | 34 |
| Octal | 316 | 65 | 322 | 2 | 113 | 0 | 22 | 452 | 100 | 64 |
| Binary | 11001110 | 110101 | 11010010 | 10 | 1001011 | 0 | 10010 | 100101010 | 1000000 | 110100 |
Color Harmonies of #CE35D2
Complementary color
Monochromatic Colors of #CE35D2
Black with #CE35D2
Text Example
Text Example
White with #CE35D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35D2; }
p { color: rgb(206,53,210); }
H1.HeaderClassName
{
color: #CE35D2;
}
.AnyTagClassName
{
color: #CE35D2;
}
</style>
background-color css
<style>
a { background-color: #CE35D2; }
a { background-color: rgb(206,53,210); }
div.DivClassName
{
background-color: #CE35D2;
}
.BgClassName
{
background-color: #CE35D2;
}
</style>
border-color css
<style>
span { border-color: #CE35D2; }
span { border-color: rgb(206,53,210); }
td.TdClassName
{
border-color: #CE35D2;
}
.TagClassName
{
border-color: #CE35D2;
}
</style>