Shades of Fuchsia #CE48BC
Tints of Fuchsia #CE48BC
RGB
CMYK
RGB Variations
Color information
#CE48BC (or 0xCE48BC) is known color: Fuchsia. HEX triplet: CE, 48 and BC. RGB value is (206,72,188). Sum of RGB (Red+Green+Blue) = 206+72+188=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48BC is #31B743. Grayscale: #7C7C7C. Windows color (decimal): -3258180 or 12339406. OLE color: 12339406.
HSL color Cylindrical-coordinate representation of color #CE48BC: hue angle of 308.06º 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 #CE48BC is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 188 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.19 |
| HSL | 308.06º | 0.58% | 0.55% | - |
| HSV(B) | 308.06º | 0.65% | 0.81% | - |
| XYZ | 36.85 | 21.39 | 49.76 | - |
| YUV | 125.29 | 163.39 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 188 | 0 | 0.65 | 0.09 | 0.19 | 308.06 | 0.58 | 0.55 |
| Hex | CE | 48 | BC | 0 | 41 | 9 | 13 | 134 | 3A | 37 |
| Octal | 316 | 110 | 274 | 0 | 101 | 11 | 23 | 464 | 72 | 67 |
| Binary | 11001110 | 1001000 | 10111100 | 0 | 1000001 | 1001 | 10011 | 100110100 | 111010 | 110111 |
Color Harmonies of #CE48BC
Complementary color
Monochromatic Colors of #CE48BC
Black with #CE48BC
Text Example
Text Example
White with #CE48BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48BC; }
p { color: rgb(206,72,188); }
H1.HeaderClassName
{
color: #CE48BC;
}
.AnyTagClassName
{
color: #CE48BC;
}
</style>
background-color css
<style>
a { background-color: #CE48BC; }
a { background-color: rgb(206,72,188); }
div.DivClassName
{
background-color: #CE48BC;
}
.BgClassName
{
background-color: #CE48BC;
}
</style>
border-color css
<style>
span { border-color: #CE48BC; }
span { border-color: rgb(206,72,188); }
td.TdClassName
{
border-color: #CE48BC;
}
.TagClassName
{
border-color: #CE48BC;
}
</style>