Shades of Fuchsia #CE62C9
Tints of Fuchsia #CE62C9
RGB
CMYK
RGB Variations
Color information
#CE62C9 (or 0xCE62C9) is known color: Fuchsia. HEX triplet: CE, 62 and C9. RGB value is (206,98,201). Sum of RGB (Red+Green+Blue) = 206+98+201=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62C9 is #319D36. Grayscale: #8D8D8D. Windows color (decimal): -3251511 or 13198030. OLE color: 13198030.
HSL color Cylindrical-coordinate representation of color #CE62C9: hue angle of 302.78º 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 #CE62C9 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 201 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.19 |
| HSL | 302.78º | 0.52% | 0.6% | - |
| HSV(B) | 302.78º | 0.52% | 0.81% | - |
| XYZ | 40.36 | 26.07 | 58.16 | - |
| YUV | 142.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 201 | 0 | 0.52 | 0.02 | 0.19 | 302.78 | 0.52 | 0.6 |
| Hex | CE | 62 | C9 | 0 | 34 | 2 | 13 | 12F | 34 | 3C |
| Octal | 316 | 142 | 311 | 0 | 64 | 2 | 23 | 457 | 64 | 74 |
| Binary | 11001110 | 1100010 | 11001001 | 0 | 110100 | 10 | 10011 | 100101111 | 110100 | 111100 |
Color Harmonies of #CE62C9
Complementary color
Monochromatic Colors of #CE62C9
Black with #CE62C9
Text Example
Text Example
White with #CE62C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62C9; }
p { color: rgb(206,98,201); }
H1.HeaderClassName
{
color: #CE62C9;
}
.AnyTagClassName
{
color: #CE62C9;
}
</style>
background-color css
<style>
a { background-color: #CE62C9; }
a { background-color: rgb(206,98,201); }
div.DivClassName
{
background-color: #CE62C9;
}
.BgClassName
{
background-color: #CE62C9;
}
</style>
border-color css
<style>
span { border-color: #CE62C9; }
span { border-color: rgb(206,98,201); }
td.TdClassName
{
border-color: #CE62C9;
}
.TagClassName
{
border-color: #CE62C9;
}
</style>