Shades of Fuchsia #CE2ABE
Tints of Fuchsia #CE2ABE
RGB
CMYK
RGB Variations
Color information
#CE2ABE (or 0xCE2ABE) is known color: Fuchsia. HEX triplet: CE, 2A and BE. RGB value is (206,42,190). Sum of RGB (Red+Green+Blue) = 206+42+190=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ABE is #31D541. Grayscale: #6B6B6B. Windows color (decimal): -3265858 or 12462798. OLE color: 12462798.
HSL color Cylindrical-coordinate representation of color #CE2ABE: hue angle of 305.85º 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 #CE2ABE is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 190 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.19 |
| HSL | 305.85º | 0.66% | 0.49% | - |
| HSV(B) | 305.85º | 0.8% | 0.81% | - |
| XYZ | 35.58 | 18.5 | 50.41 | - |
| YUV | 107.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 190 | 0 | 0.80 | 0.08 | 0.19 | 305.85 | 0.66 | 0.49 |
| Hex | CE | 2A | BE | 0 | 50 | 8 | 13 | 132 | 42 | 31 |
| Octal | 316 | 52 | 276 | 0 | 120 | 10 | 23 | 462 | 102 | 61 |
| Binary | 11001110 | 101010 | 10111110 | 0 | 1010000 | 1000 | 10011 | 100110010 | 1000010 | 110001 |
Color Harmonies of #CE2ABE
Complementary color
Monochromatic Colors of #CE2ABE
Black with #CE2ABE
Text Example
Text Example
White with #CE2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ABE; }
p { color: rgb(206,42,190); }
H1.HeaderClassName
{
color: #CE2ABE;
}
.AnyTagClassName
{
color: #CE2ABE;
}
</style>
background-color css
<style>
a { background-color: #CE2ABE; }
a { background-color: rgb(206,42,190); }
div.DivClassName
{
background-color: #CE2ABE;
}
.BgClassName
{
background-color: #CE2ABE;
}
</style>
border-color css
<style>
span { border-color: #CE2ABE; }
span { border-color: rgb(206,42,190); }
td.TdClassName
{
border-color: #CE2ABE;
}
.TagClassName
{
border-color: #CE2ABE;
}
</style>