Shades of Fuchsia #CE40BD
Tints of Fuchsia #CE40BD
RGB
CMYK
RGB Variations
Color information
#CE40BD (or 0xCE40BD) is known color: Fuchsia. HEX triplet: CE, 40 and BD. RGB value is (206,64,189). Sum of RGB (Red+Green+Blue) = 206+64+189=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40BD is #31BF42. Grayscale: #787878. Windows color (decimal): -3260227 or 12402894. OLE color: 12402894.
HSL color Cylindrical-coordinate representation of color #CE40BD: hue angle of 307.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE40BD is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 189 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.19 |
| HSL | 307.18º | 0.59% | 0.53% | - |
| HSV(B) | 307.18º | 0.69% | 0.81% | - |
| XYZ | 36.47 | 20.46 | 50.17 | - |
| YUV | 120.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 189 | 0 | 0.69 | 0.08 | 0.19 | 307.18 | 0.59 | 0.53 |
| Hex | CE | 40 | BD | 0 | 45 | 8 | 13 | 133 | 3B | 35 |
| Octal | 316 | 100 | 275 | 0 | 105 | 10 | 23 | 463 | 73 | 65 |
| Binary | 11001110 | 1000000 | 10111101 | 0 | 1000101 | 1000 | 10011 | 100110011 | 111011 | 110101 |
Color Harmonies of #CE40BD
Complementary color
Monochromatic Colors of #CE40BD
Black with #CE40BD
Text Example
Text Example
White with #CE40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40BD; }
p { color: rgb(206,64,189); }
H1.HeaderClassName
{
color: #CE40BD;
}
.AnyTagClassName
{
color: #CE40BD;
}
</style>
background-color css
<style>
a { background-color: #CE40BD; }
a { background-color: rgb(206,64,189); }
div.DivClassName
{
background-color: #CE40BD;
}
.BgClassName
{
background-color: #CE40BD;
}
</style>
border-color css
<style>
span { border-color: #CE40BD; }
span { border-color: rgb(206,64,189); }
td.TdClassName
{
border-color: #CE40BD;
}
.TagClassName
{
border-color: #CE40BD;
}
</style>