Shades of Fuchsia #CE48BD
Tints of Fuchsia #CE48BD
RGB
CMYK
RGB Variations
Color information
#CE48BD (or 0xCE48BD) is known color: Fuchsia. HEX triplet: CE, 48 and BD. RGB value is (206,72,189). Sum of RGB (Red+Green+Blue) = 206+72+189=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48BD is #31B742. Grayscale: #7D7D7D. Windows color (decimal): -3258179 or 12404942. OLE color: 12404942.
HSL color Cylindrical-coordinate representation of color #CE48BD: hue angle of 307.61º 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 #CE48BD is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 189 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.19 |
| HSL | 307.61º | 0.58% | 0.55% | - |
| HSV(B) | 307.61º | 0.65% | 0.81% | - |
| XYZ | 36.96 | 21.43 | 50.33 | - |
| YUV | 125.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 189 | 0 | 0.65 | 0.08 | 0.19 | 307.61 | 0.58 | 0.55 |
| Hex | CE | 48 | BD | 0 | 41 | 8 | 13 | 134 | 3A | 37 |
| Octal | 316 | 110 | 275 | 0 | 101 | 10 | 23 | 464 | 72 | 67 |
| Binary | 11001110 | 1001000 | 10111101 | 0 | 1000001 | 1000 | 10011 | 100110100 | 111010 | 110111 |
Color Harmonies of #CE48BD
Complementary color
Monochromatic Colors of #CE48BD
Black with #CE48BD
Text Example
Text Example
White with #CE48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48BD; }
p { color: rgb(206,72,189); }
H1.HeaderClassName
{
color: #CE48BD;
}
.AnyTagClassName
{
color: #CE48BD;
}
</style>
background-color css
<style>
a { background-color: #CE48BD; }
a { background-color: rgb(206,72,189); }
div.DivClassName
{
background-color: #CE48BD;
}
.BgClassName
{
background-color: #CE48BD;
}
</style>
border-color css
<style>
span { border-color: #CE48BD; }
span { border-color: rgb(206,72,189); }
td.TdClassName
{
border-color: #CE48BD;
}
.TagClassName
{
border-color: #CE48BD;
}
</style>