Shades of Fuchsia #CE5FBE
Tints of Fuchsia #CE5FBE
RGB
CMYK
RGB Variations
Color information
#CE5FBE (or 0xCE5FBE) is known color: Fuchsia. HEX triplet: CE, 5F and BE. RGB value is (206,95,190). Sum of RGB (Red+Green+Blue) = 206+95+190=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FBE is #31A041. Grayscale: #8A8A8A. Windows color (decimal): -3252290 or 12476366. OLE color: 12476366.
HSL color Cylindrical-coordinate representation of color #CE5FBE: hue angle of 308.65º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FBE is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 190 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.19 |
| HSL | 308.65º | 0.53% | 0.59% | - |
| HSV(B) | 308.65º | 0.54% | 0.81% | - |
| XYZ | 38.84 | 25.02 | 51.5 | - |
| YUV | 139.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 190 | 0 | 0.54 | 0.08 | 0.19 | 308.65 | 0.53 | 0.59 |
| Hex | CE | 5F | BE | 0 | 36 | 8 | 13 | 135 | 35 | 3B |
| Octal | 316 | 137 | 276 | 0 | 66 | 10 | 23 | 465 | 65 | 73 |
| Binary | 11001110 | 1011111 | 10111110 | 0 | 110110 | 1000 | 10011 | 100110101 | 110101 | 111011 |
Color Harmonies of #CE5FBE
Complementary color
Monochromatic Colors of #CE5FBE
Black with #CE5FBE
Text Example
Text Example
White with #CE5FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FBE; }
p { color: rgb(206,95,190); }
H1.HeaderClassName
{
color: #CE5FBE;
}
.AnyTagClassName
{
color: #CE5FBE;
}
</style>
background-color css
<style>
a { background-color: #CE5FBE; }
a { background-color: rgb(206,95,190); }
div.DivClassName
{
background-color: #CE5FBE;
}
.BgClassName
{
background-color: #CE5FBE;
}
</style>
border-color css
<style>
span { border-color: #CE5FBE; }
span { border-color: rgb(206,95,190); }
td.TdClassName
{
border-color: #CE5FBE;
}
.TagClassName
{
border-color: #CE5FBE;
}
</style>