Shades of Fuchsia #CE60C1
Tints of Fuchsia #CE60C1
RGB
CMYK
RGB Variations
Color information
#CE60C1 (or 0xCE60C1) is known color: Fuchsia. HEX triplet: CE, 60 and C1. RGB value is (206,96,193). Sum of RGB (Red+Green+Blue) = 206+96+193=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60C1 is #319F3E. Grayscale: #8B8B8B. Windows color (decimal): -3252031 or 12673230. OLE color: 12673230.
HSL color Cylindrical-coordinate representation of color #CE60C1: hue angle of 307.09º 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 #CE60C1 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 193 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.19 |
| HSL | 307.09º | 0.53% | 0.59% | - |
| HSV(B) | 307.09º | 0.53% | 0.81% | - |
| XYZ | 39.26 | 25.34 | 53.27 | - |
| YUV | 139.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 193 | 0 | 0.53 | 0.06 | 0.19 | 307.09 | 0.53 | 0.59 |
| Hex | CE | 60 | C1 | 0 | 35 | 6 | 13 | 133 | 35 | 3B |
| Octal | 316 | 140 | 301 | 0 | 65 | 6 | 23 | 463 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11000001 | 0 | 110101 | 110 | 10011 | 100110011 | 110101 | 111011 |
Color Harmonies of #CE60C1
Complementary color
Monochromatic Colors of #CE60C1
Black with #CE60C1
Text Example
Text Example
White with #CE60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60C1; }
p { color: rgb(206,96,193); }
H1.HeaderClassName
{
color: #CE60C1;
}
.AnyTagClassName
{
color: #CE60C1;
}
</style>
background-color css
<style>
a { background-color: #CE60C1; }
a { background-color: rgb(206,96,193); }
div.DivClassName
{
background-color: #CE60C1;
}
.BgClassName
{
background-color: #CE60C1;
}
</style>
border-color css
<style>
span { border-color: #CE60C1; }
span { border-color: rgb(206,96,193); }
td.TdClassName
{
border-color: #CE60C1;
}
.TagClassName
{
border-color: #CE60C1;
}
</style>