Shades of Fuchsia #CE61CB
Tints of Fuchsia #CE61CB
RGB
CMYK
RGB Variations
Color information
#CE61CB (or 0xCE61CB) is known color: Fuchsia. HEX triplet: CE, 61 and CB. RGB value is (206,97,203). Sum of RGB (Red+Green+Blue) = 206+97+203=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61CB is #319E34. Grayscale: #8D8D8D. Windows color (decimal): -3251765 or 13328846. OLE color: 13328846.
HSL color Cylindrical-coordinate representation of color #CE61CB: hue angle of 301.65º 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 #CE61CB is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 203 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.19 |
| HSL | 301.65º | 0.53% | 0.59% | - |
| HSV(B) | 301.65º | 0.53% | 0.81% | - |
| XYZ | 40.51 | 25.98 | 59.38 | - |
| YUV | 141.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 203 | 0 | 0.53 | 0.01 | 0.19 | 301.65 | 0.53 | 0.59 |
| Hex | CE | 61 | CB | 0 | 35 | 1 | 13 | 12E | 35 | 3B |
| Octal | 316 | 141 | 313 | 0 | 65 | 1 | 23 | 456 | 65 | 73 |
| Binary | 11001110 | 1100001 | 11001011 | 0 | 110101 | 1 | 10011 | 100101110 | 110101 | 111011 |
Color Harmonies of #CE61CB
Complementary color
Monochromatic Colors of #CE61CB
Black with #CE61CB
Text Example
Text Example
White with #CE61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61CB; }
p { color: rgb(206,97,203); }
H1.HeaderClassName
{
color: #CE61CB;
}
.AnyTagClassName
{
color: #CE61CB;
}
</style>
background-color css
<style>
a { background-color: #CE61CB; }
a { background-color: rgb(206,97,203); }
div.DivClassName
{
background-color: #CE61CB;
}
.BgClassName
{
background-color: #CE61CB;
}
</style>
border-color css
<style>
span { border-color: #CE61CB; }
span { border-color: rgb(206,97,203); }
td.TdClassName
{
border-color: #CE61CB;
}
.TagClassName
{
border-color: #CE61CB;
}
</style>