Shades of Fuchsia #CE61C2
Tints of Fuchsia #CE61C2
RGB
CMYK
RGB Variations
Color information
#CE61C2 (or 0xCE61C2) is known color: Fuchsia. HEX triplet: CE, 61 and C2. RGB value is (206,97,194). Sum of RGB (Red+Green+Blue) = 206+97+194=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61C2 is #319E3D. Grayscale: #8C8C8C. Windows color (decimal): -3251774 or 12739022. OLE color: 12739022.
HSL color Cylindrical-coordinate representation of color #CE61C2: hue angle of 306.61º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE61C2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 194 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.19 |
| HSL | 306.61º | 0.53% | 0.59% | - |
| HSV(B) | 306.61º | 0.53% | 0.81% | - |
| XYZ | 39.47 | 25.57 | 53.89 | - |
| YUV | 140.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 194 | 0 | 0.53 | 0.06 | 0.19 | 306.61 | 0.53 | 0.59 |
| Hex | CE | 61 | C2 | 0 | 35 | 6 | 13 | 133 | 35 | 3B |
| Octal | 316 | 141 | 302 | 0 | 65 | 6 | 23 | 463 | 65 | 73 |
| Binary | 11001110 | 1100001 | 11000010 | 0 | 110101 | 110 | 10011 | 100110011 | 110101 | 111011 |
Color Harmonies of #CE61C2
Complementary color
Monochromatic Colors of #CE61C2
Black with #CE61C2
Text Example
Text Example
White with #CE61C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61C2; }
p { color: rgb(206,97,194); }
H1.HeaderClassName
{
color: #CE61C2;
}
.AnyTagClassName
{
color: #CE61C2;
}
</style>
background-color css
<style>
a { background-color: #CE61C2; }
a { background-color: rgb(206,97,194); }
div.DivClassName
{
background-color: #CE61C2;
}
.BgClassName
{
background-color: #CE61C2;
}
</style>
border-color css
<style>
span { border-color: #CE61C2; }
span { border-color: rgb(206,97,194); }
td.TdClassName
{
border-color: #CE61C2;
}
.TagClassName
{
border-color: #CE61C2;
}
</style>