Shades of Fuchsia #CE60B5
Tints of Fuchsia #CE60B5
RGB
CMYK
RGB Variations
Color information
#CE60B5 (or 0xCE60B5) is known color: Fuchsia. HEX triplet: CE, 60 and B5. RGB value is (206,96,181). Sum of RGB (Red+Green+Blue) = 206+96+181=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60B5 is #319F4A. Grayscale: #8A8A8A. Windows color (decimal): -3252043 or 11886798. OLE color: 11886798.
HSL color Cylindrical-coordinate representation of color #CE60B5: hue angle of 313.64º 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 #CE60B5 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 181 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.19 |
| HSL | 313.64º | 0.53% | 0.59% | - |
| HSV(B) | 313.64º | 0.53% | 0.81% | - |
| XYZ | 37.98 | 24.82 | 46.51 | - |
| YUV | 138.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 181 | 0 | 0.53 | 0.12 | 0.19 | 313.64 | 0.53 | 0.59 |
| Hex | CE | 60 | B5 | 0 | 35 | C | 13 | 13A | 35 | 3B |
| Octal | 316 | 140 | 265 | 0 | 65 | 14 | 23 | 472 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10110101 | 0 | 110101 | 1100 | 10011 | 100111010 | 110101 | 111011 |
Color Harmonies of #CE60B5
Complementary color
Monochromatic Colors of #CE60B5
Black with #CE60B5
Text Example
Text Example
White with #CE60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60B5; }
p { color: rgb(206,96,181); }
H1.HeaderClassName
{
color: #CE60B5;
}
.AnyTagClassName
{
color: #CE60B5;
}
</style>
background-color css
<style>
a { background-color: #CE60B5; }
a { background-color: rgb(206,96,181); }
div.DivClassName
{
background-color: #CE60B5;
}
.BgClassName
{
background-color: #CE60B5;
}
</style>
border-color css
<style>
span { border-color: #CE60B5; }
span { border-color: rgb(206,96,181); }
td.TdClassName
{
border-color: #CE60B5;
}
.TagClassName
{
border-color: #CE60B5;
}
</style>