Shades of Fuchsia #CE3ECC
Tints of Fuchsia #CE3ECC
RGB
CMYK
RGB Variations
Color information
#CE3ECC (or 0xCE3ECC) is known color: Fuchsia. HEX triplet: CE, 3E and CC. RGB value is (206,62,204). Sum of RGB (Red+Green+Blue) = 206+62+204=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ECC is #31C133. Grayscale: #787878. Windows color (decimal): -3260724 or 13385422. OLE color: 13385422.
HSL color Cylindrical-coordinate representation of color #CE3ECC: hue angle of 300.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3ECC is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 204 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.19 |
| HSL | 300.83º | 0.6% | 0.53% | - |
| HSV(B) | 300.83º | 0.7% | 0.81% | - |
| XYZ | 38.08 | 20.93 | 59.16 | - |
| YUV | 121.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 204 | 0 | 0.70 | 0.01 | 0.19 | 300.83 | 0.6 | 0.53 |
| Hex | CE | 3E | CC | 0 | 46 | 1 | 13 | 12D | 3C | 35 |
| Octal | 316 | 76 | 314 | 0 | 106 | 1 | 23 | 455 | 74 | 65 |
| Binary | 11001110 | 111110 | 11001100 | 0 | 1000110 | 1 | 10011 | 100101101 | 111100 | 110101 |
Color Harmonies of #CE3ECC
Complementary color
Monochromatic Colors of #CE3ECC
Black with #CE3ECC
Text Example
Text Example
White with #CE3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ECC; }
p { color: rgb(206,62,204); }
H1.HeaderClassName
{
color: #CE3ECC;
}
.AnyTagClassName
{
color: #CE3ECC;
}
</style>
background-color css
<style>
a { background-color: #CE3ECC; }
a { background-color: rgb(206,62,204); }
div.DivClassName
{
background-color: #CE3ECC;
}
.BgClassName
{
background-color: #CE3ECC;
}
</style>
border-color css
<style>
span { border-color: #CE3ECC; }
span { border-color: rgb(206,62,204); }
td.TdClassName
{
border-color: #CE3ECC;
}
.TagClassName
{
border-color: #CE3ECC;
}
</style>