Shades of Fuchsia #CE37B2
Tints of Fuchsia #CE37B2
RGB
CMYK
RGB Variations
Color information
#CE37B2 (or 0xCE37B2) is known color: Fuchsia. HEX triplet: CE, 37 and B2. RGB value is (206,55,178). Sum of RGB (Red+Green+Blue) = 206+55+178=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE37B2 is #31C84D. Grayscale: #717171. Windows color (decimal): -3262542 or 11679694. OLE color: 11679694.
HSL color Cylindrical-coordinate representation of color #CE37B2: hue angle of 311.13º 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 #CE37B2 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 178 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.19 |
| HSL | 311.13º | 0.61% | 0.51% | - |
| HSV(B) | 311.13º | 0.73% | 0.81% | - |
| XYZ | 34.86 | 19.07 | 43.96 | - |
| YUV | 114.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 178 | 0 | 0.73 | 0.14 | 0.19 | 311.13 | 0.61 | 0.51 |
| Hex | CE | 37 | B2 | 0 | 49 | E | 13 | 137 | 3D | 33 |
| Octal | 316 | 67 | 262 | 0 | 111 | 16 | 23 | 467 | 75 | 63 |
| Binary | 11001110 | 110111 | 10110010 | 0 | 1001001 | 1110 | 10011 | 100110111 | 111101 | 110011 |
Color Harmonies of #CE37B2
Complementary color
Monochromatic Colors of #CE37B2
Black with #CE37B2
Text Example
Text Example
White with #CE37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37B2; }
p { color: rgb(206,55,178); }
H1.HeaderClassName
{
color: #CE37B2;
}
.AnyTagClassName
{
color: #CE37B2;
}
</style>
background-color css
<style>
a { background-color: #CE37B2; }
a { background-color: rgb(206,55,178); }
div.DivClassName
{
background-color: #CE37B2;
}
.BgClassName
{
background-color: #CE37B2;
}
</style>
border-color css
<style>
span { border-color: #CE37B2; }
span { border-color: rgb(206,55,178); }
td.TdClassName
{
border-color: #CE37B2;
}
.TagClassName
{
border-color: #CE37B2;
}
</style>