Shades of Fuchsia #CE60B6
Tints of Fuchsia #CE60B6
RGB
CMYK
RGB Variations
Color information
#CE60B6 (or 0xCE60B6) is known color: Fuchsia. HEX triplet: CE, 60 and B6. RGB value is (206,96,182). Sum of RGB (Red+Green+Blue) = 206+96+182=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60B6 is #319F49. Grayscale: #8A8A8A. Windows color (decimal): -3252042 or 11952334. OLE color: 11952334.
HSL color Cylindrical-coordinate representation of color #CE60B6: hue angle of 313.09º 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 #CE60B6 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 182 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.19 |
| HSL | 313.09º | 0.53% | 0.59% | - |
| HSV(B) | 313.09º | 0.53% | 0.81% | - |
| XYZ | 38.08 | 24.86 | 47.05 | - |
| YUV | 138.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 182 | 0 | 0.53 | 0.12 | 0.19 | 313.09 | 0.53 | 0.59 |
| Hex | CE | 60 | B6 | 0 | 35 | C | 13 | 139 | 35 | 3B |
| Octal | 316 | 140 | 266 | 0 | 65 | 14 | 23 | 471 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10110110 | 0 | 110101 | 1100 | 10011 | 100111001 | 110101 | 111011 |
Color Harmonies of #CE60B6
Complementary color
Monochromatic Colors of #CE60B6
Black with #CE60B6
Text Example
Text Example
White with #CE60B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60B6; }
p { color: rgb(206,96,182); }
H1.HeaderClassName
{
color: #CE60B6;
}
.AnyTagClassName
{
color: #CE60B6;
}
</style>
background-color css
<style>
a { background-color: #CE60B6; }
a { background-color: rgb(206,96,182); }
div.DivClassName
{
background-color: #CE60B6;
}
.BgClassName
{
background-color: #CE60B6;
}
</style>
border-color css
<style>
span { border-color: #CE60B6; }
span { border-color: rgb(206,96,182); }
td.TdClassName
{
border-color: #CE60B6;
}
.TagClassName
{
border-color: #CE60B6;
}
</style>