Shades of Fuchsia #CE53B0
Tints of Fuchsia #CE53B0
RGB
CMYK
RGB Variations
Color information
#CE53B0 (or 0xCE53B0) is known color: Fuchsia. HEX triplet: CE, 53 and B0. RGB value is (206,83,176). Sum of RGB (Red+Green+Blue) = 206+83+176=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE53B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE53B0 is #31AC4F. Grayscale: #828282. Windows color (decimal): -3255376 or 11555790. OLE color: 11555790.
HSL color Cylindrical-coordinate representation of color #CE53B0: hue angle of 314.63º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE53B0 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 176 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.19 |
| HSL | 314.63º | 0.56% | 0.57% | - |
| HSV(B) | 314.63º | 0.6% | 0.81% | - |
| XYZ | 36.38 | 22.44 | 43.49 | - |
| YUV | 130.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 176 | 0 | 0.60 | 0.15 | 0.19 | 314.63 | 0.56 | 0.57 |
| Hex | CE | 53 | B0 | 0 | 3C | F | 13 | 13B | 38 | 39 |
| Octal | 316 | 123 | 260 | 0 | 74 | 17 | 23 | 473 | 70 | 71 |
| Binary | 11001110 | 1010011 | 10110000 | 0 | 111100 | 1111 | 10011 | 100111011 | 111000 | 111001 |
Color Harmonies of #CE53B0
Complementary color
Monochromatic Colors of #CE53B0
Black with #CE53B0
Text Example
Text Example
White with #CE53B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53B0; }
p { color: rgb(206,83,176); }
H1.HeaderClassName
{
color: #CE53B0;
}
.AnyTagClassName
{
color: #CE53B0;
}
</style>
background-color css
<style>
a { background-color: #CE53B0; }
a { background-color: rgb(206,83,176); }
div.DivClassName
{
background-color: #CE53B0;
}
.BgClassName
{
background-color: #CE53B0;
}
</style>
border-color css
<style>
span { border-color: #CE53B0; }
span { border-color: rgb(206,83,176); }
td.TdClassName
{
border-color: #CE53B0;
}
.TagClassName
{
border-color: #CE53B0;
}
</style>