Shades of Fuchsia #CE37C0
Tints of Fuchsia #CE37C0
RGB
CMYK
RGB Variations
Color information
#CE37C0 (or 0xCE37C0) is known color: Fuchsia. HEX triplet: CE, 37 and C0. RGB value is (206,55,192). Sum of RGB (Red+Green+Blue) = 206+55+192=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37C0 is #31C83F. Grayscale: #737373. Windows color (decimal): -3262528 or 12597198. OLE color: 12597198.
HSL color Cylindrical-coordinate representation of color #CE37C0: hue angle of 305.56º 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 #CE37C0 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 192 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.19 |
| HSL | 305.56º | 0.61% | 0.51% | - |
| HSV(B) | 305.56º | 0.73% | 0.81% | - |
| XYZ | 36.33 | 19.66 | 51.75 | - |
| YUV | 115.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 192 | 0 | 0.73 | 0.07 | 0.19 | 305.56 | 0.61 | 0.51 |
| Hex | CE | 37 | C0 | 0 | 49 | 7 | 13 | 132 | 3D | 33 |
| Octal | 316 | 67 | 300 | 0 | 111 | 7 | 23 | 462 | 75 | 63 |
| Binary | 11001110 | 110111 | 11000000 | 0 | 1001001 | 111 | 10011 | 100110010 | 111101 | 110011 |
Color Harmonies of #CE37C0
Complementary color
Monochromatic Colors of #CE37C0
Black with #CE37C0
Text Example
Text Example
White with #CE37C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE37C0; }
p { color: rgb(206,55,192); }
H1.HeaderClassName
{
color: #CE37C0;
}
.AnyTagClassName
{
color: #CE37C0;
}
</style>
background-color css
<style>
a { background-color: #CE37C0; }
a { background-color: rgb(206,55,192); }
div.DivClassName
{
background-color: #CE37C0;
}
.BgClassName
{
background-color: #CE37C0;
}
</style>
border-color css
<style>
span { border-color: #CE37C0; }
span { border-color: rgb(206,55,192); }
td.TdClassName
{
border-color: #CE37C0;
}
.TagClassName
{
border-color: #CE37C0;
}
</style>