Shades of Fuchsia #CE60BB
Tints of Fuchsia #CE60BB
RGB
CMYK
RGB Variations
Color information
#CE60BB (or 0xCE60BB) is known color: Fuchsia. HEX triplet: CE, 60 and BB. RGB value is (206,96,187). Sum of RGB (Red+Green+Blue) = 206+96+187=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60BB is #319F44. Grayscale: #8B8B8B. Windows color (decimal): -3252037 or 12280014. OLE color: 12280014.
HSL color Cylindrical-coordinate representation of color #CE60BB: hue angle of 310.36º 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 #CE60BB is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 187 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.19 |
| HSL | 310.36º | 0.53% | 0.59% | - |
| HSV(B) | 310.36º | 0.53% | 0.81% | - |
| XYZ | 38.61 | 25.08 | 49.82 | - |
| YUV | 139.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 187 | 0 | 0.53 | 0.09 | 0.19 | 310.36 | 0.53 | 0.59 |
| Hex | CE | 60 | BB | 0 | 35 | 9 | 13 | 136 | 35 | 3B |
| Octal | 316 | 140 | 273 | 0 | 65 | 11 | 23 | 466 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10111011 | 0 | 110101 | 1001 | 10011 | 100110110 | 110101 | 111011 |
Color Harmonies of #CE60BB
Complementary color
Monochromatic Colors of #CE60BB
Black with #CE60BB
Text Example
Text Example
White with #CE60BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60BB; }
p { color: rgb(206,96,187); }
H1.HeaderClassName
{
color: #CE60BB;
}
.AnyTagClassName
{
color: #CE60BB;
}
</style>
background-color css
<style>
a { background-color: #CE60BB; }
a { background-color: rgb(206,96,187); }
div.DivClassName
{
background-color: #CE60BB;
}
.BgClassName
{
background-color: #CE60BB;
}
</style>
border-color css
<style>
span { border-color: #CE60BB; }
span { border-color: rgb(206,96,187); }
td.TdClassName
{
border-color: #CE60BB;
}
.TagClassName
{
border-color: #CE60BB;
}
</style>