Shades of Fuchsia #CE3AB3
Tints of Fuchsia #CE3AB3
RGB
CMYK
RGB Variations
Color information
#CE3AB3 (or 0xCE3AB3) is known color: Fuchsia. HEX triplet: CE, 3A and B3. RGB value is (206,58,179). Sum of RGB (Red+Green+Blue) = 206+58+179=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AB3 is #31C54C. Grayscale: #737373. Windows color (decimal): -3261773 or 11745998. OLE color: 11745998.
HSL color Cylindrical-coordinate representation of color #CE3AB3: hue angle of 310.95º 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 #CE3AB3 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 179 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.19 |
| HSL | 310.95º | 0.6% | 0.52% | - |
| HSV(B) | 310.95º | 0.72% | 0.81% | - |
| XYZ | 35.1 | 19.4 | 44.54 | - |
| YUV | 116.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 179 | 0 | 0.72 | 0.13 | 0.19 | 310.95 | 0.6 | 0.52 |
| Hex | CE | 3A | B3 | 0 | 48 | D | 13 | 137 | 3C | 34 |
| Octal | 316 | 72 | 263 | 0 | 110 | 15 | 23 | 467 | 74 | 64 |
| Binary | 11001110 | 111010 | 10110011 | 0 | 1001000 | 1101 | 10011 | 100110111 | 111100 | 110100 |
Color Harmonies of #CE3AB3
Complementary color
Monochromatic Colors of #CE3AB3
Black with #CE3AB3
Text Example
Text Example
White with #CE3AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AB3; }
p { color: rgb(206,58,179); }
H1.HeaderClassName
{
color: #CE3AB3;
}
.AnyTagClassName
{
color: #CE3AB3;
}
</style>
background-color css
<style>
a { background-color: #CE3AB3; }
a { background-color: rgb(206,58,179); }
div.DivClassName
{
background-color: #CE3AB3;
}
.BgClassName
{
background-color: #CE3AB3;
}
</style>
border-color css
<style>
span { border-color: #CE3AB3; }
span { border-color: rgb(206,58,179); }
td.TdClassName
{
border-color: #CE3AB3;
}
.TagClassName
{
border-color: #CE3AB3;
}
</style>