Shades of Fuchsia #CE32C2
Tints of Fuchsia #CE32C2
RGB
CMYK
RGB Variations
Color information
#CE32C2 (or 0xCE32C2) is known color: Fuchsia. HEX triplet: CE, 32 and C2. RGB value is (206,50,194). Sum of RGB (Red+Green+Blue) = 206+50+194=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32C2 is #31CD3D. Grayscale: #707070. Windows color (decimal): -3263806 or 12726990. OLE color: 12726990.
HSL color Cylindrical-coordinate representation of color #CE32C2: hue angle of 304.62º 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 #CE32C2 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 194 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.19 |
| HSL | 304.62º | 0.61% | 0.5% | - |
| HSV(B) | 304.62º | 0.76% | 0.81% | - |
| XYZ | 36.33 | 19.3 | 52.85 | - |
| YUV | 113.06 | 173.68 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 194 | 0 | 0.76 | 0.06 | 0.19 | 304.62 | 0.61 | 0.5 |
| Hex | CE | 32 | C2 | 0 | 4C | 6 | 13 | 131 | 3D | 32 |
| Octal | 316 | 62 | 302 | 0 | 114 | 6 | 23 | 461 | 75 | 62 |
| Binary | 11001110 | 110010 | 11000010 | 0 | 1001100 | 110 | 10011 | 100110001 | 111101 | 110010 |
Color Harmonies of #CE32C2
Complementary color
Monochromatic Colors of #CE32C2
Black with #CE32C2
Text Example
Text Example
White with #CE32C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32C2; }
p { color: rgb(206,50,194); }
H1.HeaderClassName
{
color: #CE32C2;
}
.AnyTagClassName
{
color: #CE32C2;
}
</style>
background-color css
<style>
a { background-color: #CE32C2; }
a { background-color: rgb(206,50,194); }
div.DivClassName
{
background-color: #CE32C2;
}
.BgClassName
{
background-color: #CE32C2;
}
</style>
border-color css
<style>
span { border-color: #CE32C2; }
span { border-color: rgb(206,50,194); }
td.TdClassName
{
border-color: #CE32C2;
}
.TagClassName
{
border-color: #CE32C2;
}
</style>