Shades of Fuchsia #CE48C8
Tints of Fuchsia #CE48C8
RGB
CMYK
RGB Variations
Color information
#CE48C8 (or 0xCE48C8) is known color: Fuchsia. HEX triplet: CE, 48 and C8. RGB value is (206,72,200). Sum of RGB (Red+Green+Blue) = 206+72+200=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48C8 is #31B737. Grayscale: #7E7E7E. Windows color (decimal): -3258168 or 13125838. OLE color: 13125838.
HSL color Cylindrical-coordinate representation of color #CE48C8: hue angle of 302.69º 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 #CE48C8 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 200 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.19 |
| HSL | 302.69º | 0.58% | 0.55% | - |
| HSV(B) | 302.69º | 0.65% | 0.81% | - |
| XYZ | 38.2 | 21.93 | 56.86 | - |
| YUV | 126.66 | 169.39 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 200 | 0 | 0.65 | 0.03 | 0.19 | 302.69 | 0.58 | 0.55 |
| Hex | CE | 48 | C8 | 0 | 41 | 3 | 13 | 12F | 3A | 37 |
| Octal | 316 | 110 | 310 | 0 | 101 | 3 | 23 | 457 | 72 | 67 |
| Binary | 11001110 | 1001000 | 11001000 | 0 | 1000001 | 11 | 10011 | 100101111 | 111010 | 110111 |
Color Harmonies of #CE48C8
Complementary color
Monochromatic Colors of #CE48C8
Black with #CE48C8
Text Example
Text Example
White with #CE48C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48C8; }
p { color: rgb(206,72,200); }
H1.HeaderClassName
{
color: #CE48C8;
}
.AnyTagClassName
{
color: #CE48C8;
}
</style>
background-color css
<style>
a { background-color: #CE48C8; }
a { background-color: rgb(206,72,200); }
div.DivClassName
{
background-color: #CE48C8;
}
.BgClassName
{
background-color: #CE48C8;
}
</style>
border-color css
<style>
span { border-color: #CE48C8; }
span { border-color: rgb(206,72,200); }
td.TdClassName
{
border-color: #CE48C8;
}
.TagClassName
{
border-color: #CE48C8;
}
</style>