Shades of Fuchsia #CE45B9
Tints of Fuchsia #CE45B9
RGB
CMYK
RGB Variations
Color information
#CE45B9 (or 0xCE45B9) is known color: Fuchsia. HEX triplet: CE, 45 and B9. RGB value is (206,69,185). Sum of RGB (Red+Green+Blue) = 206+69+185=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45B9 is #31BA46. Grayscale: #7A7A7A. Windows color (decimal): -3258951 or 12142030. OLE color: 12142030.
HSL color Cylindrical-coordinate representation of color #CE45B9: hue angle of 309.2º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE45B9 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 185 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.19 |
| HSL | 309.2º | 0.58% | 0.54% | - |
| HSV(B) | 309.2º | 0.67% | 0.81% | - |
| XYZ | 36.34 | 20.88 | 48.01 | - |
| YUV | 123.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 185 | 0 | 0.67 | 0.10 | 0.19 | 309.2 | 0.58 | 0.54 |
| Hex | CE | 45 | B9 | 0 | 43 | A | 13 | 135 | 3A | 36 |
| Octal | 316 | 105 | 271 | 0 | 103 | 12 | 23 | 465 | 72 | 66 |
| Binary | 11001110 | 1000101 | 10111001 | 0 | 1000011 | 1010 | 10011 | 100110101 | 111010 | 110110 |
Color Harmonies of #CE45B9
Complementary color
Monochromatic Colors of #CE45B9
Black with #CE45B9
Text Example
Text Example
White with #CE45B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45B9; }
p { color: rgb(206,69,185); }
H1.HeaderClassName
{
color: #CE45B9;
}
.AnyTagClassName
{
color: #CE45B9;
}
</style>
background-color css
<style>
a { background-color: #CE45B9; }
a { background-color: rgb(206,69,185); }
div.DivClassName
{
background-color: #CE45B9;
}
.BgClassName
{
background-color: #CE45B9;
}
</style>
border-color css
<style>
span { border-color: #CE45B9; }
span { border-color: rgb(206,69,185); }
td.TdClassName
{
border-color: #CE45B9;
}
.TagClassName
{
border-color: #CE45B9;
}
</style>