Shades of Fuchsia #CE32C7
Tints of Fuchsia #CE32C7
RGB
CMYK
RGB Variations
Color information
#CE32C7 (or 0xCE32C7) is known color: Fuchsia. HEX triplet: CE, 32 and C7. RGB value is (206,50,199). Sum of RGB (Red+Green+Blue) = 206+50+199=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32C7 is #31CD38. Grayscale: #717171. Windows color (decimal): -3263801 or 13054670. OLE color: 13054670.
HSL color Cylindrical-coordinate representation of color #CE32C7: hue angle of 302.69º 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 #CE32C7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 199 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.19 |
| HSL | 302.69º | 0.61% | 0.5% | - |
| HSV(B) | 302.69º | 0.76% | 0.81% | - |
| XYZ | 36.9 | 19.53 | 55.86 | - |
| YUV | 113.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 199 | 0 | 0.76 | 0.03 | 0.19 | 302.69 | 0.61 | 0.5 |
| Hex | CE | 32 | C7 | 0 | 4C | 3 | 13 | 12F | 3D | 32 |
| Octal | 316 | 62 | 307 | 0 | 114 | 3 | 23 | 457 | 75 | 62 |
| Binary | 11001110 | 110010 | 11000111 | 0 | 1001100 | 11 | 10011 | 100101111 | 111101 | 110010 |
Color Harmonies of #CE32C7
Complementary color
Monochromatic Colors of #CE32C7
Black with #CE32C7
Text Example
Text Example
White with #CE32C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32C7; }
p { color: rgb(206,50,199); }
H1.HeaderClassName
{
color: #CE32C7;
}
.AnyTagClassName
{
color: #CE32C7;
}
</style>
background-color css
<style>
a { background-color: #CE32C7; }
a { background-color: rgb(206,50,199); }
div.DivClassName
{
background-color: #CE32C7;
}
.BgClassName
{
background-color: #CE32C7;
}
</style>
border-color css
<style>
span { border-color: #CE32C7; }
span { border-color: rgb(206,50,199); }
td.TdClassName
{
border-color: #CE32C7;
}
.TagClassName
{
border-color: #CE32C7;
}
</style>