Shades of Fuchsia #CE62C7
Tints of Fuchsia #CE62C7
RGB
CMYK
RGB Variations
Color information
#CE62C7 (or 0xCE62C7) is known color: Fuchsia. HEX triplet: CE, 62 and C7. RGB value is (206,98,199). Sum of RGB (Red+Green+Blue) = 206+98+199=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62C7 is #319D38. Grayscale: #8D8D8D. Windows color (decimal): -3251513 or 13066958. OLE color: 13066958.
HSL color Cylindrical-coordinate representation of color #CE62C7: hue angle of 303.89º 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 #CE62C7 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 199 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.19 |
| HSL | 303.89º | 0.52% | 0.6% | - |
| HSV(B) | 303.89º | 0.52% | 0.81% | - |
| XYZ | 40.13 | 25.98 | 56.93 | - |
| YUV | 141.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 199 | 0 | 0.52 | 0.03 | 0.19 | 303.89 | 0.52 | 0.6 |
| Hex | CE | 62 | C7 | 0 | 34 | 3 | 13 | 130 | 34 | 3C |
| Octal | 316 | 142 | 307 | 0 | 64 | 3 | 23 | 460 | 64 | 74 |
| Binary | 11001110 | 1100010 | 11000111 | 0 | 110100 | 11 | 10011 | 100110000 | 110100 | 111100 |
Color Harmonies of #CE62C7
Complementary color
Monochromatic Colors of #CE62C7
Black with #CE62C7
Text Example
Text Example
White with #CE62C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62C7; }
p { color: rgb(206,98,199); }
H1.HeaderClassName
{
color: #CE62C7;
}
.AnyTagClassName
{
color: #CE62C7;
}
</style>
background-color css
<style>
a { background-color: #CE62C7; }
a { background-color: rgb(206,98,199); }
div.DivClassName
{
background-color: #CE62C7;
}
.BgClassName
{
background-color: #CE62C7;
}
</style>
border-color css
<style>
span { border-color: #CE62C7; }
span { border-color: rgb(206,98,199); }
td.TdClassName
{
border-color: #CE62C7;
}
.TagClassName
{
border-color: #CE62C7;
}
</style>