Shades of Fuchsia #CE51BA
Tints of Fuchsia #CE51BA
RGB
CMYK
RGB Variations
Color information
#CE51BA (or 0xCE51BA) is known color: Fuchsia. HEX triplet: CE, 51 and BA. RGB value is (206,81,186). Sum of RGB (Red+Green+Blue) = 206+81+186=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51BA is #31AE45. Grayscale: #828282. Windows color (decimal): -3255878 or 12210638. OLE color: 12210638.
HSL color Cylindrical-coordinate representation of color #CE51BA: hue angle of 309.6º 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 #CE51BA is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 186 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.19 |
| HSL | 309.6º | 0.56% | 0.56% | - |
| HSV(B) | 309.6º | 0.61% | 0.81% | - |
| XYZ | 37.26 | 22.55 | 48.84 | - |
| YUV | 130.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 186 | 0 | 0.61 | 0.10 | 0.19 | 309.6 | 0.56 | 0.56 |
| Hex | CE | 51 | BA | 0 | 3D | A | 13 | 136 | 38 | 38 |
| Octal | 316 | 121 | 272 | 0 | 75 | 12 | 23 | 466 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10111010 | 0 | 111101 | 1010 | 10011 | 100110110 | 111000 | 111000 |
Color Harmonies of #CE51BA
Complementary color
Monochromatic Colors of #CE51BA
Black with #CE51BA
Text Example
Text Example
White with #CE51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51BA; }
p { color: rgb(206,81,186); }
H1.HeaderClassName
{
color: #CE51BA;
}
.AnyTagClassName
{
color: #CE51BA;
}
</style>
background-color css
<style>
a { background-color: #CE51BA; }
a { background-color: rgb(206,81,186); }
div.DivClassName
{
background-color: #CE51BA;
}
.BgClassName
{
background-color: #CE51BA;
}
</style>
border-color css
<style>
span { border-color: #CE51BA; }
span { border-color: rgb(206,81,186); }
td.TdClassName
{
border-color: #CE51BA;
}
.TagClassName
{
border-color: #CE51BA;
}
</style>