Shades of Fuchsia #CE33D0
Tints of Fuchsia #CE33D0
RGB
CMYK
RGB Variations
Color information
#CE33D0 (or 0xCE33D0) is known color: Fuchsia. HEX triplet: CE, 33 and D0. RGB value is (206,51,208). Sum of RGB (Red+Green+Blue) = 206+51+208=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE33D0 is #31CC2F. Grayscale: #727272. Windows color (decimal): -3263536 or 13644750. OLE color: 13644750.
HSL color Cylindrical-coordinate representation of color #CE33D0: hue angle of 299.24º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE33D0 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 51 | 208 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.18 |
| HSL | 299.24º | 0.63% | 0.51% | - |
| HSV(B) | 299.24º | 0.75% | 0.82% | - |
| XYZ | 38.02 | 20.04 | 61.54 | - |
| YUV | 115.24 | 180.35 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 208 | 0.01 | 0.75 | 0 | 0.18 | 299.24 | 0.63 | 0.51 |
| Hex | CE | 33 | D0 | 1 | 4B | 0 | 12 | 12B | 3F | 33 |
| Octal | 316 | 63 | 320 | 1 | 113 | 0 | 22 | 453 | 77 | 63 |
| Binary | 11001110 | 110011 | 11010000 | 1 | 1001011 | 0 | 10010 | 100101011 | 111111 | 110011 |
Color Harmonies of #CE33D0
Complementary color
Monochromatic Colors of #CE33D0
Black with #CE33D0
Text Example
Text Example
White with #CE33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE33D0; }
p { color: rgb(206,51,208); }
H1.HeaderClassName
{
color: #CE33D0;
}
.AnyTagClassName
{
color: #CE33D0;
}
</style>
background-color css
<style>
a { background-color: #CE33D0; }
a { background-color: rgb(206,51,208); }
div.DivClassName
{
background-color: #CE33D0;
}
.BgClassName
{
background-color: #CE33D0;
}
</style>
border-color css
<style>
span { border-color: #CE33D0; }
span { border-color: rgb(206,51,208); }
td.TdClassName
{
border-color: #CE33D0;
}
.TagClassName
{
border-color: #CE33D0;
}
</style>