Shades of Fuchsia #CE45B5
Tints of Fuchsia #CE45B5
RGB
CMYK
RGB Variations
Color information
#CE45B5 (or 0xCE45B5) is known color: Fuchsia. HEX triplet: CE, 45 and B5. RGB value is (206,69,181). Sum of RGB (Red+Green+Blue) = 206+69+181=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE45B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45B5 is #31BA4A. Grayscale: #7A7A7A. Windows color (decimal): -3258955 or 11879886. OLE color: 11879886.
HSL color Cylindrical-coordinate representation of color #CE45B5: hue angle of 310.95º 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 #CE45B5 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 181 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.19 |
| HSL | 310.95º | 0.58% | 0.54% | - |
| HSV(B) | 310.95º | 0.67% | 0.81% | - |
| XYZ | 35.92 | 20.71 | 45.82 | - |
| YUV | 122.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 181 | 0 | 0.67 | 0.12 | 0.19 | 310.95 | 0.58 | 0.54 |
| Hex | CE | 45 | B5 | 0 | 43 | C | 13 | 137 | 3A | 36 |
| Octal | 316 | 105 | 265 | 0 | 103 | 14 | 23 | 467 | 72 | 66 |
| Binary | 11001110 | 1000101 | 10110101 | 0 | 1000011 | 1100 | 10011 | 100110111 | 111010 | 110110 |
Color Harmonies of #CE45B5
Complementary color
Monochromatic Colors of #CE45B5
Black with #CE45B5
Text Example
Text Example
White with #CE45B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45B5; }
p { color: rgb(206,69,181); }
H1.HeaderClassName
{
color: #CE45B5;
}
.AnyTagClassName
{
color: #CE45B5;
}
</style>
background-color css
<style>
a { background-color: #CE45B5; }
a { background-color: rgb(206,69,181); }
div.DivClassName
{
background-color: #CE45B5;
}
.BgClassName
{
background-color: #CE45B5;
}
</style>
border-color css
<style>
span { border-color: #CE45B5; }
span { border-color: rgb(206,69,181); }
td.TdClassName
{
border-color: #CE45B5;
}
.TagClassName
{
border-color: #CE45B5;
}
</style>