Shades of Fuchsia #CE55B4
Tints of Fuchsia #CE55B4
RGB
CMYK
RGB Variations
Color information
#CE55B4 (or 0xCE55B4) is known color: Fuchsia. HEX triplet: CE, 55 and B4. RGB value is (206,85,180). Sum of RGB (Red+Green+Blue) = 206+85+180=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55B4 is #31AA4B. Grayscale: #838383. Windows color (decimal): -3254860 or 11818446. OLE color: 11818446.
HSL color Cylindrical-coordinate representation of color #CE55B4: hue angle of 312.89º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE55B4 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 180 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.19 |
| HSL | 312.89º | 0.55% | 0.57% | - |
| HSV(B) | 312.89º | 0.59% | 0.81% | - |
| XYZ | 36.94 | 22.91 | 45.66 | - |
| YUV | 132.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 180 | 0 | 0.59 | 0.13 | 0.19 | 312.89 | 0.55 | 0.57 |
| Hex | CE | 55 | B4 | 0 | 3B | D | 13 | 139 | 37 | 39 |
| Octal | 316 | 125 | 264 | 0 | 73 | 15 | 23 | 471 | 67 | 71 |
| Binary | 11001110 | 1010101 | 10110100 | 0 | 111011 | 1101 | 10011 | 100111001 | 110111 | 111001 |
Color Harmonies of #CE55B4
Complementary color
Monochromatic Colors of #CE55B4
Black with #CE55B4
Text Example
Text Example
White with #CE55B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55B4; }
p { color: rgb(206,85,180); }
H1.HeaderClassName
{
color: #CE55B4;
}
.AnyTagClassName
{
color: #CE55B4;
}
</style>
background-color css
<style>
a { background-color: #CE55B4; }
a { background-color: rgb(206,85,180); }
div.DivClassName
{
background-color: #CE55B4;
}
.BgClassName
{
background-color: #CE55B4;
}
</style>
border-color css
<style>
span { border-color: #CE55B4; }
span { border-color: rgb(206,85,180); }
td.TdClassName
{
border-color: #CE55B4;
}
.TagClassName
{
border-color: #CE55B4;
}
</style>