Shades of Fuchsia #CE51BD
Tints of Fuchsia #CE51BD
RGB
CMYK
RGB Variations
Color information
#CE51BD (or 0xCE51BD) is known color: Fuchsia. HEX triplet: CE, 51 and BD. RGB value is (206,81,189). Sum of RGB (Red+Green+Blue) = 206+81+189=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51BD is #31AE42. Grayscale: #828282. Windows color (decimal): -3255875 or 12407246. OLE color: 12407246.
HSL color Cylindrical-coordinate representation of color #CE51BD: hue angle of 308.16º 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 #CE51BD is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 189 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.19 |
| HSL | 308.16º | 0.56% | 0.56% | - |
| HSV(B) | 308.16º | 0.61% | 0.81% | - |
| XYZ | 37.58 | 22.68 | 50.54 | - |
| YUV | 130.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 189 | 0 | 0.61 | 0.08 | 0.19 | 308.16 | 0.56 | 0.56 |
| Hex | CE | 51 | BD | 0 | 3D | 8 | 13 | 134 | 38 | 38 |
| Octal | 316 | 121 | 275 | 0 | 75 | 10 | 23 | 464 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10111101 | 0 | 111101 | 1000 | 10011 | 100110100 | 111000 | 111000 |
Color Harmonies of #CE51BD
Complementary color
Monochromatic Colors of #CE51BD
Black with #CE51BD
Text Example
Text Example
White with #CE51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51BD; }
p { color: rgb(206,81,189); }
H1.HeaderClassName
{
color: #CE51BD;
}
.AnyTagClassName
{
color: #CE51BD;
}
</style>
background-color css
<style>
a { background-color: #CE51BD; }
a { background-color: rgb(206,81,189); }
div.DivClassName
{
background-color: #CE51BD;
}
.BgClassName
{
background-color: #CE51BD;
}
</style>
border-color css
<style>
span { border-color: #CE51BD; }
span { border-color: rgb(206,81,189); }
td.TdClassName
{
border-color: #CE51BD;
}
.TagClassName
{
border-color: #CE51BD;
}
</style>