Shades of Fuchsia #CE63C7
Tints of Fuchsia #CE63C7
RGB
CMYK
RGB Variations
Color information
#CE63C7 (or 0xCE63C7) is known color: Fuchsia. HEX triplet: CE, 63 and C7. RGB value is (206,99,199). Sum of RGB (Red+Green+Blue) = 206+99+199=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63C7 is #319C38. Grayscale: #8E8E8E. Windows color (decimal): -3251257 or 13067214. OLE color: 13067214.
HSL color Cylindrical-coordinate representation of color #CE63C7: hue angle of 303.93º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE63C7 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 199 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.19 |
| HSL | 303.93º | 0.52% | 0.6% | - |
| HSV(B) | 303.93º | 0.52% | 0.81% | - |
| XYZ | 40.22 | 26.17 | 56.96 | - |
| YUV | 142.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 199 | 0 | 0.52 | 0.03 | 0.19 | 303.93 | 0.52 | 0.6 |
| Hex | CE | 63 | C7 | 0 | 34 | 3 | 13 | 130 | 34 | 3C |
| Octal | 316 | 143 | 307 | 0 | 64 | 3 | 23 | 460 | 64 | 74 |
| Binary | 11001110 | 1100011 | 11000111 | 0 | 110100 | 11 | 10011 | 100110000 | 110100 | 111100 |
Color Harmonies of #CE63C7
Complementary color
Monochromatic Colors of #CE63C7
Black with #CE63C7
Text Example
Text Example
White with #CE63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63C7; }
p { color: rgb(206,99,199); }
H1.HeaderClassName
{
color: #CE63C7;
}
.AnyTagClassName
{
color: #CE63C7;
}
</style>
background-color css
<style>
a { background-color: #CE63C7; }
a { background-color: rgb(206,99,199); }
div.DivClassName
{
background-color: #CE63C7;
}
.BgClassName
{
background-color: #CE63C7;
}
</style>
border-color css
<style>
span { border-color: #CE63C7; }
span { border-color: rgb(206,99,199); }
td.TdClassName
{
border-color: #CE63C7;
}
.TagClassName
{
border-color: #CE63C7;
}
</style>