Shades of Fuchsia #CE33C0
Tints of Fuchsia #CE33C0
RGB
CMYK
RGB Variations
Color information
#CE33C0 (or 0xCE33C0) is known color: Fuchsia. HEX triplet: CE, 33 and C0. RGB value is (206,51,192). Sum of RGB (Red+Green+Blue) = 206+51+192=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33C0 is #31CC3F. Grayscale: #717171. Windows color (decimal): -3263552 or 12596174. OLE color: 12596174.
HSL color Cylindrical-coordinate representation of color #CE33C0: hue angle of 305.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE33C0 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 192 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.19 |
| HSL | 305.42º | 0.61% | 0.5% | - |
| HSV(B) | 305.42º | 0.75% | 0.81% | - |
| XYZ | 36.15 | 19.3 | 51.69 | - |
| YUV | 113.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 192 | 0 | 0.75 | 0.07 | 0.19 | 305.42 | 0.61 | 0.5 |
| Hex | CE | 33 | C0 | 0 | 4B | 7 | 13 | 131 | 3D | 32 |
| Octal | 316 | 63 | 300 | 0 | 113 | 7 | 23 | 461 | 75 | 62 |
| Binary | 11001110 | 110011 | 11000000 | 0 | 1001011 | 111 | 10011 | 100110001 | 111101 | 110010 |
Color Harmonies of #CE33C0
Complementary color
Monochromatic Colors of #CE33C0
Black with #CE33C0
Text Example
Text Example
White with #CE33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33C0; }
p { color: rgb(206,51,192); }
H1.HeaderClassName
{
color: #CE33C0;
}
.AnyTagClassName
{
color: #CE33C0;
}
</style>
background-color css
<style>
a { background-color: #CE33C0; }
a { background-color: rgb(206,51,192); }
div.DivClassName
{
background-color: #CE33C0;
}
.BgClassName
{
background-color: #CE33C0;
}
</style>
border-color css
<style>
span { border-color: #CE33C0; }
span { border-color: rgb(206,51,192); }
td.TdClassName
{
border-color: #CE33C0;
}
.TagClassName
{
border-color: #CE33C0;
}
</style>