Shades of Fuchsia #CE2AB9
Tints of Fuchsia #CE2AB9
RGB
CMYK
RGB Variations
Color information
#CE2AB9 (or 0xCE2AB9) is known color: Fuchsia. HEX triplet: CE, 2A and B9. RGB value is (206,42,185). Sum of RGB (Red+Green+Blue) = 206+42+185=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AB9 is #31D546. Grayscale: #6A6A6A. Windows color (decimal): -3265863 or 12135118. OLE color: 12135118.
HSL color Cylindrical-coordinate representation of color #CE2AB9: hue angle of 307.68º 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 #CE2AB9 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 185 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.19 |
| HSL | 307.68º | 0.66% | 0.49% | - |
| HSV(B) | 307.68º | 0.8% | 0.81% | - |
| XYZ | 35.04 | 18.28 | 47.58 | - |
| YUV | 107.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 185 | 0 | 0.80 | 0.10 | 0.19 | 307.68 | 0.66 | 0.49 |
| Hex | CE | 2A | B9 | 0 | 50 | A | 13 | 134 | 42 | 31 |
| Octal | 316 | 52 | 271 | 0 | 120 | 12 | 23 | 464 | 102 | 61 |
| Binary | 11001110 | 101010 | 10111001 | 0 | 1010000 | 1010 | 10011 | 100110100 | 1000010 | 110001 |
Color Harmonies of #CE2AB9
Complementary color
Monochromatic Colors of #CE2AB9
Black with #CE2AB9
Text Example
Text Example
White with #CE2AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AB9; }
p { color: rgb(206,42,185); }
H1.HeaderClassName
{
color: #CE2AB9;
}
.AnyTagClassName
{
color: #CE2AB9;
}
</style>
background-color css
<style>
a { background-color: #CE2AB9; }
a { background-color: rgb(206,42,185); }
div.DivClassName
{
background-color: #CE2AB9;
}
.BgClassName
{
background-color: #CE2AB9;
}
</style>
border-color css
<style>
span { border-color: #CE2AB9; }
span { border-color: rgb(206,42,185); }
td.TdClassName
{
border-color: #CE2AB9;
}
.TagClassName
{
border-color: #CE2AB9;
}
</style>