Shades of Fuchsia #CE35B2
Tints of Fuchsia #CE35B2
RGB
CMYK
RGB Variations
Color information
#CE35B2 (or 0xCE35B2) is known color: Fuchsia. HEX triplet: CE, 35 and B2. RGB value is (206,53,178). Sum of RGB (Red+Green+Blue) = 206+53+178=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE35B2 is #31CA4D. Grayscale: #707070. Windows color (decimal): -3263054 or 11679182. OLE color: 11679182.
HSL color Cylindrical-coordinate representation of color #CE35B2: hue angle of 310.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE35B2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 178 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.19 |
| HSL | 310.98º | 0.61% | 0.51% | - |
| HSV(B) | 310.98º | 0.74% | 0.81% | - |
| XYZ | 34.76 | 18.88 | 43.93 | - |
| YUV | 113 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 178 | 0 | 0.74 | 0.14 | 0.19 | 310.98 | 0.61 | 0.51 |
| Hex | CE | 35 | B2 | 0 | 4A | E | 13 | 137 | 3D | 33 |
| Octal | 316 | 65 | 262 | 0 | 112 | 16 | 23 | 467 | 75 | 63 |
| Binary | 11001110 | 110101 | 10110010 | 0 | 1001010 | 1110 | 10011 | 100110111 | 111101 | 110011 |
Color Harmonies of #CE35B2
Complementary color
Monochromatic Colors of #CE35B2
Black with #CE35B2
Text Example
Text Example
White with #CE35B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35B2; }
p { color: rgb(206,53,178); }
H1.HeaderClassName
{
color: #CE35B2;
}
.AnyTagClassName
{
color: #CE35B2;
}
</style>
background-color css
<style>
a { background-color: #CE35B2; }
a { background-color: rgb(206,53,178); }
div.DivClassName
{
background-color: #CE35B2;
}
.BgClassName
{
background-color: #CE35B2;
}
</style>
border-color css
<style>
span { border-color: #CE35B2; }
span { border-color: rgb(206,53,178); }
td.TdClassName
{
border-color: #CE35B2;
}
.TagClassName
{
border-color: #CE35B2;
}
</style>