Shades of Fuchsia #CE62C5
Tints of Fuchsia #CE62C5
RGB
CMYK
RGB Variations
Color information
#CE62C5 (or 0xCE62C5) is known color: Fuchsia. HEX triplet: CE, 62 and C5. RGB value is (206,98,197). Sum of RGB (Red+Green+Blue) = 206+98+197=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62C5 is #319D3A. Grayscale: #8D8D8D. Windows color (decimal): -3251515 or 12935886. OLE color: 12935886.
HSL color Cylindrical-coordinate representation of color #CE62C5: hue angle of 305º 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 #CE62C5 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 197 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.19 |
| HSL | 305º | 0.52% | 0.6% | - |
| HSV(B) | 305º | 0.52% | 0.81% | - |
| XYZ | 39.9 | 25.89 | 55.72 | - |
| YUV | 141.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 197 | 0 | 0.52 | 0.04 | 0.19 | 305 | 0.52 | 0.6 |
| Hex | CE | 62 | C5 | 0 | 34 | 4 | 13 | 131 | 34 | 3C |
| Octal | 316 | 142 | 305 | 0 | 64 | 4 | 23 | 461 | 64 | 74 |
| Binary | 11001110 | 1100010 | 11000101 | 0 | 110100 | 100 | 10011 | 100110001 | 110100 | 111100 |
Color Harmonies of #CE62C5
Complementary color
Monochromatic Colors of #CE62C5
Black with #CE62C5
Text Example
Text Example
White with #CE62C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62C5; }
p { color: rgb(206,98,197); }
H1.HeaderClassName
{
color: #CE62C5;
}
.AnyTagClassName
{
color: #CE62C5;
}
</style>
background-color css
<style>
a { background-color: #CE62C5; }
a { background-color: rgb(206,98,197); }
div.DivClassName
{
background-color: #CE62C5;
}
.BgClassName
{
background-color: #CE62C5;
}
</style>
border-color css
<style>
span { border-color: #CE62C5; }
span { border-color: rgb(206,98,197); }
td.TdClassName
{
border-color: #CE62C5;
}
.TagClassName
{
border-color: #CE62C5;
}
</style>