Shades of Fuchsia #CE32CD
Tints of Fuchsia #CE32CD
RGB
CMYK
RGB Variations
Color information
#CE32CD (or 0xCE32CD) is known color: Fuchsia. HEX triplet: CE, 32 and CD. RGB value is (206,50,205). Sum of RGB (Red+Green+Blue) = 206+50+205=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32CD is #31CD32. Grayscale: #717171. Windows color (decimal): -3263795 or 13447886. OLE color: 13447886.
HSL color Cylindrical-coordinate representation of color #CE32CD: hue angle of 300.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 #CE32CD is Cyan = 0, Magento = 0.76, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 205 | - |
| CMYK | 0 | 0.76 | 0.00 | 0.19 |
| HSL | 300.38º | 0.61% | 0.5% | - |
| HSV(B) | 300.38º | 0.76% | 0.81% | - |
| XYZ | 37.61 | 19.81 | 59.6 | - |
| YUV | 114.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 205 | 0 | 0.76 | 0.00 | 0.19 | 300.38 | 0.61 | 0.5 |
| Hex | CE | 32 | CD | 0 | 4C | 0 | 13 | 12C | 3D | 32 |
| Octal | 316 | 62 | 315 | 0 | 114 | 0 | 23 | 454 | 75 | 62 |
| Binary | 11001110 | 110010 | 11001101 | 0 | 1001100 | 0 | 10011 | 100101100 | 111101 | 110010 |
Color Harmonies of #CE32CD
Complementary color
Monochromatic Colors of #CE32CD
Black with #CE32CD
Text Example
Text Example
White with #CE32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32CD; }
p { color: rgb(206,50,205); }
H1.HeaderClassName
{
color: #CE32CD;
}
.AnyTagClassName
{
color: #CE32CD;
}
</style>
background-color css
<style>
a { background-color: #CE32CD; }
a { background-color: rgb(206,50,205); }
div.DivClassName
{
background-color: #CE32CD;
}
.BgClassName
{
background-color: #CE32CD;
}
</style>
border-color css
<style>
span { border-color: #CE32CD; }
span { border-color: rgb(206,50,205); }
td.TdClassName
{
border-color: #CE32CD;
}
.TagClassName
{
border-color: #CE32CD;
}
</style>