Shades of Fuchsia #CE64B3
Tints of Fuchsia #CE64B3
RGB
CMYK
RGB Variations
Color information
#CE64B3 (or 0xCE64B3) is known color: Fuchsia. HEX triplet: CE, 64 and B3. RGB value is (206,100,179). Sum of RGB (Red+Green+Blue) = 206+100+179=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64B3 is #319B4C. Grayscale: #8C8C8C. Windows color (decimal): -3251021 or 11756750. OLE color: 11756750.
HSL color Cylindrical-coordinate representation of color #CE64B3: hue angle of 315.28º 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 #CE64B3 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 179 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.19 |
| HSL | 315.28º | 0.52% | 0.6% | - |
| HSV(B) | 315.28º | 0.51% | 0.81% | - |
| XYZ | 38.15 | 25.49 | 45.56 | - |
| YUV | 140.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 179 | 0 | 0.51 | 0.13 | 0.19 | 315.28 | 0.52 | 0.6 |
| Hex | CE | 64 | B3 | 0 | 33 | D | 13 | 13B | 34 | 3C |
| Octal | 316 | 144 | 263 | 0 | 63 | 15 | 23 | 473 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10110011 | 0 | 110011 | 1101 | 10011 | 100111011 | 110100 | 111100 |
Color Harmonies of #CE64B3
Complementary color
Monochromatic Colors of #CE64B3
Black with #CE64B3
Text Example
Text Example
White with #CE64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64B3; }
p { color: rgb(206,100,179); }
H1.HeaderClassName
{
color: #CE64B3;
}
.AnyTagClassName
{
color: #CE64B3;
}
</style>
background-color css
<style>
a { background-color: #CE64B3; }
a { background-color: rgb(206,100,179); }
div.DivClassName
{
background-color: #CE64B3;
}
.BgClassName
{
background-color: #CE64B3;
}
</style>
border-color css
<style>
span { border-color: #CE64B3; }
span { border-color: rgb(206,100,179); }
td.TdClassName
{
border-color: #CE64B3;
}
.TagClassName
{
border-color: #CE64B3;
}
</style>