Shades of Fuchsia #CE35BB
Tints of Fuchsia #CE35BB
RGB
CMYK
RGB Variations
Color information
#CE35BB (or 0xCE35BB) is known color: Fuchsia. HEX triplet: CE, 35 and BB. RGB value is (206,53,187). Sum of RGB (Red+Green+Blue) = 206+53+187=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35BB is #31CA44. Grayscale: #717171. Windows color (decimal): -3263045 or 12269006. OLE color: 12269006.
HSL color Cylindrical-coordinate representation of color #CE35BB: hue angle of 307.45º 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 #CE35BB is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 187 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.19 |
| HSL | 307.45º | 0.61% | 0.51% | - |
| HSV(B) | 307.45º | 0.74% | 0.81% | - |
| XYZ | 35.7 | 19.26 | 48.85 | - |
| YUV | 114.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 187 | 0 | 0.74 | 0.09 | 0.19 | 307.45 | 0.61 | 0.51 |
| Hex | CE | 35 | BB | 0 | 4A | 9 | 13 | 133 | 3D | 33 |
| Octal | 316 | 65 | 273 | 0 | 112 | 11 | 23 | 463 | 75 | 63 |
| Binary | 11001110 | 110101 | 10111011 | 0 | 1001010 | 1001 | 10011 | 100110011 | 111101 | 110011 |
Color Harmonies of #CE35BB
Complementary color
Monochromatic Colors of #CE35BB
Black with #CE35BB
Text Example
Text Example
White with #CE35BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE35BB; }
p { color: rgb(206,53,187); }
H1.HeaderClassName
{
color: #CE35BB;
}
.AnyTagClassName
{
color: #CE35BB;
}
</style>
background-color css
<style>
a { background-color: #CE35BB; }
a { background-color: rgb(206,53,187); }
div.DivClassName
{
background-color: #CE35BB;
}
.BgClassName
{
background-color: #CE35BB;
}
</style>
border-color css
<style>
span { border-color: #CE35BB; }
span { border-color: rgb(206,53,187); }
td.TdClassName
{
border-color: #CE35BB;
}
.TagClassName
{
border-color: #CE35BB;
}
</style>