Shades of Fuchsia #CE37BF
Tints of Fuchsia #CE37BF
RGB
CMYK
RGB Variations
Color information
#CE37BF (or 0xCE37BF) is known color: Fuchsia. HEX triplet: CE, 37 and BF. RGB value is (206,55,191). Sum of RGB (Red+Green+Blue) = 206+55+191=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37BF is #31C840. Grayscale: #737373. Windows color (decimal): -3262529 or 12531662. OLE color: 12531662.
HSL color Cylindrical-coordinate representation of color #CE37BF: hue angle of 305.96º 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 #CE37BF is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 191 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.19 |
| HSL | 305.96º | 0.61% | 0.51% | - |
| HSV(B) | 305.96º | 0.73% | 0.81% | - |
| XYZ | 36.22 | 19.62 | 51.17 | - |
| YUV | 115.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 191 | 0 | 0.73 | 0.07 | 0.19 | 305.96 | 0.61 | 0.51 |
| Hex | CE | 37 | BF | 0 | 49 | 7 | 13 | 132 | 3D | 33 |
| Octal | 316 | 67 | 277 | 0 | 111 | 7 | 23 | 462 | 75 | 63 |
| Binary | 11001110 | 110111 | 10111111 | 0 | 1001001 | 111 | 10011 | 100110010 | 111101 | 110011 |
Color Harmonies of #CE37BF
Complementary color
Monochromatic Colors of #CE37BF
Black with #CE37BF
Text Example
Text Example
White with #CE37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37BF; }
p { color: rgb(206,55,191); }
H1.HeaderClassName
{
color: #CE37BF;
}
.AnyTagClassName
{
color: #CE37BF;
}
</style>
background-color css
<style>
a { background-color: #CE37BF; }
a { background-color: rgb(206,55,191); }
div.DivClassName
{
background-color: #CE37BF;
}
.BgClassName
{
background-color: #CE37BF;
}
</style>
border-color css
<style>
span { border-color: #CE37BF; }
span { border-color: rgb(206,55,191); }
td.TdClassName
{
border-color: #CE37BF;
}
.TagClassName
{
border-color: #CE37BF;
}
</style>