Shades of Fuchsia #CE61BF
Tints of Fuchsia #CE61BF
RGB
CMYK
RGB Variations
Color information
#CE61BF (or 0xCE61BF) is known color: Fuchsia. HEX triplet: CE, 61 and BF. RGB value is (206,97,191). Sum of RGB (Red+Green+Blue) = 206+97+191=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61BF is #319E40. Grayscale: #8C8C8C. Windows color (decimal): -3251777 or 12542414. OLE color: 12542414.
HSL color Cylindrical-coordinate representation of color #CE61BF: hue angle of 308.26º 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 #CE61BF is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 191 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.19 |
| HSL | 308.26º | 0.53% | 0.59% | - |
| HSV(B) | 308.26º | 0.53% | 0.81% | - |
| XYZ | 39.13 | 25.43 | 52.14 | - |
| YUV | 140.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 191 | 0 | 0.53 | 0.07 | 0.19 | 308.26 | 0.53 | 0.59 |
| Hex | CE | 61 | BF | 0 | 35 | 7 | 13 | 134 | 35 | 3B |
| Octal | 316 | 141 | 277 | 0 | 65 | 7 | 23 | 464 | 65 | 73 |
| Binary | 11001110 | 1100001 | 10111111 | 0 | 110101 | 111 | 10011 | 100110100 | 110101 | 111011 |
Color Harmonies of #CE61BF
Complementary color
Monochromatic Colors of #CE61BF
Black with #CE61BF
Text Example
Text Example
White with #CE61BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61BF; }
p { color: rgb(206,97,191); }
H1.HeaderClassName
{
color: #CE61BF;
}
.AnyTagClassName
{
color: #CE61BF;
}
</style>
background-color css
<style>
a { background-color: #CE61BF; }
a { background-color: rgb(206,97,191); }
div.DivClassName
{
background-color: #CE61BF;
}
.BgClassName
{
background-color: #CE61BF;
}
</style>
border-color css
<style>
span { border-color: #CE61BF; }
span { border-color: rgb(206,97,191); }
td.TdClassName
{
border-color: #CE61BF;
}
.TagClassName
{
border-color: #CE61BF;
}
</style>