Shades of Fuchsia #CE60B4
Tints of Fuchsia #CE60B4
RGB
CMYK
RGB Variations
Color information
#CE60B4 (or 0xCE60B4) is known color: Fuchsia. HEX triplet: CE, 60 and B4. RGB value is (206,96,180). Sum of RGB (Red+Green+Blue) = 206+96+180=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60B4 is #319F4B. Grayscale: #8A8A8A. Windows color (decimal): -3252044 or 11821262. OLE color: 11821262.
HSL color Cylindrical-coordinate representation of color #CE60B4: hue angle of 314.18º 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 #CE60B4 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 180 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.19 |
| HSL | 314.18º | 0.53% | 0.59% | - |
| HSV(B) | 314.18º | 0.53% | 0.81% | - |
| XYZ | 37.87 | 24.78 | 45.97 | - |
| YUV | 138.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 180 | 0 | 0.53 | 0.13 | 0.19 | 314.18 | 0.53 | 0.59 |
| Hex | CE | 60 | B4 | 0 | 35 | D | 13 | 13A | 35 | 3B |
| Octal | 316 | 140 | 264 | 0 | 65 | 15 | 23 | 472 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10110100 | 0 | 110101 | 1101 | 10011 | 100111010 | 110101 | 111011 |
Color Harmonies of #CE60B4
Complementary color
Monochromatic Colors of #CE60B4
Black with #CE60B4
Text Example
Text Example
White with #CE60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60B4; }
p { color: rgb(206,96,180); }
H1.HeaderClassName
{
color: #CE60B4;
}
.AnyTagClassName
{
color: #CE60B4;
}
</style>
background-color css
<style>
a { background-color: #CE60B4; }
a { background-color: rgb(206,96,180); }
div.DivClassName
{
background-color: #CE60B4;
}
.BgClassName
{
background-color: #CE60B4;
}
</style>
border-color css
<style>
span { border-color: #CE60B4; }
span { border-color: rgb(206,96,180); }
td.TdClassName
{
border-color: #CE60B4;
}
.TagClassName
{
border-color: #CE60B4;
}
</style>