Shades of Fuchsia #CE33C1
Tints of Fuchsia #CE33C1
RGB
CMYK
RGB Variations
Color information
#CE33C1 (or 0xCE33C1) is known color: Fuchsia. HEX triplet: CE, 33 and C1. RGB value is (206,51,193). Sum of RGB (Red+Green+Blue) = 206+51+193=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33C1 is #31CC3E. Grayscale: #717171. Windows color (decimal): -3263551 or 12661710. OLE color: 12661710.
HSL color Cylindrical-coordinate representation of color #CE33C1: hue angle of 305.03º 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 #CE33C1 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 193 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.19 |
| HSL | 305.03º | 0.61% | 0.5% | - |
| HSV(B) | 305.03º | 0.75% | 0.81% | - |
| XYZ | 36.26 | 19.34 | 52.27 | - |
| YUV | 113.53 | 172.85 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 193 | 0 | 0.75 | 0.06 | 0.19 | 305.03 | 0.61 | 0.5 |
| Hex | CE | 33 | C1 | 0 | 4B | 6 | 13 | 131 | 3D | 32 |
| Octal | 316 | 63 | 301 | 0 | 113 | 6 | 23 | 461 | 75 | 62 |
| Binary | 11001110 | 110011 | 11000001 | 0 | 1001011 | 110 | 10011 | 100110001 | 111101 | 110010 |
Color Harmonies of #CE33C1
Complementary color
Monochromatic Colors of #CE33C1
Black with #CE33C1
Text Example
Text Example
White with #CE33C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33C1; }
p { color: rgb(206,51,193); }
H1.HeaderClassName
{
color: #CE33C1;
}
.AnyTagClassName
{
color: #CE33C1;
}
</style>
background-color css
<style>
a { background-color: #CE33C1; }
a { background-color: rgb(206,51,193); }
div.DivClassName
{
background-color: #CE33C1;
}
.BgClassName
{
background-color: #CE33C1;
}
</style>
border-color css
<style>
span { border-color: #CE33C1; }
span { border-color: rgb(206,51,193); }
td.TdClassName
{
border-color: #CE33C1;
}
.TagClassName
{
border-color: #CE33C1;
}
</style>