Shades of Fuchsia #CE41AF
Tints of Fuchsia #CE41AF
RGB
CMYK
RGB Variations
Color information
#CE41AF (or 0xCE41AF) is known color: Fuchsia. HEX triplet: CE, 41 and AF. RGB value is (206,65,175). Sum of RGB (Red+Green+Blue) = 206+65+175=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE41AF is #31BE50. Grayscale: #777777. Windows color (decimal): -3259985 or 11485646. OLE color: 11485646.
HSL color Cylindrical-coordinate representation of color #CE41AF: hue angle of 313.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE41AF is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 175 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.19 |
| HSL | 313.19º | 0.59% | 0.53% | - |
| HSV(B) | 313.19º | 0.68% | 0.81% | - |
| XYZ | 35.08 | 20 | 42.57 | - |
| YUV | 119.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 175 | 0 | 0.68 | 0.15 | 0.19 | 313.19 | 0.59 | 0.53 |
| Hex | CE | 41 | AF | 0 | 44 | F | 13 | 139 | 3B | 35 |
| Octal | 316 | 101 | 257 | 0 | 104 | 17 | 23 | 471 | 73 | 65 |
| Binary | 11001110 | 1000001 | 10101111 | 0 | 1000100 | 1111 | 10011 | 100111001 | 111011 | 110101 |
Color Harmonies of #CE41AF
Complementary color
Monochromatic Colors of #CE41AF
Black with #CE41AF
Text Example
Text Example
White with #CE41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41AF; }
p { color: rgb(206,65,175); }
H1.HeaderClassName
{
color: #CE41AF;
}
.AnyTagClassName
{
color: #CE41AF;
}
</style>
background-color css
<style>
a { background-color: #CE41AF; }
a { background-color: rgb(206,65,175); }
div.DivClassName
{
background-color: #CE41AF;
}
.BgClassName
{
background-color: #CE41AF;
}
</style>
border-color css
<style>
span { border-color: #CE41AF; }
span { border-color: rgb(206,65,175); }
td.TdClassName
{
border-color: #CE41AF;
}
.TagClassName
{
border-color: #CE41AF;
}
</style>