Shades of Fuchsia #CE64B6
Tints of Fuchsia #CE64B6
RGB
CMYK
RGB Variations
Color information
#CE64B6 (or 0xCE64B6) is known color: Fuchsia. HEX triplet: CE, 64 and B6. RGB value is (206,100,182). Sum of RGB (Red+Green+Blue) = 206+100+182=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64B6 is #319B49. Grayscale: #8C8C8C. Windows color (decimal): -3251018 or 11953358. OLE color: 11953358.
HSL color Cylindrical-coordinate representation of color #CE64B6: hue angle of 313.58º 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 #CE64B6 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 182 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.19 |
| HSL | 313.58º | 0.52% | 0.6% | - |
| HSV(B) | 313.58º | 0.51% | 0.81% | - |
| XYZ | 38.45 | 25.61 | 47.17 | - |
| YUV | 141.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 182 | 0 | 0.51 | 0.12 | 0.19 | 313.58 | 0.52 | 0.6 |
| Hex | CE | 64 | B6 | 0 | 33 | C | 13 | 13A | 34 | 3C |
| Octal | 316 | 144 | 266 | 0 | 63 | 14 | 23 | 472 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10110110 | 0 | 110011 | 1100 | 10011 | 100111010 | 110100 | 111100 |
Color Harmonies of #CE64B6
Complementary color
Monochromatic Colors of #CE64B6
Black with #CE64B6
Text Example
Text Example
White with #CE64B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64B6; }
p { color: rgb(206,100,182); }
H1.HeaderClassName
{
color: #CE64B6;
}
.AnyTagClassName
{
color: #CE64B6;
}
</style>
background-color css
<style>
a { background-color: #CE64B6; }
a { background-color: rgb(206,100,182); }
div.DivClassName
{
background-color: #CE64B6;
}
.BgClassName
{
background-color: #CE64B6;
}
</style>
border-color css
<style>
span { border-color: #CE64B6; }
span { border-color: rgb(206,100,182); }
td.TdClassName
{
border-color: #CE64B6;
}
.TagClassName
{
border-color: #CE64B6;
}
</style>