Shades of Fuchsia #CE62C1
Tints of Fuchsia #CE62C1
RGB
CMYK
RGB Variations
Color information
#CE62C1 (or 0xCE62C1) is known color: Fuchsia. HEX triplet: CE, 62 and C1. RGB value is (206,98,193). Sum of RGB (Red+Green+Blue) = 206+98+193=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE62C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62C1 is #319D3E. Grayscale: #8C8C8C. Windows color (decimal): -3251519 or 12673742. OLE color: 12673742.
HSL color Cylindrical-coordinate representation of color #CE62C1: hue angle of 307.22º 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 #CE62C1 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 193 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.19 |
| HSL | 307.22º | 0.52% | 0.6% | - |
| HSV(B) | 307.22º | 0.52% | 0.81% | - |
| XYZ | 39.45 | 25.71 | 53.34 | - |
| YUV | 141.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 193 | 0 | 0.52 | 0.06 | 0.19 | 307.22 | 0.52 | 0.6 |
| Hex | CE | 62 | C1 | 0 | 34 | 6 | 13 | 133 | 34 | 3C |
| Octal | 316 | 142 | 301 | 0 | 64 | 6 | 23 | 463 | 64 | 74 |
| Binary | 11001110 | 1100010 | 11000001 | 0 | 110100 | 110 | 10011 | 100110011 | 110100 | 111100 |
Color Harmonies of #CE62C1
Complementary color
Monochromatic Colors of #CE62C1
Black with #CE62C1
Text Example
Text Example
White with #CE62C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62C1; }
p { color: rgb(206,98,193); }
H1.HeaderClassName
{
color: #CE62C1;
}
.AnyTagClassName
{
color: #CE62C1;
}
</style>
background-color css
<style>
a { background-color: #CE62C1; }
a { background-color: rgb(206,98,193); }
div.DivClassName
{
background-color: #CE62C1;
}
.BgClassName
{
background-color: #CE62C1;
}
</style>
border-color css
<style>
span { border-color: #CE62C1; }
span { border-color: rgb(206,98,193); }
td.TdClassName
{
border-color: #CE62C1;
}
.TagClassName
{
border-color: #CE62C1;
}
</style>