Shades of Fuchsia #CE32AF
Tints of Fuchsia #CE32AF
RGB
CMYK
RGB Variations
Color information
#CE32AF (or 0xCE32AF) is known color: Fuchsia. HEX triplet: CE, 32 and AF. RGB value is (206,50,175). Sum of RGB (Red+Green+Blue) = 206+50+175=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32AF is #31CD50. Grayscale: #6E6E6E. Windows color (decimal): -3263825 or 11481806. OLE color: 11481806.
HSL color Cylindrical-coordinate representation of color #CE32AF: hue angle of 311.92º 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 #CE32AF is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 175 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.19 |
| HSL | 311.92º | 0.61% | 0.5% | - |
| HSV(B) | 311.92º | 0.76% | 0.81% | - |
| XYZ | 34.33 | 18.5 | 42.32 | - |
| YUV | 110.89 | 164.18 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 175 | 0 | 0.76 | 0.15 | 0.19 | 311.92 | 0.61 | 0.5 |
| Hex | CE | 32 | AF | 0 | 4C | F | 13 | 138 | 3D | 32 |
| Octal | 316 | 62 | 257 | 0 | 114 | 17 | 23 | 470 | 75 | 62 |
| Binary | 11001110 | 110010 | 10101111 | 0 | 1001100 | 1111 | 10011 | 100111000 | 111101 | 110010 |
Color Harmonies of #CE32AF
Complementary color
Monochromatic Colors of #CE32AF
Black with #CE32AF
Text Example
Text Example
White with #CE32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32AF; }
p { color: rgb(206,50,175); }
H1.HeaderClassName
{
color: #CE32AF;
}
.AnyTagClassName
{
color: #CE32AF;
}
</style>
background-color css
<style>
a { background-color: #CE32AF; }
a { background-color: rgb(206,50,175); }
div.DivClassName
{
background-color: #CE32AF;
}
.BgClassName
{
background-color: #CE32AF;
}
</style>
border-color css
<style>
span { border-color: #CE32AF; }
span { border-color: rgb(206,50,175); }
td.TdClassName
{
border-color: #CE32AF;
}
.TagClassName
{
border-color: #CE32AF;
}
</style>