Shades of Fuchsia #CE68C1
Tints of Fuchsia #CE68C1
RGB
CMYK
RGB Variations
Color information
#CE68C1 (or 0xCE68C1) is known color: Fuchsia. HEX triplet: CE, 68 and C1. RGB value is (206,104,193). Sum of RGB (Red+Green+Blue) = 206+104+193=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C1 is #31973E. Grayscale: #909090. Windows color (decimal): -3249983 or 12675278. OLE color: 12675278.
HSL color Cylindrical-coordinate representation of color #CE68C1: hue angle of 307.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE68C1 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 193 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.19 |
| HSL | 307.65º | 0.51% | 0.61% | - |
| HSV(B) | 307.65º | 0.5% | 0.81% | - |
| XYZ | 40.03 | 26.87 | 53.53 | - |
| YUV | 144.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 193 | 0 | 0.50 | 0.06 | 0.19 | 307.65 | 0.51 | 0.61 |
| Hex | CE | 68 | C1 | 0 | 32 | 6 | 13 | 134 | 33 | 3D |
| Octal | 316 | 150 | 301 | 0 | 62 | 6 | 23 | 464 | 63 | 75 |
| Binary | 11001110 | 1101000 | 11000001 | 0 | 110010 | 110 | 10011 | 100110100 | 110011 | 111101 |
Color Harmonies of #CE68C1
Complementary color
Monochromatic Colors of #CE68C1
Black with #CE68C1
Text Example
Text Example
White with #CE68C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68C1; }
p { color: rgb(206,104,193); }
H1.HeaderClassName
{
color: #CE68C1;
}
.AnyTagClassName
{
color: #CE68C1;
}
</style>
background-color css
<style>
a { background-color: #CE68C1; }
a { background-color: rgb(206,104,193); }
div.DivClassName
{
background-color: #CE68C1;
}
.BgClassName
{
background-color: #CE68C1;
}
</style>
border-color css
<style>
span { border-color: #CE68C1; }
span { border-color: rgb(206,104,193); }
td.TdClassName
{
border-color: #CE68C1;
}
.TagClassName
{
border-color: #CE68C1;
}
</style>