Shades of Fuchsia #CE2CCE
Tints of Fuchsia #CE2CCE
RGB
CMYK
RGB Variations
Color information
#CE2CCE (or 0xCE2CCE) is known color: Fuchsia. HEX triplet: CE, 2C and CE. RGB value is (206,44,206). Sum of RGB (Red+Green+Blue) = 206+44+206=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2CCE is #31D331. Grayscale: #6E6E6E. Windows color (decimal): -3265330 or 13511886. OLE color: 13511886.
HSL color Cylindrical-coordinate representation of color #CE2CCE: hue angle of 300º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2CCE is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 44 | 206 | - |
| CMYK | 0 | 0.79 | 0 | 0.19 |
| HSL | 300º | 0.65% | 0.49% | - |
| HSV(B) | 300º | 0.79% | 0.81% | - |
| XYZ | 37.49 | 19.38 | 60.16 | - |
| YUV | 110.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 206 | 0 | 0.79 | 0 | 0.19 | 300 | 0.65 | 0.49 |
| Hex | CE | 2C | CE | 0 | 4F | 0 | 13 | 12C | 41 | 31 |
| Octal | 316 | 54 | 316 | 0 | 117 | 0 | 23 | 454 | 101 | 61 |
| Binary | 11001110 | 101100 | 11001110 | 0 | 1001111 | 0 | 10011 | 100101100 | 1000001 | 110001 |
Color Harmonies of #CE2CCE
Complementary color
Monochromatic Colors of #CE2CCE
Black with #CE2CCE
Text Example
Text Example
White with #CE2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CCE; }
p { color: rgb(206,44,206); }
H1.HeaderClassName
{
color: #CE2CCE;
}
.AnyTagClassName
{
color: #CE2CCE;
}
</style>
background-color css
<style>
a { background-color: #CE2CCE; }
a { background-color: rgb(206,44,206); }
div.DivClassName
{
background-color: #CE2CCE;
}
.BgClassName
{
background-color: #CE2CCE;
}
</style>
border-color css
<style>
span { border-color: #CE2CCE; }
span { border-color: rgb(206,44,206); }
td.TdClassName
{
border-color: #CE2CCE;
}
.TagClassName
{
border-color: #CE2CCE;
}
</style>