Shades of Fuchsia #CE50AD
Tints of Fuchsia #CE50AD
RGB
CMYK
RGB Variations
Color information
#CE50AD (or 0xCE50AD) is known color: Fuchsia. HEX triplet: CE, 50 and AD. RGB value is (206,80,173). Sum of RGB (Red+Green+Blue) = 206+80+173=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE50AD is #31AF52. Grayscale: #808080. Windows color (decimal): -3256147 or 11358414. OLE color: 11358414.
HSL color Cylindrical-coordinate representation of color #CE50AD: hue angle of 315.71º 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 #CE50AD is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 173 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.19 |
| HSL | 315.71º | 0.56% | 0.56% | - |
| HSV(B) | 315.71º | 0.61% | 0.81% | - |
| XYZ | 35.87 | 21.88 | 41.87 | - |
| YUV | 128.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 173 | 0 | 0.61 | 0.16 | 0.19 | 315.71 | 0.56 | 0.56 |
| Hex | CE | 50 | AD | 0 | 3D | 10 | 13 | 13C | 38 | 38 |
| Octal | 316 | 120 | 255 | 0 | 75 | 20 | 23 | 474 | 70 | 70 |
| Binary | 11001110 | 1010000 | 10101101 | 0 | 111101 | 10000 | 10011 | 100111100 | 111000 | 111000 |
Color Harmonies of #CE50AD
Complementary color
Monochromatic Colors of #CE50AD
Black with #CE50AD
Text Example
Text Example
White with #CE50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50AD; }
p { color: rgb(206,80,173); }
H1.HeaderClassName
{
color: #CE50AD;
}
.AnyTagClassName
{
color: #CE50AD;
}
</style>
background-color css
<style>
a { background-color: #CE50AD; }
a { background-color: rgb(206,80,173); }
div.DivClassName
{
background-color: #CE50AD;
}
.BgClassName
{
background-color: #CE50AD;
}
</style>
border-color css
<style>
span { border-color: #CE50AD; }
span { border-color: rgb(206,80,173); }
td.TdClassName
{
border-color: #CE50AD;
}
.TagClassName
{
border-color: #CE50AD;
}
</style>