Shades of Fuchsia #CE5FB4
Tints of Fuchsia #CE5FB4
RGB
CMYK
RGB Variations
Color information
#CE5FB4 (or 0xCE5FB4) is known color: Fuchsia. HEX triplet: CE, 5F and B4. RGB value is (206,95,180). Sum of RGB (Red+Green+Blue) = 206+95+180=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FB4 is #31A04B. Grayscale: #898989. Windows color (decimal): -3252300 or 11821006. OLE color: 11821006.
HSL color Cylindrical-coordinate representation of color #CE5FB4: hue angle of 314.05º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FB4 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 180 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.19 |
| HSL | 314.05º | 0.53% | 0.59% | - |
| HSV(B) | 314.05º | 0.54% | 0.81% | - |
| XYZ | 37.78 | 24.6 | 45.94 | - |
| YUV | 137.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 180 | 0 | 0.54 | 0.13 | 0.19 | 314.05 | 0.53 | 0.59 |
| Hex | CE | 5F | B4 | 0 | 36 | D | 13 | 13A | 35 | 3B |
| Octal | 316 | 137 | 264 | 0 | 66 | 15 | 23 | 472 | 65 | 73 |
| Binary | 11001110 | 1011111 | 10110100 | 0 | 110110 | 1101 | 10011 | 100111010 | 110101 | 111011 |
Color Harmonies of #CE5FB4
Complementary color
Monochromatic Colors of #CE5FB4
Black with #CE5FB4
Text Example
Text Example
White with #CE5FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FB4; }
p { color: rgb(206,95,180); }
H1.HeaderClassName
{
color: #CE5FB4;
}
.AnyTagClassName
{
color: #CE5FB4;
}
</style>
background-color css
<style>
a { background-color: #CE5FB4; }
a { background-color: rgb(206,95,180); }
div.DivClassName
{
background-color: #CE5FB4;
}
.BgClassName
{
background-color: #CE5FB4;
}
</style>
border-color css
<style>
span { border-color: #CE5FB4; }
span { border-color: rgb(206,95,180); }
td.TdClassName
{
border-color: #CE5FB4;
}
.TagClassName
{
border-color: #CE5FB4;
}
</style>