Shades of Fuchsia #CE32D0
Tints of Fuchsia #CE32D0
RGB
CMYK
RGB Variations
Color information
#CE32D0 (or 0xCE32D0) is known color: Fuchsia. HEX triplet: CE, 32 and D0. RGB value is (206,50,208). Sum of RGB (Red+Green+Blue) = 206+50+208=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE32D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32D0 is #31CD2F. Grayscale: #727272. Windows color (decimal): -3263792 or 13644494. OLE color: 13644494.
HSL color Cylindrical-coordinate representation of color #CE32D0: 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.76%. Process color model (Four color, CMYK) of #CE32D0 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 50 | 208 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.18 |
| HSL | 299.24º | 0.63% | 0.51% | - |
| HSV(B) | 299.24º | 0.76% | 0.82% | - |
| XYZ | 37.98 | 19.96 | 61.52 | - |
| YUV | 114.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 208 | 0.01 | 0.76 | 0 | 0.18 | 299.24 | 0.63 | 0.51 |
| Hex | CE | 32 | D0 | 1 | 4C | 0 | 12 | 12B | 3F | 33 |
| Octal | 316 | 62 | 320 | 1 | 114 | 0 | 22 | 453 | 77 | 63 |
| Binary | 11001110 | 110010 | 11010000 | 1 | 1001100 | 0 | 10010 | 100101011 | 111111 | 110011 |
Color Harmonies of #CE32D0
Complementary color
Monochromatic Colors of #CE32D0
Black with #CE32D0
Text Example
Text Example
White with #CE32D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32D0; }
p { color: rgb(206,50,208); }
H1.HeaderClassName
{
color: #CE32D0;
}
.AnyTagClassName
{
color: #CE32D0;
}
</style>
background-color css
<style>
a { background-color: #CE32D0; }
a { background-color: rgb(206,50,208); }
div.DivClassName
{
background-color: #CE32D0;
}
.BgClassName
{
background-color: #CE32D0;
}
</style>
border-color css
<style>
span { border-color: #CE32D0; }
span { border-color: rgb(206,50,208); }
td.TdClassName
{
border-color: #CE32D0;
}
.TagClassName
{
border-color: #CE32D0;
}
</style>