Shades of Fuchsia #CE60C7
Tints of Fuchsia #CE60C7
RGB
CMYK
RGB Variations
Color information
#CE60C7 (or 0xCE60C7) is known color: Fuchsia. HEX triplet: CE, 60 and C7. RGB value is (206,96,199). Sum of RGB (Red+Green+Blue) = 206+96+199=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60C7 is #319F38. Grayscale: #8C8C8C. Windows color (decimal): -3252025 or 13066446. OLE color: 13066446.
HSL color Cylindrical-coordinate representation of color #CE60C7: hue angle of 303.82º 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 #CE60C7 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 199 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.19 |
| HSL | 303.82º | 0.53% | 0.59% | - |
| HSV(B) | 303.82º | 0.53% | 0.81% | - |
| XYZ | 39.95 | 25.61 | 56.87 | - |
| YUV | 140.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 199 | 0 | 0.53 | 0.03 | 0.19 | 303.82 | 0.53 | 0.59 |
| Hex | CE | 60 | C7 | 0 | 35 | 3 | 13 | 130 | 35 | 3B |
| Octal | 316 | 140 | 307 | 0 | 65 | 3 | 23 | 460 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11000111 | 0 | 110101 | 11 | 10011 | 100110000 | 110101 | 111011 |
Color Harmonies of #CE60C7
Complementary color
Monochromatic Colors of #CE60C7
Black with #CE60C7
Text Example
Text Example
White with #CE60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60C7; }
p { color: rgb(206,96,199); }
H1.HeaderClassName
{
color: #CE60C7;
}
.AnyTagClassName
{
color: #CE60C7;
}
</style>
background-color css
<style>
a { background-color: #CE60C7; }
a { background-color: rgb(206,96,199); }
div.DivClassName
{
background-color: #CE60C7;
}
.BgClassName
{
background-color: #CE60C7;
}
</style>
border-color css
<style>
span { border-color: #CE60C7; }
span { border-color: rgb(206,96,199); }
td.TdClassName
{
border-color: #CE60C7;
}
.TagClassName
{
border-color: #CE60C7;
}
</style>