Shades of Fuchsia #CE51BF
Tints of Fuchsia #CE51BF
RGB
CMYK
RGB Variations
Color information
#CE51BF (or 0xCE51BF) is known color: Fuchsia. HEX triplet: CE, 51 and BF. RGB value is (206,81,191). Sum of RGB (Red+Green+Blue) = 206+81+191=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE51BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51BF is #31AE40. Grayscale: #828282. Windows color (decimal): -3255873 or 12538318. OLE color: 12538318.
HSL color Cylindrical-coordinate representation of color #CE51BF: hue angle of 307.2º 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 #CE51BF is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 191 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.19 |
| HSL | 307.2º | 0.56% | 0.56% | - |
| HSV(B) | 307.2º | 0.61% | 0.81% | - |
| XYZ | 37.8 | 22.77 | 51.69 | - |
| YUV | 130.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 191 | 0 | 0.61 | 0.07 | 0.19 | 307.2 | 0.56 | 0.56 |
| Hex | CE | 51 | BF | 0 | 3D | 7 | 13 | 133 | 38 | 38 |
| Octal | 316 | 121 | 277 | 0 | 75 | 7 | 23 | 463 | 70 | 70 |
| Binary | 11001110 | 1010001 | 10111111 | 0 | 111101 | 111 | 10011 | 100110011 | 111000 | 111000 |
Color Harmonies of #CE51BF
Complementary color
Monochromatic Colors of #CE51BF
Black with #CE51BF
Text Example
Text Example
White with #CE51BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51BF; }
p { color: rgb(206,81,191); }
H1.HeaderClassName
{
color: #CE51BF;
}
.AnyTagClassName
{
color: #CE51BF;
}
</style>
background-color css
<style>
a { background-color: #CE51BF; }
a { background-color: rgb(206,81,191); }
div.DivClassName
{
background-color: #CE51BF;
}
.BgClassName
{
background-color: #CE51BF;
}
</style>
border-color css
<style>
span { border-color: #CE51BF; }
span { border-color: rgb(206,81,191); }
td.TdClassName
{
border-color: #CE51BF;
}
.TagClassName
{
border-color: #CE51BF;
}
</style>