Shades of Fuchsia #CE60C4
Tints of Fuchsia #CE60C4
RGB
CMYK
RGB Variations
Color information
#CE60C4 (or 0xCE60C4) is known color: Fuchsia. HEX triplet: CE, 60 and C4. RGB value is (206,96,196). Sum of RGB (Red+Green+Blue) = 206+96+196=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60C4 is #319F3B. Grayscale: #8C8C8C. Windows color (decimal): -3252028 or 12869838. OLE color: 12869838.
HSL color Cylindrical-coordinate representation of color #CE60C4: hue angle of 305.45º 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 #CE60C4 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 196 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.19 |
| HSL | 305.45º | 0.53% | 0.59% | - |
| HSV(B) | 305.45º | 0.53% | 0.81% | - |
| XYZ | 39.6 | 25.47 | 55.05 | - |
| YUV | 140.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 196 | 0 | 0.53 | 0.05 | 0.19 | 305.45 | 0.53 | 0.59 |
| Hex | CE | 60 | C4 | 0 | 35 | 5 | 13 | 131 | 35 | 3B |
| Octal | 316 | 140 | 304 | 0 | 65 | 5 | 23 | 461 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11000100 | 0 | 110101 | 101 | 10011 | 100110001 | 110101 | 111011 |
Color Harmonies of #CE60C4
Complementary color
Monochromatic Colors of #CE60C4
Black with #CE60C4
Text Example
Text Example
White with #CE60C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60C4; }
p { color: rgb(206,96,196); }
H1.HeaderClassName
{
color: #CE60C4;
}
.AnyTagClassName
{
color: #CE60C4;
}
</style>
background-color css
<style>
a { background-color: #CE60C4; }
a { background-color: rgb(206,96,196); }
div.DivClassName
{
background-color: #CE60C4;
}
.BgClassName
{
background-color: #CE60C4;
}
</style>
border-color css
<style>
span { border-color: #CE60C4; }
span { border-color: rgb(206,96,196); }
td.TdClassName
{
border-color: #CE60C4;
}
.TagClassName
{
border-color: #CE60C4;
}
</style>