Shades of Fuchsia #CE64B0
Tints of Fuchsia #CE64B0
RGB
CMYK
RGB Variations
Color information
#CE64B0 (or 0xCE64B0) is known color: Fuchsia. HEX triplet: CE, 64 and B0. RGB value is (206,100,176). Sum of RGB (Red+Green+Blue) = 206+100+176=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE64B0 is #319B4F. Grayscale: #8C8C8C. Windows color (decimal): -3251024 or 11560142. OLE color: 11560142.
HSL color Cylindrical-coordinate representation of color #CE64B0: hue angle of 316.98º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE64B0 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 176 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.19 |
| HSL | 316.98º | 0.52% | 0.6% | - |
| HSV(B) | 316.98º | 0.51% | 0.81% | - |
| XYZ | 37.85 | 25.37 | 43.98 | - |
| YUV | 140.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 176 | 0 | 0.51 | 0.15 | 0.19 | 316.98 | 0.52 | 0.6 |
| Hex | CE | 64 | B0 | 0 | 33 | F | 13 | 13D | 34 | 3C |
| Octal | 316 | 144 | 260 | 0 | 63 | 17 | 23 | 475 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10110000 | 0 | 110011 | 1111 | 10011 | 100111101 | 110100 | 111100 |
Color Harmonies of #CE64B0
Complementary color
Monochromatic Colors of #CE64B0
Black with #CE64B0
Text Example
Text Example
White with #CE64B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64B0; }
p { color: rgb(206,100,176); }
H1.HeaderClassName
{
color: #CE64B0;
}
.AnyTagClassName
{
color: #CE64B0;
}
</style>
background-color css
<style>
a { background-color: #CE64B0; }
a { background-color: rgb(206,100,176); }
div.DivClassName
{
background-color: #CE64B0;
}
.BgClassName
{
background-color: #CE64B0;
}
</style>
border-color css
<style>
span { border-color: #CE64B0; }
span { border-color: rgb(206,100,176); }
td.TdClassName
{
border-color: #CE64B0;
}
.TagClassName
{
border-color: #CE64B0;
}
</style>