Shades of Fuchsia #CE44BE
Tints of Fuchsia #CE44BE
RGB
CMYK
RGB Variations
Color information
#CE44BE (or 0xCE44BE) is known color: Fuchsia. HEX triplet: CE, 44 and BE. RGB value is (206,68,190). Sum of RGB (Red+Green+Blue) = 206+68+190=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE44BE is #31BB41. Grayscale: #7A7A7A. Windows color (decimal): -3259202 or 12469454. OLE color: 12469454.
HSL color Cylindrical-coordinate representation of color #CE44BE: hue angle of 306.96º 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 #CE44BE is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 190 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.19 |
| HSL | 306.96º | 0.58% | 0.54% | - |
| HSV(B) | 306.96º | 0.67% | 0.81% | - |
| XYZ | 36.81 | 20.97 | 50.82 | - |
| YUV | 123.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 190 | 0 | 0.67 | 0.08 | 0.19 | 306.96 | 0.58 | 0.54 |
| Hex | CE | 44 | BE | 0 | 43 | 8 | 13 | 133 | 3A | 36 |
| Octal | 316 | 104 | 276 | 0 | 103 | 10 | 23 | 463 | 72 | 66 |
| Binary | 11001110 | 1000100 | 10111110 | 0 | 1000011 | 1000 | 10011 | 100110011 | 111010 | 110110 |
Color Harmonies of #CE44BE
Complementary color
Monochromatic Colors of #CE44BE
Black with #CE44BE
Text Example
Text Example
White with #CE44BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE44BE; }
p { color: rgb(206,68,190); }
H1.HeaderClassName
{
color: #CE44BE;
}
.AnyTagClassName
{
color: #CE44BE;
}
</style>
background-color css
<style>
a { background-color: #CE44BE; }
a { background-color: rgb(206,68,190); }
div.DivClassName
{
background-color: #CE44BE;
}
.BgClassName
{
background-color: #CE44BE;
}
</style>
border-color css
<style>
span { border-color: #CE44BE; }
span { border-color: rgb(206,68,190); }
td.TdClassName
{
border-color: #CE44BE;
}
.TagClassName
{
border-color: #CE44BE;
}
</style>