Shades of Fuchsia #CE64B2
Tints of Fuchsia #CE64B2
RGB
CMYK
RGB Variations
Color information
#CE64B2 (or 0xCE64B2) is known color: Fuchsia. HEX triplet: CE, 64 and B2. RGB value is (206,100,178). Sum of RGB (Red+Green+Blue) = 206+100+178=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE64B2 is #319B4D. Grayscale: #8C8C8C. Windows color (decimal): -3251022 or 11691214. OLE color: 11691214.
HSL color Cylindrical-coordinate representation of color #CE64B2: hue angle of 315.85º 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 #CE64B2 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 178 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.19 |
| HSL | 315.85º | 0.52% | 0.6% | - |
| HSV(B) | 315.85º | 0.51% | 0.81% | - |
| XYZ | 38.05 | 25.45 | 45.03 | - |
| YUV | 140.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 178 | 0 | 0.51 | 0.14 | 0.19 | 315.85 | 0.52 | 0.6 |
| Hex | CE | 64 | B2 | 0 | 33 | E | 13 | 13C | 34 | 3C |
| Octal | 316 | 144 | 262 | 0 | 63 | 16 | 23 | 474 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10110010 | 0 | 110011 | 1110 | 10011 | 100111100 | 110100 | 111100 |
Color Harmonies of #CE64B2
Complementary color
Monochromatic Colors of #CE64B2
Black with #CE64B2
Text Example
Text Example
White with #CE64B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64B2; }
p { color: rgb(206,100,178); }
H1.HeaderClassName
{
color: #CE64B2;
}
.AnyTagClassName
{
color: #CE64B2;
}
</style>
background-color css
<style>
a { background-color: #CE64B2; }
a { background-color: rgb(206,100,178); }
div.DivClassName
{
background-color: #CE64B2;
}
.BgClassName
{
background-color: #CE64B2;
}
</style>
border-color css
<style>
span { border-color: #CE64B2; }
span { border-color: rgb(206,100,178); }
td.TdClassName
{
border-color: #CE64B2;
}
.TagClassName
{
border-color: #CE64B2;
}
</style>