Shades of Fuchsia #CE60B0
Tints of Fuchsia #CE60B0
RGB
CMYK
RGB Variations
Color information
#CE60B0 (or 0xCE60B0) is known color: Fuchsia. HEX triplet: CE, 60 and B0. RGB value is (206,96,176). Sum of RGB (Red+Green+Blue) = 206+96+176=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE60B0 is #319F4F. Grayscale: #898989. Windows color (decimal): -3252048 or 11559118. OLE color: 11559118.
HSL color Cylindrical-coordinate representation of color #CE60B0: hue angle of 316.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 #CE60B0 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 176 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.19 |
| HSL | 316.36º | 0.53% | 0.59% | - |
| HSV(B) | 316.36º | 0.53% | 0.81% | - |
| XYZ | 37.47 | 24.62 | 43.85 | - |
| YUV | 138.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 176 | 0 | 0.53 | 0.15 | 0.19 | 316.36 | 0.53 | 0.59 |
| Hex | CE | 60 | B0 | 0 | 35 | F | 13 | 13C | 35 | 3B |
| Octal | 316 | 140 | 260 | 0 | 65 | 17 | 23 | 474 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10110000 | 0 | 110101 | 1111 | 10011 | 100111100 | 110101 | 111011 |
Color Harmonies of #CE60B0
Complementary color
Monochromatic Colors of #CE60B0
Black with #CE60B0
Text Example
Text Example
White with #CE60B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60B0; }
p { color: rgb(206,96,176); }
H1.HeaderClassName
{
color: #CE60B0;
}
.AnyTagClassName
{
color: #CE60B0;
}
</style>
background-color css
<style>
a { background-color: #CE60B0; }
a { background-color: rgb(206,96,176); }
div.DivClassName
{
background-color: #CE60B0;
}
.BgClassName
{
background-color: #CE60B0;
}
</style>
border-color css
<style>
span { border-color: #CE60B0; }
span { border-color: rgb(206,96,176); }
td.TdClassName
{
border-color: #CE60B0;
}
.TagClassName
{
border-color: #CE60B0;
}
</style>