Shades of Fuchsia #CE2AB7
Tints of Fuchsia #CE2AB7
RGB
CMYK
RGB Variations
Color information
#CE2AB7 (or 0xCE2AB7) is known color: Fuchsia. HEX triplet: CE, 2A and B7. RGB value is (206,42,183). Sum of RGB (Red+Green+Blue) = 206+42+183=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AB7 is #31D548. Grayscale: #6A6A6A. Windows color (decimal): -3265865 or 12004046. OLE color: 12004046.
HSL color Cylindrical-coordinate representation of color #CE2AB7: hue angle of 308.41º 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 #CE2AB7 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 183 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.19 |
| HSL | 308.41º | 0.66% | 0.49% | - |
| HSV(B) | 308.41º | 0.8% | 0.81% | - |
| XYZ | 34.83 | 18.2 | 46.48 | - |
| YUV | 107.11 | 170.83 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 183 | 0 | 0.80 | 0.11 | 0.19 | 308.41 | 0.66 | 0.49 |
| Hex | CE | 2A | B7 | 0 | 50 | B | 13 | 134 | 42 | 31 |
| Octal | 316 | 52 | 267 | 0 | 120 | 13 | 23 | 464 | 102 | 61 |
| Binary | 11001110 | 101010 | 10110111 | 0 | 1010000 | 1011 | 10011 | 100110100 | 1000010 | 110001 |
Color Harmonies of #CE2AB7
Complementary color
Monochromatic Colors of #CE2AB7
Black with #CE2AB7
Text Example
Text Example
White with #CE2AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AB7; }
p { color: rgb(206,42,183); }
H1.HeaderClassName
{
color: #CE2AB7;
}
.AnyTagClassName
{
color: #CE2AB7;
}
</style>
background-color css
<style>
a { background-color: #CE2AB7; }
a { background-color: rgb(206,42,183); }
div.DivClassName
{
background-color: #CE2AB7;
}
.BgClassName
{
background-color: #CE2AB7;
}
</style>
border-color css
<style>
span { border-color: #CE2AB7; }
span { border-color: rgb(206,42,183); }
td.TdClassName
{
border-color: #CE2AB7;
}
.TagClassName
{
border-color: #CE2AB7;
}
</style>