Shades of Fuchsia #CE48B3
Tints of Fuchsia #CE48B3
RGB
CMYK
RGB Variations
Color information
#CE48B3 (or 0xCE48B3) is known color: Fuchsia. HEX triplet: CE, 48 and B3. RGB value is (206,72,179). Sum of RGB (Red+Green+Blue) = 206+72+179=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48B3 is #31B74C. Grayscale: #7B7B7B. Windows color (decimal): -3258189 or 11749582. OLE color: 11749582.
HSL color Cylindrical-coordinate representation of color #CE48B3: hue angle of 312.09º 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 #CE48B3 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 179 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.19 |
| HSL | 312.09º | 0.58% | 0.55% | - |
| HSV(B) | 312.09º | 0.65% | 0.81% | - |
| XYZ | 35.91 | 21.01 | 44.81 | - |
| YUV | 124.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 179 | 0 | 0.65 | 0.13 | 0.19 | 312.09 | 0.58 | 0.55 |
| Hex | CE | 48 | B3 | 0 | 41 | D | 13 | 138 | 3A | 37 |
| Octal | 316 | 110 | 263 | 0 | 101 | 15 | 23 | 470 | 72 | 67 |
| Binary | 11001110 | 1001000 | 10110011 | 0 | 1000001 | 1101 | 10011 | 100111000 | 111010 | 110111 |
Color Harmonies of #CE48B3
Complementary color
Monochromatic Colors of #CE48B3
Black with #CE48B3
Text Example
Text Example
White with #CE48B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48B3; }
p { color: rgb(206,72,179); }
H1.HeaderClassName
{
color: #CE48B3;
}
.AnyTagClassName
{
color: #CE48B3;
}
</style>
background-color css
<style>
a { background-color: #CE48B3; }
a { background-color: rgb(206,72,179); }
div.DivClassName
{
background-color: #CE48B3;
}
.BgClassName
{
background-color: #CE48B3;
}
</style>
border-color css
<style>
span { border-color: #CE48B3; }
span { border-color: rgb(206,72,179); }
td.TdClassName
{
border-color: #CE48B3;
}
.TagClassName
{
border-color: #CE48B3;
}
</style>