Shades of Fuchsia #CE64C7
Tints of Fuchsia #CE64C7
RGB
CMYK
RGB Variations
Color information
#CE64C7 (or 0xCE64C7) is known color: Fuchsia. HEX triplet: CE, 64 and C7. RGB value is (206,100,199). Sum of RGB (Red+Green+Blue) = 206+100+199=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64C7 is #319B38. Grayscale: #8E8E8E. Windows color (decimal): -3251001 or 13067470. OLE color: 13067470.
HSL color Cylindrical-coordinate representation of color #CE64C7: hue angle of 303.96º 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 #CE64C7 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 199 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.19 |
| HSL | 303.96º | 0.52% | 0.6% | - |
| HSV(B) | 303.96º | 0.51% | 0.81% | - |
| XYZ | 40.32 | 26.36 | 57 | - |
| YUV | 142.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 199 | 0 | 0.51 | 0.03 | 0.19 | 303.96 | 0.52 | 0.6 |
| Hex | CE | 64 | C7 | 0 | 33 | 3 | 13 | 130 | 34 | 3C |
| Octal | 316 | 144 | 307 | 0 | 63 | 3 | 23 | 460 | 64 | 74 |
| Binary | 11001110 | 1100100 | 11000111 | 0 | 110011 | 11 | 10011 | 100110000 | 110100 | 111100 |
Color Harmonies of #CE64C7
Complementary color
Monochromatic Colors of #CE64C7
Black with #CE64C7
Text Example
Text Example
White with #CE64C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64C7; }
p { color: rgb(206,100,199); }
H1.HeaderClassName
{
color: #CE64C7;
}
.AnyTagClassName
{
color: #CE64C7;
}
</style>
background-color css
<style>
a { background-color: #CE64C7; }
a { background-color: rgb(206,100,199); }
div.DivClassName
{
background-color: #CE64C7;
}
.BgClassName
{
background-color: #CE64C7;
}
</style>
border-color css
<style>
span { border-color: #CE64C7; }
span { border-color: rgb(206,100,199); }
td.TdClassName
{
border-color: #CE64C7;
}
.TagClassName
{
border-color: #CE64C7;
}
</style>