Shades of Fuchsia #CE2ABA
Tints of Fuchsia #CE2ABA
RGB
CMYK
RGB Variations
Color information
#CE2ABA (or 0xCE2ABA) is known color: Fuchsia. HEX triplet: CE, 2A and BA. RGB value is (206,42,186). Sum of RGB (Red+Green+Blue) = 206+42+186=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ABA is #31D545. Grayscale: #6B6B6B. Windows color (decimal): -3265862 or 12200654. OLE color: 12200654.
HSL color Cylindrical-coordinate representation of color #CE2ABA: hue angle of 307.32º 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 #CE2ABA is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 186 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.19 |
| HSL | 307.32º | 0.66% | 0.49% | - |
| HSV(B) | 307.32º | 0.8% | 0.81% | - |
| XYZ | 35.14 | 18.32 | 48.14 | - |
| YUV | 107.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 186 | 0 | 0.80 | 0.10 | 0.19 | 307.32 | 0.66 | 0.49 |
| Hex | CE | 2A | BA | 0 | 50 | A | 13 | 133 | 42 | 31 |
| Octal | 316 | 52 | 272 | 0 | 120 | 12 | 23 | 463 | 102 | 61 |
| Binary | 11001110 | 101010 | 10111010 | 0 | 1010000 | 1010 | 10011 | 100110011 | 1000010 | 110001 |
Color Harmonies of #CE2ABA
Complementary color
Monochromatic Colors of #CE2ABA
Black with #CE2ABA
Text Example
Text Example
White with #CE2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ABA; }
p { color: rgb(206,42,186); }
H1.HeaderClassName
{
color: #CE2ABA;
}
.AnyTagClassName
{
color: #CE2ABA;
}
</style>
background-color css
<style>
a { background-color: #CE2ABA; }
a { background-color: rgb(206,42,186); }
div.DivClassName
{
background-color: #CE2ABA;
}
.BgClassName
{
background-color: #CE2ABA;
}
</style>
border-color css
<style>
span { border-color: #CE2ABA; }
span { border-color: rgb(206,42,186); }
td.TdClassName
{
border-color: #CE2ABA;
}
.TagClassName
{
border-color: #CE2ABA;
}
</style>