Shades of Fuchsia #CE48B8
Tints of Fuchsia #CE48B8
RGB
CMYK
RGB Variations
Color information
#CE48B8 (or 0xCE48B8) is known color: Fuchsia. HEX triplet: CE, 48 and B8. RGB value is (206,72,184). Sum of RGB (Red+Green+Blue) = 206+72+184=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE48B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48B8 is #31B747. Grayscale: #7C7C7C. Windows color (decimal): -3258184 or 12077262. OLE color: 12077262.
HSL color Cylindrical-coordinate representation of color #CE48B8: hue angle of 309.85º 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 #CE48B8 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 184 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.19 |
| HSL | 309.85º | 0.58% | 0.55% | - |
| HSV(B) | 309.85º | 0.65% | 0.81% | - |
| XYZ | 36.42 | 21.22 | 47.52 | - |
| YUV | 124.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 184 | 0 | 0.65 | 0.11 | 0.19 | 309.85 | 0.58 | 0.55 |
| Hex | CE | 48 | B8 | 0 | 41 | B | 13 | 136 | 3A | 37 |
| Octal | 316 | 110 | 270 | 0 | 101 | 13 | 23 | 466 | 72 | 67 |
| Binary | 11001110 | 1001000 | 10111000 | 0 | 1000001 | 1011 | 10011 | 100110110 | 111010 | 110111 |
Color Harmonies of #CE48B8
Complementary color
Monochromatic Colors of #CE48B8
Black with #CE48B8
Text Example
Text Example
White with #CE48B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48B8; }
p { color: rgb(206,72,184); }
H1.HeaderClassName
{
color: #CE48B8;
}
.AnyTagClassName
{
color: #CE48B8;
}
</style>
background-color css
<style>
a { background-color: #CE48B8; }
a { background-color: rgb(206,72,184); }
div.DivClassName
{
background-color: #CE48B8;
}
.BgClassName
{
background-color: #CE48B8;
}
</style>
border-color css
<style>
span { border-color: #CE48B8; }
span { border-color: rgb(206,72,184); }
td.TdClassName
{
border-color: #CE48B8;
}
.TagClassName
{
border-color: #CE48B8;
}
</style>