Shades of Fuchsia #CE2AB4
Tints of Fuchsia #CE2AB4
RGB
CMYK
RGB Variations
Color information
#CE2AB4 (or 0xCE2AB4) is known color: Fuchsia. HEX triplet: CE, 2A and B4. RGB value is (206,42,180). Sum of RGB (Red+Green+Blue) = 206+42+180=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AB4 is #31D54B. Grayscale: #6A6A6A. Windows color (decimal): -3265868 or 11807438. OLE color: 11807438.
HSL color Cylindrical-coordinate representation of color #CE2AB4: hue angle of 309.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2AB4 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 180 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.19 |
| HSL | 309.51º | 0.66% | 0.49% | - |
| HSV(B) | 309.51º | 0.8% | 0.81% | - |
| XYZ | 34.52 | 18.07 | 44.85 | - |
| YUV | 106.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 180 | 0 | 0.80 | 0.13 | 0.19 | 309.51 | 0.66 | 0.49 |
| Hex | CE | 2A | B4 | 0 | 50 | D | 13 | 136 | 42 | 31 |
| Octal | 316 | 52 | 264 | 0 | 120 | 15 | 23 | 466 | 102 | 61 |
| Binary | 11001110 | 101010 | 10110100 | 0 | 1010000 | 1101 | 10011 | 100110110 | 1000010 | 110001 |
Color Harmonies of #CE2AB4
Complementary color
Monochromatic Colors of #CE2AB4
Black with #CE2AB4
Text Example
Text Example
White with #CE2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AB4; }
p { color: rgb(206,42,180); }
H1.HeaderClassName
{
color: #CE2AB4;
}
.AnyTagClassName
{
color: #CE2AB4;
}
</style>
background-color css
<style>
a { background-color: #CE2AB4; }
a { background-color: rgb(206,42,180); }
div.DivClassName
{
background-color: #CE2AB4;
}
.BgClassName
{
background-color: #CE2AB4;
}
</style>
border-color css
<style>
span { border-color: #CE2AB4; }
span { border-color: rgb(206,42,180); }
td.TdClassName
{
border-color: #CE2AB4;
}
.TagClassName
{
border-color: #CE2AB4;
}
</style>