Shades of Fuchsia #CE50B3
Tints of Fuchsia #CE50B3
RGB
CMYK
RGB Variations
Color information
#CE50B3 (or 0xCE50B3) is known color: Fuchsia. HEX triplet: CE, 50 and B3. RGB value is (206,80,179). Sum of RGB (Red+Green+Blue) = 206+80+179=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50B3 is #31AF4C. Grayscale: #808080. Windows color (decimal): -3256141 or 11751630. OLE color: 11751630.
HSL color Cylindrical-coordinate representation of color #CE50B3: hue angle of 312.86º 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 #CE50B3 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 179 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.19 |
| HSL | 312.86º | 0.56% | 0.56% | - |
| HSV(B) | 312.86º | 0.61% | 0.81% | - |
| XYZ | 36.46 | 22.11 | 44.99 | - |
| YUV | 128.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 179 | 0 | 0.61 | 0.13 | 0.19 | 312.86 | 0.56 | 0.56 |
| Hex | CE | 50 | B3 | 0 | 3D | D | 13 | 139 | 38 | 38 |
| Octal | 316 | 120 | 263 | 0 | 75 | 15 | 23 | 471 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10110011 | 0 | 111101 | 1101 | 10011 | 100111001 | 111000 | 111000 |
Color Harmonies of #CE50B3
Complementary color
Monochromatic Colors of #CE50B3
Black with #CE50B3
Text Example
Text Example
White with #CE50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50B3; }
p { color: rgb(206,80,179); }
H1.HeaderClassName
{
color: #CE50B3;
}
.AnyTagClassName
{
color: #CE50B3;
}
</style>
background-color css
<style>
a { background-color: #CE50B3; }
a { background-color: rgb(206,80,179); }
div.DivClassName
{
background-color: #CE50B3;
}
.BgClassName
{
background-color: #CE50B3;
}
</style>
border-color css
<style>
span { border-color: #CE50B3; }
span { border-color: rgb(206,80,179); }
td.TdClassName
{
border-color: #CE50B3;
}
.TagClassName
{
border-color: #CE50B3;
}
</style>