Shades of Fuchsia #CE51BC
Tints of Fuchsia #CE51BC
RGB
CMYK
RGB Variations
Color information
#CE51BC (or 0xCE51BC) is known color: Fuchsia. HEX triplet: CE, 51 and BC. RGB value is (206,81,188). Sum of RGB (Red+Green+Blue) = 206+81+188=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE51BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51BC is #31AE43. Grayscale: #828282. Windows color (decimal): -3255876 or 12341710. OLE color: 12341710.
HSL color Cylindrical-coordinate representation of color #CE51BC: hue angle of 308.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE51BC is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 188 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.19 |
| HSL | 308.64º | 0.56% | 0.56% | - |
| HSV(B) | 308.64º | 0.61% | 0.81% | - |
| XYZ | 37.47 | 22.64 | 49.97 | - |
| YUV | 130.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 188 | 0 | 0.61 | 0.09 | 0.19 | 308.64 | 0.56 | 0.56 |
| Hex | CE | 51 | BC | 0 | 3D | 9 | 13 | 135 | 38 | 38 |
| Octal | 316 | 121 | 274 | 0 | 75 | 11 | 23 | 465 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10111100 | 0 | 111101 | 1001 | 10011 | 100110101 | 111000 | 111000 |
Color Harmonies of #CE51BC
Complementary color
Monochromatic Colors of #CE51BC
Black with #CE51BC
Text Example
Text Example
White with #CE51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51BC; }
p { color: rgb(206,81,188); }
H1.HeaderClassName
{
color: #CE51BC;
}
.AnyTagClassName
{
color: #CE51BC;
}
</style>
background-color css
<style>
a { background-color: #CE51BC; }
a { background-color: rgb(206,81,188); }
div.DivClassName
{
background-color: #CE51BC;
}
.BgClassName
{
background-color: #CE51BC;
}
</style>
border-color css
<style>
span { border-color: #CE51BC; }
span { border-color: rgb(206,81,188); }
td.TdClassName
{
border-color: #CE51BC;
}
.TagClassName
{
border-color: #CE51BC;
}
</style>