Shades of Fuchsia #CE32C0
Tints of Fuchsia #CE32C0
RGB
CMYK
RGB Variations
Color information
#CE32C0 (or 0xCE32C0) is known color: Fuchsia. HEX triplet: CE, 32 and C0. RGB value is (206,50,192). Sum of RGB (Red+Green+Blue) = 206+50+192=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32C0 is #31CD3F. Grayscale: #707070. Windows color (decimal): -3263808 or 12595918. OLE color: 12595918.
HSL color Cylindrical-coordinate representation of color #CE32C0: hue angle of 305.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32C0 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 192 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.19 |
| HSL | 305.38º | 0.61% | 0.5% | - |
| HSV(B) | 305.38º | 0.76% | 0.81% | - |
| XYZ | 36.11 | 19.21 | 51.67 | - |
| YUV | 112.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 192 | 0 | 0.76 | 0.07 | 0.19 | 305.38 | 0.61 | 0.5 |
| Hex | CE | 32 | C0 | 0 | 4C | 7 | 13 | 131 | 3D | 32 |
| Octal | 316 | 62 | 300 | 0 | 114 | 7 | 23 | 461 | 75 | 62 |
| Binary | 11001110 | 110010 | 11000000 | 0 | 1001100 | 111 | 10011 | 100110001 | 111101 | 110010 |
Color Harmonies of #CE32C0
Complementary color
Monochromatic Colors of #CE32C0
Black with #CE32C0
Text Example
Text Example
White with #CE32C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32C0; }
p { color: rgb(206,50,192); }
H1.HeaderClassName
{
color: #CE32C0;
}
.AnyTagClassName
{
color: #CE32C0;
}
</style>
background-color css
<style>
a { background-color: #CE32C0; }
a { background-color: rgb(206,50,192); }
div.DivClassName
{
background-color: #CE32C0;
}
.BgClassName
{
background-color: #CE32C0;
}
</style>
border-color css
<style>
span { border-color: #CE32C0; }
span { border-color: rgb(206,50,192); }
td.TdClassName
{
border-color: #CE32C0;
}
.TagClassName
{
border-color: #CE32C0;
}
</style>