Shades of Fuchsia #CE4AB1
Tints of Fuchsia #CE4AB1
RGB
CMYK
RGB Variations
Color information
#CE4AB1 (or 0xCE4AB1) is known color: Fuchsia. HEX triplet: CE, 4A and B1. RGB value is (206,74,177). Sum of RGB (Red+Green+Blue) = 206+74+177=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AB1 is #31B54E. Grayscale: #7C7C7C. Windows color (decimal): -3257679 or 11619022. OLE color: 11619022.
HSL color Cylindrical-coordinate representation of color #CE4AB1: hue angle of 313.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4AB1 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 177 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.19 |
| HSL | 313.18º | 0.57% | 0.55% | - |
| HSV(B) | 313.18º | 0.64% | 0.81% | - |
| XYZ | 35.84 | 21.19 | 43.8 | - |
| YUV | 125.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 177 | 0 | 0.64 | 0.14 | 0.19 | 313.18 | 0.57 | 0.55 |
| Hex | CE | 4A | B1 | 0 | 40 | E | 13 | 139 | 39 | 37 |
| Octal | 316 | 112 | 261 | 0 | 100 | 16 | 23 | 471 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10110001 | 0 | 1000000 | 1110 | 10011 | 100111001 | 111001 | 110111 |
Color Harmonies of #CE4AB1
Complementary color
Monochromatic Colors of #CE4AB1
Black with #CE4AB1
Text Example
Text Example
White with #CE4AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AB1; }
p { color: rgb(206,74,177); }
H1.HeaderClassName
{
color: #CE4AB1;
}
.AnyTagClassName
{
color: #CE4AB1;
}
</style>
background-color css
<style>
a { background-color: #CE4AB1; }
a { background-color: rgb(206,74,177); }
div.DivClassName
{
background-color: #CE4AB1;
}
.BgClassName
{
background-color: #CE4AB1;
}
</style>
border-color css
<style>
span { border-color: #CE4AB1; }
span { border-color: rgb(206,74,177); }
td.TdClassName
{
border-color: #CE4AB1;
}
.TagClassName
{
border-color: #CE4AB1;
}
</style>