Shades of Fuchsia #CE4AB2
Tints of Fuchsia #CE4AB2
RGB
CMYK
RGB Variations
Color information
#CE4AB2 (or 0xCE4AB2) is known color: Fuchsia. HEX triplet: CE, 4A and B2. RGB value is (206,74,178). Sum of RGB (Red+Green+Blue) = 206+74+178=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AB2 is #31B54D. Grayscale: #7D7D7D. Windows color (decimal): -3257678 or 11684558. OLE color: 11684558.
HSL color Cylindrical-coordinate representation of color #CE4AB2: hue angle of 312.73º 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 #CE4AB2 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 178 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.19 |
| HSL | 312.73º | 0.57% | 0.55% | - |
| HSV(B) | 312.73º | 0.64% | 0.81% | - |
| XYZ | 35.94 | 21.23 | 44.32 | - |
| YUV | 125.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 178 | 0 | 0.64 | 0.14 | 0.19 | 312.73 | 0.57 | 0.55 |
| Hex | CE | 4A | B2 | 0 | 40 | E | 13 | 139 | 39 | 37 |
| Octal | 316 | 112 | 262 | 0 | 100 | 16 | 23 | 471 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10110010 | 0 | 1000000 | 1110 | 10011 | 100111001 | 111001 | 110111 |
Color Harmonies of #CE4AB2
Complementary color
Monochromatic Colors of #CE4AB2
Black with #CE4AB2
Text Example
Text Example
White with #CE4AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AB2; }
p { color: rgb(206,74,178); }
H1.HeaderClassName
{
color: #CE4AB2;
}
.AnyTagClassName
{
color: #CE4AB2;
}
</style>
background-color css
<style>
a { background-color: #CE4AB2; }
a { background-color: rgb(206,74,178); }
div.DivClassName
{
background-color: #CE4AB2;
}
.BgClassName
{
background-color: #CE4AB2;
}
</style>
border-color css
<style>
span { border-color: #CE4AB2; }
span { border-color: rgb(206,74,178); }
td.TdClassName
{
border-color: #CE4AB2;
}
.TagClassName
{
border-color: #CE4AB2;
}
</style>