Shades of Fuchsia #CE60B3
Tints of Fuchsia #CE60B3
RGB
CMYK
RGB Variations
Color information
#CE60B3 (or 0xCE60B3) is known color: Fuchsia. HEX triplet: CE, 60 and B3. RGB value is (206,96,179). Sum of RGB (Red+Green+Blue) = 206+96+179=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60B3 is #319F4C. Grayscale: #8A8A8A. Windows color (decimal): -3252045 or 11755726. OLE color: 11755726.
HSL color Cylindrical-coordinate representation of color #CE60B3: hue angle of 314.73º 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 #CE60B3 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 179 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.19 |
| HSL | 314.73º | 0.53% | 0.59% | - |
| HSV(B) | 314.73º | 0.53% | 0.81% | - |
| XYZ | 37.77 | 24.74 | 45.43 | - |
| YUV | 138.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 179 | 0 | 0.53 | 0.13 | 0.19 | 314.73 | 0.53 | 0.59 |
| Hex | CE | 60 | B3 | 0 | 35 | D | 13 | 13B | 35 | 3B |
| Octal | 316 | 140 | 263 | 0 | 65 | 15 | 23 | 473 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10110011 | 0 | 110101 | 1101 | 10011 | 100111011 | 110101 | 111011 |
Color Harmonies of #CE60B3
Complementary color
Monochromatic Colors of #CE60B3
Black with #CE60B3
Text Example
Text Example
White with #CE60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60B3; }
p { color: rgb(206,96,179); }
H1.HeaderClassName
{
color: #CE60B3;
}
.AnyTagClassName
{
color: #CE60B3;
}
</style>
background-color css
<style>
a { background-color: #CE60B3; }
a { background-color: rgb(206,96,179); }
div.DivClassName
{
background-color: #CE60B3;
}
.BgClassName
{
background-color: #CE60B3;
}
</style>
border-color css
<style>
span { border-color: #CE60B3; }
span { border-color: rgb(206,96,179); }
td.TdClassName
{
border-color: #CE60B3;
}
.TagClassName
{
border-color: #CE60B3;
}
</style>