Shades of Fuchsia #CE48C9
Tints of Fuchsia #CE48C9
RGB
CMYK
RGB Variations
Color information
#CE48C9 (or 0xCE48C9) is known color: Fuchsia. HEX triplet: CE, 48 and C9. RGB value is (206,72,201). Sum of RGB (Red+Green+Blue) = 206+72+201=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48C9 is #31B736. Grayscale: #7E7E7E. Windows color (decimal): -3258167 or 13191374. OLE color: 13191374.
HSL color Cylindrical-coordinate representation of color #CE48C9: hue angle of 302.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE48C9 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 201 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.19 |
| HSL | 302.24º | 0.58% | 0.55% | - |
| HSV(B) | 302.24º | 0.65% | 0.81% | - |
| XYZ | 38.31 | 21.97 | 57.48 | - |
| YUV | 126.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 201 | 0 | 0.65 | 0.02 | 0.19 | 302.24 | 0.58 | 0.55 |
| Hex | CE | 48 | C9 | 0 | 41 | 2 | 13 | 12E | 3A | 37 |
| Octal | 316 | 110 | 311 | 0 | 101 | 2 | 23 | 456 | 72 | 67 |
| Binary | 11001110 | 1001000 | 11001001 | 0 | 1000001 | 10 | 10011 | 100101110 | 111010 | 110111 |
Color Harmonies of #CE48C9
Complementary color
Monochromatic Colors of #CE48C9
Black with #CE48C9
Text Example
Text Example
White with #CE48C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48C9; }
p { color: rgb(206,72,201); }
H1.HeaderClassName
{
color: #CE48C9;
}
.AnyTagClassName
{
color: #CE48C9;
}
</style>
background-color css
<style>
a { background-color: #CE48C9; }
a { background-color: rgb(206,72,201); }
div.DivClassName
{
background-color: #CE48C9;
}
.BgClassName
{
background-color: #CE48C9;
}
</style>
border-color css
<style>
span { border-color: #CE48C9; }
span { border-color: rgb(206,72,201); }
td.TdClassName
{
border-color: #CE48C9;
}
.TagClassName
{
border-color: #CE48C9;
}
</style>