Shades of Fuchsia #CE63C4
Tints of Fuchsia #CE63C4
RGB
CMYK
RGB Variations
Color information
#CE63C4 (or 0xCE63C4) is known color: Fuchsia. HEX triplet: CE, 63 and C4. RGB value is (206,99,196). Sum of RGB (Red+Green+Blue) = 206+99+196=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63C4 is #319C3B. Grayscale: #8D8D8D. Windows color (decimal): -3251260 or 12870606. OLE color: 12870606.
HSL color Cylindrical-coordinate representation of color #CE63C4: hue angle of 305.61º 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 #CE63C4 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 196 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.19 |
| HSL | 305.61º | 0.52% | 0.6% | - |
| HSV(B) | 305.61º | 0.52% | 0.81% | - |
| XYZ | 39.88 | 26.03 | 55.15 | - |
| YUV | 142.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 196 | 0 | 0.52 | 0.05 | 0.19 | 305.61 | 0.52 | 0.6 |
| Hex | CE | 63 | C4 | 0 | 34 | 5 | 13 | 132 | 34 | 3C |
| Octal | 316 | 143 | 304 | 0 | 64 | 5 | 23 | 462 | 64 | 74 |
| Binary | 11001110 | 1100011 | 11000100 | 0 | 110100 | 101 | 10011 | 100110010 | 110100 | 111100 |
Color Harmonies of #CE63C4
Complementary color
Monochromatic Colors of #CE63C4
Black with #CE63C4
Text Example
Text Example
White with #CE63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE63C4; }
p { color: rgb(206,99,196); }
H1.HeaderClassName
{
color: #CE63C4;
}
.AnyTagClassName
{
color: #CE63C4;
}
</style>
background-color css
<style>
a { background-color: #CE63C4; }
a { background-color: rgb(206,99,196); }
div.DivClassName
{
background-color: #CE63C4;
}
.BgClassName
{
background-color: #CE63C4;
}
</style>
border-color css
<style>
span { border-color: #CE63C4; }
span { border-color: rgb(206,99,196); }
td.TdClassName
{
border-color: #CE63C4;
}
.TagClassName
{
border-color: #CE63C4;
}
</style>