Shades of Fuchsia #CE64B5
Tints of Fuchsia #CE64B5
RGB
CMYK
RGB Variations
Color information
#CE64B5 (or 0xCE64B5) is known color: Fuchsia. HEX triplet: CE, 64 and B5. RGB value is (206,100,181). Sum of RGB (Red+Green+Blue) = 206+100+181=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64B5 is #319B4A. Grayscale: #8C8C8C. Windows color (decimal): -3251019 or 11887822. OLE color: 11887822.
HSL color Cylindrical-coordinate representation of color #CE64B5: hue angle of 314.15º 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 #CE64B5 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 181 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.19 |
| HSL | 314.15º | 0.52% | 0.6% | - |
| HSV(B) | 314.15º | 0.51% | 0.81% | - |
| XYZ | 38.35 | 25.57 | 46.63 | - |
| YUV | 140.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 181 | 0 | 0.51 | 0.12 | 0.19 | 314.15 | 0.52 | 0.6 |
| Hex | CE | 64 | B5 | 0 | 33 | C | 13 | 13A | 34 | 3C |
| Octal | 316 | 144 | 265 | 0 | 63 | 14 | 23 | 472 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10110101 | 0 | 110011 | 1100 | 10011 | 100111010 | 110100 | 111100 |
Color Harmonies of #CE64B5
Complementary color
Monochromatic Colors of #CE64B5
Black with #CE64B5
Text Example
Text Example
White with #CE64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64B5; }
p { color: rgb(206,100,181); }
H1.HeaderClassName
{
color: #CE64B5;
}
.AnyTagClassName
{
color: #CE64B5;
}
</style>
background-color css
<style>
a { background-color: #CE64B5; }
a { background-color: rgb(206,100,181); }
div.DivClassName
{
background-color: #CE64B5;
}
.BgClassName
{
background-color: #CE64B5;
}
</style>
border-color css
<style>
span { border-color: #CE64B5; }
span { border-color: rgb(206,100,181); }
td.TdClassName
{
border-color: #CE64B5;
}
.TagClassName
{
border-color: #CE64B5;
}
</style>