Shades of Fuchsia #CE3CC6
Tints of Fuchsia #CE3CC6
RGB
CMYK
RGB Variations
Color information
#CE3CC6 (or 0xCE3CC6) is known color: Fuchsia. HEX triplet: CE, 3C and C6. RGB value is (206,60,198). Sum of RGB (Red+Green+Blue) = 206+60+198=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3CC6 is #31C339. Grayscale: #767676. Windows color (decimal): -3261242 or 12991694. OLE color: 12991694.
HSL color Cylindrical-coordinate representation of color #CE3CC6: hue angle of 303.29º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3CC6 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 198 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.19 |
| HSL | 303.29º | 0.6% | 0.52% | - |
| HSV(B) | 303.29º | 0.71% | 0.81% | - |
| XYZ | 37.26 | 20.43 | 55.41 | - |
| YUV | 119.39 | 172.37 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 198 | 0 | 0.71 | 0.04 | 0.19 | 303.29 | 0.6 | 0.52 |
| Hex | CE | 3C | C6 | 0 | 47 | 4 | 13 | 12F | 3C | 34 |
| Octal | 316 | 74 | 306 | 0 | 107 | 4 | 23 | 457 | 74 | 64 |
| Binary | 11001110 | 111100 | 11000110 | 0 | 1000111 | 100 | 10011 | 100101111 | 111100 | 110100 |
Color Harmonies of #CE3CC6
Complementary color
Monochromatic Colors of #CE3CC6
Black with #CE3CC6
Text Example
Text Example
White with #CE3CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CC6; }
p { color: rgb(206,60,198); }
H1.HeaderClassName
{
color: #CE3CC6;
}
.AnyTagClassName
{
color: #CE3CC6;
}
</style>
background-color css
<style>
a { background-color: #CE3CC6; }
a { background-color: rgb(206,60,198); }
div.DivClassName
{
background-color: #CE3CC6;
}
.BgClassName
{
background-color: #CE3CC6;
}
</style>
border-color css
<style>
span { border-color: #CE3CC6; }
span { border-color: rgb(206,60,198); }
td.TdClassName
{
border-color: #CE3CC6;
}
.TagClassName
{
border-color: #CE3CC6;
}
</style>