Shades of Fuchsia #CE37B9
Tints of Fuchsia #CE37B9
RGB
CMYK
RGB Variations
Color information
#CE37B9 (or 0xCE37B9) is known color: Fuchsia. HEX triplet: CE, 37 and B9. RGB value is (206,55,185). Sum of RGB (Red+Green+Blue) = 206+55+185=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 55 (21.88% from 255 or 12.33% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37B9 is #31C846. Grayscale: #727272. Windows color (decimal): -3262535 or 12138446. OLE color: 12138446.
HSL color Cylindrical-coordinate representation of color #CE37B9: hue angle of 308.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE37B9 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 185 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.19 |
| HSL | 308.34º | 0.61% | 0.51% | - |
| HSV(B) | 308.34º | 0.73% | 0.81% | - |
| XYZ | 35.58 | 19.36 | 47.76 | - |
| YUV | 114.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 185 | 0 | 0.73 | 0.10 | 0.19 | 308.34 | 0.61 | 0.51 |
| Hex | CE | 37 | B9 | 0 | 49 | A | 13 | 134 | 3D | 33 |
| Octal | 316 | 67 | 271 | 0 | 111 | 12 | 23 | 464 | 75 | 63 |
| Binary | 11001110 | 110111 | 10111001 | 0 | 1001001 | 1010 | 10011 | 100110100 | 111101 | 110011 |
Color Harmonies of #CE37B9
Complementary color
Monochromatic Colors of #CE37B9
Black with #CE37B9
Text Example
Text Example
White with #CE37B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37B9; }
p { color: rgb(206,55,185); }
H1.HeaderClassName
{
color: #CE37B9;
}
.AnyTagClassName
{
color: #CE37B9;
}
</style>
background-color css
<style>
a { background-color: #CE37B9; }
a { background-color: rgb(206,55,185); }
div.DivClassName
{
background-color: #CE37B9;
}
.BgClassName
{
background-color: #CE37B9;
}
</style>
border-color css
<style>
span { border-color: #CE37B9; }
span { border-color: rgb(206,55,185); }
td.TdClassName
{
border-color: #CE37B9;
}
.TagClassName
{
border-color: #CE37B9;
}
</style>