Shades of Fuchsia #CE32B7
Tints of Fuchsia #CE32B7
RGB
CMYK
RGB Variations
Color information
#CE32B7 (or 0xCE32B7) is known color: Fuchsia. HEX triplet: CE, 32 and B7. RGB value is (206,50,183). Sum of RGB (Red+Green+Blue) = 206+50+183=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32B7 is #31CD48. Grayscale: #6F6F6F. Windows color (decimal): -3263817 or 12006094. OLE color: 12006094.
HSL color Cylindrical-coordinate representation of color #CE32B7: hue angle of 308.85º 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 #CE32B7 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 183 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.19 |
| HSL | 308.85º | 0.61% | 0.5% | - |
| HSV(B) | 308.85º | 0.76% | 0.81% | - |
| XYZ | 35.14 | 18.82 | 46.58 | - |
| YUV | 111.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 183 | 0 | 0.76 | 0.11 | 0.19 | 308.85 | 0.61 | 0.5 |
| Hex | CE | 32 | B7 | 0 | 4C | B | 13 | 135 | 3D | 32 |
| Octal | 316 | 62 | 267 | 0 | 114 | 13 | 23 | 465 | 75 | 62 |
| Binary | 11001110 | 110010 | 10110111 | 0 | 1001100 | 1011 | 10011 | 100110101 | 111101 | 110010 |
Color Harmonies of #CE32B7
Complementary color
Monochromatic Colors of #CE32B7
Black with #CE32B7
Text Example
Text Example
White with #CE32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32B7; }
p { color: rgb(206,50,183); }
H1.HeaderClassName
{
color: #CE32B7;
}
.AnyTagClassName
{
color: #CE32B7;
}
</style>
background-color css
<style>
a { background-color: #CE32B7; }
a { background-color: rgb(206,50,183); }
div.DivClassName
{
background-color: #CE32B7;
}
.BgClassName
{
background-color: #CE32B7;
}
</style>
border-color css
<style>
span { border-color: #CE32B7; }
span { border-color: rgb(206,50,183); }
td.TdClassName
{
border-color: #CE32B7;
}
.TagClassName
{
border-color: #CE32B7;
}
</style>