Shades of Fuchsia #CE50B1
Tints of Fuchsia #CE50B1
RGB
CMYK
RGB Variations
Color information
#CE50B1 (or 0xCE50B1) is known color: Fuchsia. HEX triplet: CE, 50 and B1. RGB value is (206,80,177). Sum of RGB (Red+Green+Blue) = 206+80+177=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50B1 is #31AF4E. Grayscale: #808080. Windows color (decimal): -3256143 or 11620558. OLE color: 11620558.
HSL color Cylindrical-coordinate representation of color #CE50B1: hue angle of 313.81º 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 #CE50B1 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 177 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.19 |
| HSL | 313.81º | 0.56% | 0.56% | - |
| HSV(B) | 313.81º | 0.61% | 0.81% | - |
| XYZ | 36.26 | 22.03 | 43.94 | - |
| YUV | 128.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 177 | 0 | 0.61 | 0.14 | 0.19 | 313.81 | 0.56 | 0.56 |
| Hex | CE | 50 | B1 | 0 | 3D | E | 13 | 13A | 38 | 38 |
| Octal | 316 | 120 | 261 | 0 | 75 | 16 | 23 | 472 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10110001 | 0 | 111101 | 1110 | 10011 | 100111010 | 111000 | 111000 |
Color Harmonies of #CE50B1
Complementary color
Monochromatic Colors of #CE50B1
Black with #CE50B1
Text Example
Text Example
White with #CE50B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50B1; }
p { color: rgb(206,80,177); }
H1.HeaderClassName
{
color: #CE50B1;
}
.AnyTagClassName
{
color: #CE50B1;
}
</style>
background-color css
<style>
a { background-color: #CE50B1; }
a { background-color: rgb(206,80,177); }
div.DivClassName
{
background-color: #CE50B1;
}
.BgClassName
{
background-color: #CE50B1;
}
</style>
border-color css
<style>
span { border-color: #CE50B1; }
span { border-color: rgb(206,80,177); }
td.TdClassName
{
border-color: #CE50B1;
}
.TagClassName
{
border-color: #CE50B1;
}
</style>