Shades of Fuchsia #CE60C3
Tints of Fuchsia #CE60C3
RGB
CMYK
RGB Variations
Color information
#CE60C3 (or 0xCE60C3) is known color: Fuchsia. HEX triplet: CE, 60 and C3. RGB value is (206,96,195). Sum of RGB (Red+Green+Blue) = 206+96+195=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60C3 is #319F3C. Grayscale: #8B8B8B. Windows color (decimal): -3252029 or 12804302. OLE color: 12804302.
HSL color Cylindrical-coordinate representation of color #CE60C3: hue angle of 306º 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 #CE60C3 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 195 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.19 |
| HSL | 306º | 0.53% | 0.59% | - |
| HSV(B) | 306º | 0.53% | 0.81% | - |
| XYZ | 39.49 | 25.43 | 54.46 | - |
| YUV | 140.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 195 | 0 | 0.53 | 0.05 | 0.19 | 306 | 0.53 | 0.59 |
| Hex | CE | 60 | C3 | 0 | 35 | 5 | 13 | 132 | 35 | 3B |
| Octal | 316 | 140 | 303 | 0 | 65 | 5 | 23 | 462 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11000011 | 0 | 110101 | 101 | 10011 | 100110010 | 110101 | 111011 |
Color Harmonies of #CE60C3
Complementary color
Monochromatic Colors of #CE60C3
Black with #CE60C3
Text Example
Text Example
White with #CE60C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60C3; }
p { color: rgb(206,96,195); }
H1.HeaderClassName
{
color: #CE60C3;
}
.AnyTagClassName
{
color: #CE60C3;
}
</style>
background-color css
<style>
a { background-color: #CE60C3; }
a { background-color: rgb(206,96,195); }
div.DivClassName
{
background-color: #CE60C3;
}
.BgClassName
{
background-color: #CE60C3;
}
</style>
border-color css
<style>
span { border-color: #CE60C3; }
span { border-color: rgb(206,96,195); }
td.TdClassName
{
border-color: #CE60C3;
}
.TagClassName
{
border-color: #CE60C3;
}
</style>