Shades of Fuchsia #CE3ABB
Tints of Fuchsia #CE3ABB
RGB
CMYK
RGB Variations
Color information
#CE3ABB (or 0xCE3ABB) is known color: Fuchsia. HEX triplet: CE, 3A and BB. RGB value is (206,58,187). Sum of RGB (Red+Green+Blue) = 206+58+187=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ABB is #31C544. Grayscale: #747474. Windows color (decimal): -3261765 or 12270286. OLE color: 12270286.
HSL color Cylindrical-coordinate representation of color #CE3ABB: hue angle of 307.7º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3ABB is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 187 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.19 |
| HSL | 307.7º | 0.6% | 0.52% | - |
| HSV(B) | 307.7º | 0.72% | 0.81% | - |
| XYZ | 35.94 | 19.74 | 48.93 | - |
| YUV | 116.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 187 | 0 | 0.72 | 0.09 | 0.19 | 307.7 | 0.6 | 0.52 |
| Hex | CE | 3A | BB | 0 | 48 | 9 | 13 | 134 | 3C | 34 |
| Octal | 316 | 72 | 273 | 0 | 110 | 11 | 23 | 464 | 74 | 64 |
| Binary | 11001110 | 111010 | 10111011 | 0 | 1001000 | 1001 | 10011 | 100110100 | 111100 | 110100 |
Color Harmonies of #CE3ABB
Complementary color
Monochromatic Colors of #CE3ABB
Black with #CE3ABB
Text Example
Text Example
White with #CE3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ABB; }
p { color: rgb(206,58,187); }
H1.HeaderClassName
{
color: #CE3ABB;
}
.AnyTagClassName
{
color: #CE3ABB;
}
</style>
background-color css
<style>
a { background-color: #CE3ABB; }
a { background-color: rgb(206,58,187); }
div.DivClassName
{
background-color: #CE3ABB;
}
.BgClassName
{
background-color: #CE3ABB;
}
</style>
border-color css
<style>
span { border-color: #CE3ABB; }
span { border-color: rgb(206,58,187); }
td.TdClassName
{
border-color: #CE3ABB;
}
.TagClassName
{
border-color: #CE3ABB;
}
</style>