Shades of Fuchsia #CE40B5
Tints of Fuchsia #CE40B5
RGB
CMYK
RGB Variations
Color information
#CE40B5 (or 0xCE40B5) is known color: Fuchsia. HEX triplet: CE, 40 and B5. RGB value is (206,64,181). Sum of RGB (Red+Green+Blue) = 206+64+181=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40B5 is #31BF4A. Grayscale: #777777. Windows color (decimal): -3260235 or 11878606. OLE color: 11878606.
HSL color Cylindrical-coordinate representation of color #CE40B5: hue angle of 310.56º 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 #CE40B5 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 64 | 181 | - |
CMYK | 0 | 0.69 | 0.12 | 0.19 |
HSL | 310.56º | 0.59% | 0.53% | - |
HSV(B) | 310.56º | 0.69% | 0.81% | - |
XYZ | 35.63 | 20.12 | 45.72 | - |
YUV | 119.8 | 162.54 | 189.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 64 | 181 | 0 | 0.69 | 0.12 | 0.19 | 310.56 | 0.59 | 0.53 |
Hex | CE | 40 | B5 | 0 | 45 | C | 13 | 137 | 3B | 35 |
Octal | 316 | 100 | 265 | 0 | 105 | 14 | 23 | 467 | 73 | 65 |
Binary | 11001110 | 1000000 | 10110101 | 0 | 1000101 | 1100 | 10011 | 100110111 | 111011 | 110101 |
Color Harmonies of #CE40B5
Complementary color
Monochromatic Colors of #CE40B5
Black with #CE40B5
Text Example
Text Example
White with #CE40B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40B5; }
p { color: rgb(206,64,181); }
H1.HeaderClassName
{
color: #CE40B5;
}
.AnyTagClassName
{
color: #CE40B5;
}
</style>
background-color css
<style>
a { background-color: #CE40B5; }
a { background-color: rgb(206,64,181); }
div.DivClassName
{
background-color: #CE40B5;
}
.BgClassName
{
background-color: #CE40B5;
}
</style>
border-color css
<style>
span { border-color: #CE40B5; }
span { border-color: rgb(206,64,181); }
td.TdClassName
{
border-color: #CE40B5;
}
.TagClassName
{
border-color: #CE40B5;
}
</style>