Shades of Fuchsia #CE50BC
Tints of Fuchsia #CE50BC
RGB
CMYK
RGB Variations
Color information
#CE50BC (or 0xCE50BC) is known color: Fuchsia. HEX triplet: CE, 50 and BC. RGB value is (206,80,188). Sum of RGB (Red+Green+Blue) = 206+80+188=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50BC is #31AF43. Grayscale: #818181. Windows color (decimal): -3256132 or 12341454. OLE color: 12341454.
HSL color Cylindrical-coordinate representation of color #CE50BC: hue angle of 308.57º 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 #CE50BC is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 188 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.19 |
| HSL | 308.57º | 0.56% | 0.56% | - |
| HSV(B) | 308.57º | 0.61% | 0.81% | - |
| XYZ | 37.4 | 22.49 | 49.95 | - |
| YUV | 129.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 188 | 0 | 0.61 | 0.09 | 0.19 | 308.57 | 0.56 | 0.56 |
| Hex | CE | 50 | BC | 0 | 3D | 9 | 13 | 135 | 38 | 38 |
| Octal | 316 | 120 | 274 | 0 | 75 | 11 | 23 | 465 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10111100 | 0 | 111101 | 1001 | 10011 | 100110101 | 111000 | 111000 |
Color Harmonies of #CE50BC
Complementary color
Monochromatic Colors of #CE50BC
Black with #CE50BC
Text Example
Text Example
White with #CE50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50BC; }
p { color: rgb(206,80,188); }
H1.HeaderClassName
{
color: #CE50BC;
}
.AnyTagClassName
{
color: #CE50BC;
}
</style>
background-color css
<style>
a { background-color: #CE50BC; }
a { background-color: rgb(206,80,188); }
div.DivClassName
{
background-color: #CE50BC;
}
.BgClassName
{
background-color: #CE50BC;
}
</style>
border-color css
<style>
span { border-color: #CE50BC; }
span { border-color: rgb(206,80,188); }
td.TdClassName
{
border-color: #CE50BC;
}
.TagClassName
{
border-color: #CE50BC;
}
</style>