Shades of Fuchsia #CE48CE
Tints of Fuchsia #CE48CE
RGB
CMYK
RGB Variations
Color information
#CE48CE (or 0xCE48CE) is known color: Fuchsia. HEX triplet: CE, 48 and CE. RGB value is (206,72,206). Sum of RGB (Red+Green+Blue) = 206+72+206=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48CE is #31B731. Grayscale: #7E7E7E. Windows color (decimal): -3258162 or 13519054. OLE color: 13519054.
HSL color Cylindrical-coordinate representation of color #CE48CE: hue angle of 300º 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 #CE48CE is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 206 | - |
| CMYK | 0 | 0.65 | 0 | 0.19 |
| HSL | 300º | 0.58% | 0.55% | - |
| HSV(B) | 300º | 0.65% | 0.81% | - |
| XYZ | 38.91 | 22.21 | 60.63 | - |
| YUV | 127.34 | 172.39 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 206 | 0 | 0.65 | 0 | 0.19 | 300 | 0.58 | 0.55 |
| Hex | CE | 48 | CE | 0 | 41 | 0 | 13 | 12C | 3A | 37 |
| Octal | 316 | 110 | 316 | 0 | 101 | 0 | 23 | 454 | 72 | 67 |
| Binary | 11001110 | 1001000 | 11001110 | 0 | 1000001 | 0 | 10011 | 100101100 | 111010 | 110111 |
Color Harmonies of #CE48CE
Complementary color
Monochromatic Colors of #CE48CE
Black with #CE48CE
Text Example
Text Example
White with #CE48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48CE; }
p { color: rgb(206,72,206); }
H1.HeaderClassName
{
color: #CE48CE;
}
.AnyTagClassName
{
color: #CE48CE;
}
</style>
background-color css
<style>
a { background-color: #CE48CE; }
a { background-color: rgb(206,72,206); }
div.DivClassName
{
background-color: #CE48CE;
}
.BgClassName
{
background-color: #CE48CE;
}
</style>
border-color css
<style>
span { border-color: #CE48CE; }
span { border-color: rgb(206,72,206); }
td.TdClassName
{
border-color: #CE48CE;
}
.TagClassName
{
border-color: #CE48CE;
}
</style>